1.优化产品页面

2.优化agv回调接口且新增agv参数配置
3.优化工件配送
This commit is contained in:
jinling.yang
2024-03-11 17:30:32 +08:00
parent 3f037b2051
commit b24355dd67
10 changed files with 111 additions and 10 deletions

View File

@@ -90,7 +90,7 @@
</field>
</record>
<record model="ir.ui.view" id="view_product_template_form_inherit_sf">
<record model="ir.ui.view" id="view_product_template_only_form_inherit_sf">
<field name="name">product.template.only.form.inherit.sf</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
@@ -104,7 +104,7 @@
</field>
</record>
<record model="ir.ui.view" id="view_product_template_only_form_inherit_sf">
<record model="ir.ui.view" id="view_product_template_only_dlm_form_inherit_sf">
<field name="name">product.template.only.form.inherit.sf</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="sf_dlm_management.view_sale_product_template_form_inherit_sf"/>