c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #25033
[Bug 787548] Re: module update does not create inherited custom fields in database
*** This bug is a duplicate of bug 766944 ***
https://bugs.launchpad.net/bugs/766944
Yes indeed, it appears to be a duplicate. (Olivier, sorry for not
remembering it...)
** This bug has been marked a duplicate of bug 766944
6.0.2: Custom-Field in res_partner_addresscauses Error with CRM-Module
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/787548
Title:
module update does not create inherited custom fields in database
Status in OpenERP Server:
Confirmed
Bug description:
Steps:
* create a new db with no modules except 'base'
* add a custom field on 'res.partner.address' model
* install 'crm_sale' module (we need 'crm.lead' which inherit 'res.partner.address')
* stop server and do an "update all"
* the custom field now exists in ir_model_fields for 'crm.lead' model but the column does not exist in 'crm_lead' table
References