Merge branch 'pawan_branch' into 'development'

comment custom project type

See merge request prakash.jain/cor-odoo!34
This commit is contained in:
pawan.sharma 2020-12-28 03:12:11 -08:00
commit e90af9b4b3
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)]}"