Merge branch 'pawan_branch' into 'development'
comment custom project type See merge request prakash.jain/cor-odoo!34
This commit is contained in:
commit
e90af9b4b3
|
@ -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