[MIG] timesheet_description_sale: Migrated to 18.0

H14631
This commit is contained in:
Mayank Patel
2024-10-24 13:15:09 +00:00
parent 23e7174a84
commit af61a7acc4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
'name': 'Timesheet Description Sale', 'name': 'Timesheet Description Sale',
'version': '17.0.1.0.0', 'version': '18.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>', 'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/', 'website': 'https://hibou.io/',
'license': 'AGPL-3', 'license': 'AGPL-3',

View File

@@ -8,7 +8,7 @@
<xpath expr="//field[@name='timesheet_ids']" position="attributes"> <xpath expr="//field[@name='timesheet_ids']" position="attributes">
<attribute name="context">{'default_project_id': project_id, 'default_task_id': active_id}</attribute> <attribute name="context">{'default_project_id': project_id, 'default_task_id': active_id}</attribute>
</xpath> </xpath>
<xpath expr="//field[@name='timesheet_ids']/tree" position="attributes"> <xpath expr="//field[@name='timesheet_ids']/list" position="attributes">
<attribute name="editable"/> <attribute name="editable"/>
</xpath> </xpath>
<xpath expr="//field[@name='timesheet_ids']/form//field[@name='project_id']" position="before"> <xpath expr="//field[@name='timesheet_ids']/form//field[@name='project_id']" position="before">