c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07502
[Bug 683770] Re: [6.0] base_contact installer does not copy names from res_partner_address
** Changed in: openobject-addons
Assignee: OpenERP R&D Addons Team 2 (openerp-dev-addons2) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
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/683770
Title:
[6.0] base_contact installer does not copy names from res_partner_address
Status in OpenObject Addons Modules:
Confirmed
Bug description:
these statements from base_contact_installer.py seem never to be executed
cr.execute("INSERT into res_partner_contact (name, title, email, first_name, website) (SELECT coalesce(name, 'Noname'), title, email, function , to_char(id, '99999999') from res_partner_address)")
at least I only find contacts from ase_demo.xml not from addresses.
References