Contributors mailing list archives
contributors@odoo-community.org
Browse archives
V10. Product Variants: Pros/Cons of using.
Fwd: Openupgrade (v8 to v9) how to manage modules that no longer exist in v9
Fwd: Openupgrade (v8 to v9) how to manage modules that no longer exist in v9
by odoo dev <odoodev0@gmail.com> - 18/12/2016 18:37:53From: odoo dev <odoodev0@gmail.com>
Date: 2016-12-18 16:27 GMT+01:00
Subject: Re: Openupgrade (v8 to v9) how to manage modules that no longer exist in v9
To: "Odoo S.A. Community" <community@mail.odoo.com>
To tackle this particular problem, remove the views that this module
installs. delete from ir_ui_view where id in (select res_id from ir_model_data
where model = 'ir.ui.view' and module = 'im_chat');Thank you stefan, this worked very well and helped me a lot.Now I have finished the migration, but i found some weird things in my invoices :indeed, there is more invoices in the migrated database than in the old one. Does it means that openupgrade has created invoices on his own ?For exemple in the v8 database, there is no draft supplier invoice but in v9, i found a draft invoice and the total amount does not correspond to any other invoice in v8.Have you any idea on what may cause that?regards,2016-12-14 14:18 GMT+01:00 odoo dev <odoodev0@gmail.com>:Here you have all the OCA mailing list:
https://odoo-community.org/groups Thank youAlso an issue in the GitHub project also: https://github.com/OCA/OpenUpgrade/issues I'm aware of it, but i'm trying to make sure it's really an issue an not my incompetence before posting there.2016-12-14 14:11 GMT+01:00 Pedro Manuel Baeza Romero <pedro.baeza@gmail.com>:In this case, contributors can be the best one. Also an issue in the GitHub project also: https://github.com/OCA/OpenUpgRegards.rade/issues 2016-12-14 14:06 GMT+01:00 odoo dev <odoodev0@gmail.com>:Thank you pedro, I will also look at this side.Can you tell me the mailing list of the OCA?regards,2016-12-13 23:28 GMT+01:00 Pedro Manuel Baeza Romero <pedro.baeza@gmail.com>:P.S.: This list is not the most suitable to treat this, as OpenUpgrade is OCA related stuff and this list is for Odoo.I have proposed a new option for openupgradelib that can handle certain cases, like the module email_template being merged on mail on version 9:
https://github.com/OCA/openupgradelib/pull/63 But I'm not sure if this is the same case (has it been also integrated in mail?).Regards.2016-12-13 23:17 GMT+01:00 Stefan Rijnhart <stefan@opener.amsterdam>:On 12/13/2016 04:22 PM, odoo dev wrote: > Thanks stefan, > > Yes I know this module but I can not even install it since the web > interface is all messy. > > I change the state of the module im_chate in the ir_module_module > table to 'uninstalled' but it didn't resolve the problem. To tackle this particular problem, remove the views that this module installs. delete from ir_ui_view where id in (select res_id from ir_model_data where model = 'ir.ui.view' and module = 'im_chat'); > > PS: Does it matter that I want to remain anonymous? Is this why the > community does not answer my other questions? > I don't know. I guess a community is about give and take and people may be more willing to give if they recognize someone that they remember giving before. With a name like that, you're not going to register easily in someone's social accounting ledger. Note that it did not stop me from answering your question! Regards, Stefan. -- Opener B.V. - Business solutions driven by open source collaboration Stefan Rijnhart - Consultant/developer mail: stefan@opener.am tel: +31 (0) 20 3090 139 web: https://opener.am______________________________
_________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe ______________________________
_________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe ______________________________
_________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe ______________________________
_________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe