暂时屏蔽工厂名称

This commit is contained in:
mgw
2025-03-17 14:18:07 +08:00
parent 323a204a48
commit d280d2b776
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
<p>公司邮箱: <span t-field="o.company_id.email"/></p>
</div>
<div class="col-6">
<p>加工工厂: <span t-field="o.company_id.factory_name"/></p>
<!-- <p>加工工厂: <span t-field="o.company_id.factory_name"/></p> -->
</div>
</div>
<div class="text-center">

View File

@@ -6,7 +6,7 @@
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='partner_id']" position="after">
<field name="factory_name"/>
<!-- <field name="factory_name"/> -->
</xpath>
</field>
</record>