Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3697 Prikazi

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>
Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
avg. 24
1536
1
jun. 23
3858
0
jun. 23
1713
0
maj 22
2476
2
maj 22
3269