← Back to team overview

credativ team mailing list archive

[Bug 913126] Re: base_contact - must support multiple contacts per address

 

Hello ,Dr Ferdinand 
I  have checked your issue. I am not getting exactly, what functionality are you looking for?
so please give further  information about this issue.
waiting for your reply 
Thanks!

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
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):
  Incomplete

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