← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 683770] [NEW] [6.0] base_contact installer does not copy names from res_partner_address

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
[6.0] base_contact installer does not copy names from res_partner_address
https://bugs.launchpad.net/bugs/683770
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: New

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.





Follow ups

References