diff --git a/web_copy_confirm/__manifest__.py b/web_copy_confirm/__manifest__.py index 600381c0e..bf6f456de 100644 --- a/web_copy_confirm/__manifest__.py +++ b/web_copy_confirm/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Show confirmation dialogue before copying records", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "author": "Dynapps,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3", @@ -11,8 +11,13 @@ "depends": [ "web", ], - "data": [ - "views/assets.xml", - ], + "assets": { + "web.assets_backend": [ + "web_copy_confirm/static/src/js/web_copy_confirm.js", + ], + "web.qunit_suite_tests": [ + "web_copy_confirm/static/tests/**/*", + ], + }, "installable": True, } diff --git a/web_copy_confirm/i18n/web_copy_confirm.pot b/web_copy_confirm/i18n/web_copy_confirm.pot index c70224027..55b6ef2d3 100644 --- a/web_copy_confirm/i18n/web_copy_confirm.pot +++ b/web_copy_confirm/i18n/web_copy_confirm.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" +"Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" diff --git a/web_copy_confirm/views/assets.xml b/web_copy_confirm/views/assets.xml deleted file mode 100644 index 205b8b03e..000000000 --- a/web_copy_confirm/views/assets.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - -