credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #03147
[Bug 913126] Re: base_contact - must support multiple contacts per address
** Changed in: openobject-addons
Importance: Undecided => Wishlist
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
You received this bug notification because you are a member of OpenERP
Framework Experts, 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):
Confirmed
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