opt odoo file

This commit is contained in:
Ivan Office
2023-09-09 11:02:32 +08:00
parent cfc1dfb926
commit 9785348829

View File

@@ -8,6 +8,9 @@
<xpath expr="//field[@name='name']" position="before">
<field name="id" optional="show"/>
</xpath>
<xpath expr="//field[@name='name']" position="attributes">
<attribute name="optional">show</attribute>
</xpath>
<xpath expr="//field[@name='website_url']" position="attributes">
<attribute name="optional">hide</attribute>
</xpath>