将采集到的数据添加到机床对象的page中

This commit is contained in:
mgw
2022-11-03 17:37:19 +08:00
parent 9ee33ae0b9
commit 99d56cb53e
7 changed files with 130 additions and 97 deletions

View File

@@ -285,10 +285,11 @@
<field name="name" string="名称" filter_domain="[('name','ilike',self)]"/>
<field name="code" string="编码" filter_domain="[('code','ilike',self)]"/>
<!-- <field name="state" string="状态" filter_domain="[('state','ilike',self)]"/>-->
</search>
<group string="分组">
<group string="分组">
<filter name="state" string="状态" domain="[]" context="{'group_by': 'state'}"/>
</group>
</group>
</search>
</field>
</record>