FIX maintenance_timesheet unable to upgrade on latest Odoo version without company_id field in the timesheet view

This commit is contained in:
Jared Kipe
2019-12-06 16:57:13 -08:00
parent ae25452d18
commit 409e2a0814

View File

@@ -40,6 +40,7 @@
<field name="name"/> <field name="name"/>
<field name="unit_amount" string="Duration" widget="float_time"/> <field name="unit_amount" string="Duration" widget="float_time"/>
<field name="project_id" invisible="1"/> <field name="project_id" invisible="1"/>
<field name="company_id" invisible="1"/>
</tree> </tree>
</field> </field>
<group> <group>