更新字段名称至中文

This commit is contained in:
mgw
2023-02-01 14:42:23 +08:00
parent 643ce6ac7a
commit 6a51b8cc4c
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//page//field[@name='tray_code']" position="before"> <xpath expr="//page//field[@name='tray_code']" position="before">
<!-- invisible="1" --> <!-- invisible="1" -->
<field name="_barcode_scanned" widget="barcode_handler"/> <field name="_barcode_scanned" widget="barcode_handler" string="扫码"/>
</xpath> </xpath>
</field> </field>

View File

@@ -25,7 +25,6 @@
class="btn-primary" attrs='{"invisible": ["|", class="btn-primary" attrs='{"invisible": ["|",
("state","!=","progress"),("user_permissions","=",False)]}'/> ("state","!=","progress"),("user_permissions","=",False)]}'/>
</div> </div>
</div> </div>
</group> </group>
</xpath> </xpath>