客户列表公司类型卡片增加税ID,计划处tree视图增加批量排程button

This commit is contained in:
mgw
2024-01-03 23:03:08 +08:00
parent ccdbfda019
commit b9bb528db0
3 changed files with 19 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
<field name="model">sf.production.plan</field>
<field name="arch" type="xml">
<tree string="订单计划">
<header>
<button name="do_production_schedule" type="object" string="批量排程"/>
</header>
<field name="state" widget="badge" decoration-warning="state == 'draft'" decoration-success="state == 'done'"/>
<field name="name"/>
<field name="origin"/>