Closed simahawk closed 1 year ago
addresses[0]['type']=delivery addresses[0]['name']=dupond
addresses[1]['type']=invoicing addresses[1]['name']=durant
addresses[2]['type']=invoicing addresses[2]['name']=simone
addresses[3]['type']=contact addresses[3]['name']=thibault
sounds good as we said :)
shopinvader_locomotive
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Usecase You are registering a company but you want to provide a contact as well.
Today You cannot, you have to wait for the whole registration to finish, log in, add addresses (which are not contact
Proposal Add support for all
res.partner:type
options via prefixes. We can loop on them and inject all keys supported for addresses prefixed bycontact_
orinvoice_
ordelivery_
etc. If these keys are found a new child partner is created w/ proper type.