This commit is contained in:
gsinghpal
2026-05-04 02:14:34 -04:00
parent 3cc393454d
commit 586f05d567
43 changed files with 3656 additions and 112 deletions

View File

@@ -14,7 +14,7 @@
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="code"/>
<field name="default_kind"/>
<field name="kind_id"/>
<field name="tank_ids" widget="many2many_tags" optional="show"/>
<field name="requires_signoff" optional="hide"/>
<field name="requires_rack_assignment" optional="hide"/>
@@ -32,7 +32,7 @@
<header>
<button name="action_seed_default_inputs" type="object"
string="Seed Default Inputs" class="btn-secondary"
invisible="not default_kind"/>
invisible="not kind_id"/>
<button name="action_add_common_audit_fields" type="object"
string="+ Common Audit Fields"
class="btn-secondary"
@@ -48,7 +48,8 @@
</div>
<group>
<group string="Classification">
<field name="default_kind"/>
<field name="kind_id"
options="{'no_create_edit': false, 'no_quick_create': false}"/>
<field name="icon"/>
<field name="process_type_id"/>
<field name="material_callout"/>
@@ -133,13 +134,13 @@
<search>
<field name="name"/>
<field name="code"/>
<field name="default_kind"/>
<field name="kind_id"/>
<field name="tank_ids"/>
<separator/>
<filter string="Archived" name="inactive" domain="[('active','=',False)]"/>
<group>
<filter string="Step Kind" name="group_kind"
context="{'group_by':'default_kind'}"/>
context="{'group_by':'kind_id'}"/>
<filter string="Process Type" name="group_proc"
context="{'group_by':'process_type_id'}"/>
</group>