mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] timesheet_description_sale: Migrated to 18.0
H14631
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
'name': 'Timesheet Description Sale',
|
||||
'version': '17.0.1.0.0',
|
||||
'version': '18.0.1.0.0',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'website': 'https://hibou.io/',
|
||||
'license': 'AGPL-3',
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<xpath expr="//field[@name='timesheet_ids']" position="attributes">
|
||||
<attribute name="context">{'default_project_id': project_id, 'default_task_id': active_id}</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='timesheet_ids']/tree" position="attributes">
|
||||
<xpath expr="//field[@name='timesheet_ids']/list" position="attributes">
|
||||
<attribute name="editable"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='timesheet_ids']/form//field[@name='project_id']" position="before">
|
||||
|
||||
Reference in New Issue
Block a user