This commit is contained in:
胡尧
2024-11-06 17:53:33 +08:00
parent 41cd76ad14
commit 111c0f6dae
17 changed files with 342 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- 供货路线确认专员 -->
<record id="group_production_engineer" model="res.groups">
<field name="name">工艺工程师</field>
<field name="category_id" ref="base.module_category_sales_sales"/>
</record>
</data>
</odoo>