Files
test/sf_manufacturing/security/group_security.xml
2024-10-29 14:28:24 +08:00

10 lines
255 B
XML

<odoo>
<data noupdate="1">
<record id="group_show_button" model="res.groups">
<field name="name">演示模式</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</data>
</odoo>