chnages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user