解决报错

This commit is contained in:
qihao.gong@jikimo.com
2023-03-23 15:10:59 +08:00
parent 7b921b4bea
commit 0a2cd53400
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
pystrich

View File

@@ -10,7 +10,7 @@
""",
'category': 'sf',
'website': 'https://www.sf.jikimo.com',
'depends': ['mrp', 'base', 'sf_manufacturing','web_widget_model_viewer'],
'depends': ['mrp', 'base', 'sf_manufacturing','web_widget_model_viewer','mrp_subcontracting'],
'data': [
# 'data/product_data.xml',
'views/product_template_view.xml',

View File

@@ -123,7 +123,7 @@
<record id="view_mrp_bom_form_inherit_sf" model="ir.ui.view">
<field name="name">mrp.bom.form.inherit.sf</field>
<field name="model">mrp.bom</field>
<field name="inherit_id" ref="mrp.mrp_bom_form_view"/>
<field name="inherit_id" ref="mrp_subcontracting.mrp_bom_form_view"/>
<field name="arch" type="xml">
<field name="subcontractor_ids" position="replace">
<field name="subcontractor_id"