← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Answer is in
bin/widget/view/tree_gtk/parser.py

this allows to reduce field width, but not for m2o and some other types.

nevertheless this patch seems to expand column width to allow reading
the content.

** Patch added: "parser.py.20101201.patch"
   https://bugs.launchpad.net/openobject-addons/+bug/683770/+attachment/1751753/+files/parser.py.20101201.patch

-- 
[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.





References