comment custom project type

This commit is contained in:
Pawan Kumar 2020-12-28 16:41:34 +05:30
parent eacb1f74ea
commit d76280a242
1 changed files with 1 additions and 1 deletions

View File

@ -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': ['&amp;', ('allow_billable', '=', True), ('allow_timesheets', '=', True)]}"