Skip to content

Commit

Permalink
[MIG] project_my_tasks_by_stage: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss committed Dec 21, 2023
1 parent 92bbed6 commit 53e7b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions project_my_tasks_by_stage/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
'name': 'Project My Tasks By Stage',
'version': "16.0.1.0.0",
'version': "17.0.1.0.0",
'category': 'Services/Project',
'sequence': 14,
'sequence': 50,
'summary': '',
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
Expand All @@ -15,7 +15,7 @@
'data': [
'views/project_task_views.xml',
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}
4 changes: 2 additions & 2 deletions project_my_tasks_by_stage/views/project_task_views.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="project.action_view_all_task" model="ir.actions.act_window">
<field name="context">{'search_default_my_tasks': 1, 'search_default_open_tasks': 1, 'all_task': 0, 'default_user_ids': [(4, uid)], 'group_by': 'stage_id'}</field>
<record id="project.action_view_my_task" model="ir.actions.act_window">
<field name="context">{'search_default_open_tasks': 1, 'all_task': 0, 'default_user_ids': [(4, uid)], 'group_by': 'stage_id'}</field>
</record>
</odoo>

0 comments on commit 53e7b5b

Please sign in to comment.