Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7545 Widoki

I used this code with OpenERP Version 6.1: [[ company.partner_id.address and company.partner_id.address[1].street or '' ]]

How can i access the delivery address in OpenERP 7?

test data : company abc inc ### partner abc inc ### partner stock of abc inc subordinated to abc inc

Awatar
Odrzuć
Najlepsza odpowiedź

You can use the following fields:

company.street
company.street2
company.zip
company.city
company.state_id (many2one)
company.email
company.phone
company.fax
company.website
company.vat

If you want to access another address than the address in the company, then I think the only possibility is to add an additional partner_id2-field to the res.company object.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thanks. I know.

trail of a better description

my data:

  • company abc inc
  • first partner abc inc
  • second partner stock of abc inc subordinated to partner abc inc and type delivery address
  • third partner manager of abc inc subordinated to partner abc inc

The partner abc inc is dedicated to the company abc inc. The partner manager and stock of abc inc are dedicated to the partner abc inc.

I can access the address of the dedicated first partner abc inc with company.partner_id.street, but i need to access the address of the subordinated second partner stock of abc inc.

Awatar
Odrzuć

Please update the question instead of replying with an answer. Or comment the answer above.

Powiązane posty Odpowiedzi Widoki Czynność
1
maj 16
6516
2
lut 22
5274
6
sty 17
15492
1
sty 25
8462
0
mar 15
4103