Merge branch 'development' of http://103.74.223.20:8085/prakash.jain/cor-odoo into development

This commit is contained in:
projectsodoo 2020-12-28 16:47:38 +05:30
commit 6b0f3f811b
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)]}"