comment custom project type
This commit is contained in:
parent
eacb1f74ea
commit
d76280a242
|
@ -32,7 +32,7 @@
|
|||
attrs="{'invisible': [('allow_billable', '=', False)]}">
|
||||
<group>
|
||||
<field name="display_create_order" invisible="1"/>
|
||||
<field name="project_type" widget="radio"/>
|
||||
<!--<field name="project_type" widget="radio"/>-->
|
||||
<field name="bill_type" widget="radio" invisible="1"/>
|
||||
<field name="pricing_type"
|
||||
attrs="{'invisible': ['|', ('allow_billable', '=', False), ('bill_type', '!=', 'customer_project')], 'required': ['&', ('allow_billable', '=', True), ('allow_timesheets', '=', True)]}"
|
||||
|
|
Loading…
Reference in New Issue