コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3699 ビュー

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>
アバター
破棄
関連投稿 返信 ビュー 活動
0
8月 24
1537
1
6月 23
3862
0
6月 23
1715
0
5月 22
2478
2
5月 22
3271