Skip to content

Commit

Permalink
[UPD] Initialize version 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adhoc-cicd-bot committed Oct 26, 2023
1 parent ed68ba1 commit 8ab8493
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion base_dynamic_message/__manifest__.py
Expand Up @@ -38,7 +38,7 @@
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion base_report_to_print_node/__manifest__.py
Expand Up @@ -25,5 +25,5 @@
"license": "AGPL-3",
"depends": ["base_report_to_printer"],
"data": ["wizards/res_config_settings_view.xml"],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion base_ux/__manifest__.py
Expand Up @@ -46,7 +46,7 @@
],
'test': [
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion mail_activity_automation/__manifest__.py
Expand Up @@ -17,7 +17,7 @@
'views/mail_activity_type_views.xml',
'data/ir_cron_data.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion mail_activity_board_ux/__manifest__.py
Expand Up @@ -43,7 +43,7 @@
],
'test': [
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion maintenance_ux/__manifest__.py
Expand Up @@ -41,7 +41,7 @@
'demo':[
'demo/maintenance_demo.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion portal_backend/__manifest__.py
Expand Up @@ -37,7 +37,7 @@
'demo': [
'demo/res_users_demo.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion portal_holidays/__manifest__.py
Expand Up @@ -43,7 +43,7 @@
'demo/hr_demo.xml',
'demo/res_users_demo.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion portal_timesheet/__manifest__.py
Expand Up @@ -43,7 +43,7 @@
'demo/project_demo.xml',
'demo/res_users_demo.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion portal_timesheet_attendance/__manifest__.py
Expand Up @@ -37,6 +37,6 @@
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': True,
}
2 changes: 1 addition & 1 deletion transifex_push/__manifest__.py
Expand Up @@ -15,5 +15,5 @@
'wizard/base_export_language_views.xml',
],
'post_init_hook': 'post_init',
'installable': True,
'installable': False,
}

0 comments on commit 8ab8493

Please sign in to comment.