diff --git a/base_report_to_printer_aeroo/__manifest__.py b/base_report_to_printer_aeroo/__manifest__.py index 65564a85..62badfb6 100644 --- a/base_report_to_printer_aeroo/__manifest__.py +++ b/base_report_to_printer_aeroo/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { "name": "Report to print Aeroo", - "version": "16.0.1.0.0", + "version": "18.0.1.0.0", "category": "Reporting Subsystem", "sequence": 14, "author": "ADHOC SA", @@ -35,6 +35,6 @@ "base_report_to_printer_aeroo/static/src/js/qweb_action_manager.js", ], }, - "installable": False, + "installable": True, "auto_install": True, }