Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3693 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 24
1533
1
giu 23
3853
0
giu 23
1710
0
mag 22
2471
2
mag 22
3262