changes
This commit is contained in:
@@ -79,6 +79,24 @@
|
||||
<field name="active" invisible="True"/>
|
||||
</group>
|
||||
</group>
|
||||
<!-- Recipe-only metadata (lead time, product link,
|
||||
contract review approvers). Hidden on
|
||||
operation/step nodes since those values are
|
||||
only meaningful at the recipe root. -->
|
||||
<group string="Recipe Settings"
|
||||
invisible="node_type != 'recipe'">
|
||||
<group>
|
||||
<field name="default_lead_time"
|
||||
widget="float_time"/>
|
||||
<field name="product_id"
|
||||
options="{'no_create': True}"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="contract_review_user_ids"
|
||||
widget="many2many_tags"
|
||||
options="{'no_create': True}"/>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<group string="Tracking">
|
||||
<field name="create_date" string="Created"/>
|
||||
|
||||
Reference in New Issue
Block a user