新增采购权限

This commit is contained in:
jinling.yang
2023-12-04 17:34:23 +08:00
parent 6cf26e8029
commit 45df8f5bc2
6 changed files with 127 additions and 0 deletions

View File

@@ -71,6 +71,9 @@
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_quotation_tree_with_onboarding"/>
<field name="arch" type="xml">
<tree position="attributes">
<attribute name="delete">False</attribute>
</tree>
<field name="name" position="attributes">
<attribute name="string">订单号</attribute>
</field>