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

I would like modify the file data.xml specifically, i need to add on the value eval the variable street2 with other module using inherit, how I can do this?

<record id="base.model_res_partner" model="ir.model">
<field name="website_form_access">True</field>
<field name="website_form_label">Customer</field>
</record>
<function model="ir.model.fields" name="formbuilder_whitelist">
<value>res.partner</value>
<value eval="[
'name', 'phone', 'email',
'city', 'zip', 'street','street2', 'state_id', 'country_id',
'vat', 'company_name'
]"/>
</function>
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sie 24
1478
1
cze 23
3796
0
cze 23
1681
0
maj 22
2413
2
maj 22
3190