openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #04694
[Bug 913126] Re: base_contact - must support multiple contacts per address
please compare base-contact of v5 and v6.0 with trunk
until now it was possible to create the following relation
partner <-> address <-> job <-> contact
in trunk this is not possible any more because address
whate we need are 2 fields
* address
* contact [domain address]
in most documents (SO,PO, INV, CRM)
and for all contacts (at least 2 fields
* first name
* last name
to be able to install base_contact correctly.
As I said already multiple times in international envirenment it is not
possible to distinguish fist and last name because depending on country
the firste name is placed sometimes before and sometimes after the "last
name"
** Changed in: openobject-addons
Status: Incomplete => New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/913126
Title:
base_contact - must support multiple contacts per address
Status in OpenERP Addons (modules):
New
Bug description:
regression
currently only ONE contact per address is supported
res_partner_address
"res_partner_address_contact_id_fkey" FOREIGN KEY (contact_id)
REFERENCES res_partner_contact(id) ON DELETE SET NULL
for a contact it is possible to add multiple "functions and adresses" as "locations" - which are partner adresses,
these Locations show up as attribute in partner address but without the persons
not very clear what is the difference between address and location --
what is the intention ???
IMHO this still does not solve the basic problem
in SO,PO, etc we need
* the address (mandatory)
* the contact (optional) - which must be available at the selected address
it is not possible to handle this using only ONE field
as we have
o2m partner : address
o2m address : contact (prior to trunk with function)
and
o2m contact : address (prior to trunk with function)
as it is a certified module it should do what it is supposed to do
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/913126/+subscriptions
References