show field is_chareable in form create task

This commit is contained in:
XuanHuyen 2025-01-17 00:44:48 +07:00
parent ad286d075b
commit a60d0721e5

View File

@ -461,7 +461,7 @@
<!-- Field needed to trigger its compute in project_enterprise, but will be replaced in an override defined in hr_timesheet module --> <!-- Field needed to trigger its compute in project_enterprise, but will be replaced in an override defined in hr_timesheet module -->
<field name="allocated_hours" invisible="1"/> <field name="allocated_hours" invisible="1"/>
<!-- Field Chargeable / Non Chargeable --> <!-- Field Chargeable / Non Chargeable -->
<!-- <field name="is_chargeable" string="Chargeable"/> --> <field name="is_chargeable" string="Chargeable"/>
</group> </group>
</group> </group>
<field name="task_properties" columns="2"/> <field name="task_properties" columns="2"/>