تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3669 أدوات العرض

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
أغسطس 24
1510
1
يونيو 23
3834
0
يونيو 23
1699
0
مايو 22
2457
2
مايو 22
3234