Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6116 Lượt xem

I tried to install a module (from 9) to Odoo 10, it went halfway and I had some errors and did not install completely but tables of the addon were created. It gave issues to the whole Odoo installation, I don't know if this is common occurrence because I don't want something like to happen in production. If a module fails installing, it shouldn't affect the whole platform, right? 

How do I delete the addon from backend, (On GUI it said 'Cancel Install') there was no uninstall button. 

Will this suffice:

update ir_module_module set state='to remove' where name='module_name' and state='installed';

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi , i too had a similar issue like module wasn't getting installed and certain models define in that addons got added up to database,,In my case in order to solve this I  comment all the python  and xml files from  init and openerp , Then upgrade the addon and see if the tables defined in the addons is removed if yes then uninstall the addon.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 23
4263
5
thg 11 17
8777
1
thg 11 16
3813
2
thg 9 16
7913
6
thg 12 23
25091