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 19, 2023
1 parent a9a7359 commit 971a727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_report_to_printer_aeroo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
'base_report_to_printer_aeroo/static/src/js/qweb_action_manager.js',
],
},
'installable': True,
'installable': False,
'auto_install': True,
}
2 changes: 1 addition & 1 deletion report_aeroo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
},
"license": "GPL-3 or any later version",
'installable': True,
'installable': False,
'active': False,
'application': True,
'auto_install': False,
Expand Down

0 comments on commit 971a727

Please sign in to comment.