add other employee hours and cost

This commit is contained in:
pawan.sharma 2022-04-14 18:04:56 +05:30
parent 52ceb5ea85
commit 4d01b1591a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<field name="sale_line_id" string="Default Sales Order Item"
invisible="1"
options="{'no_create': True, 'no_edit': True, 'delete': False}"/>
<field name="is_check" invisible="0"/>
<field name="is_check" invisible="1"/>
</group>
<field name="sale_line_employee_ids"
attrs="{'invisible': ['|', ('bill_type', '!=', 'customer_project'), ('pricing_type', '!=', 'employee_rate')]}">