Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC

This commit is contained in:
CI Publish Bot
2026-05-10 21:19:11 +00:00
commit cbf9e6e6d6
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,49 @@
# Copyright 2015-2023 Ivan Yelizariev <https://twitter.com/yelizariev>
# Copyright 2017 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
# Copyright 2018-2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# Copyright 2018 WohthaN <https://github.com/WohthaN>
# Copyright 2019-2020 Eugene Molotov <https://github.com/em230418>
# Copyright 2020 Denis Mudarisov <https://github.com/trojikman>
# License MIT (https://opensource.org/licenses/MIT).
# License OPL-1 (https://www.odoo.com/documentation/user/14.0/legal/licenses/licenses.html#odoo-apps) for derivative work.
{
"name": "Backend debranding",
"version": "19.0.3.0.0",
"author": "IT-Projects LLC, Ivan Yelizariev",
"license": "OPL-1",
"category": "Debranding",
"images": ["images/web_debranding.png"],
"website": "https://odoo-debranding.com",
"support": "apps@itpp.dev",
"price": 300.00,
"currency": "EUR",
"depends": [
"base_setup",
"web",
"mail",
"mail_bot",
"base",
],
"external_dependencies": {"python": ["lxml"]},
"data": [
"data.xml",
"views.xml",
"pre_install.xml",
"views/res_config.xml",
],
"assets": {
"web.assets_backend": [
"web_debranding/static/src/css/web.css",
"web_debranding/static/src/js/base.js",
"web_debranding/static/src/js/dialog.js",
"web_debranding/static/src/js/field_upgrade.js",
"web_debranding/static/src/js/user_menu_items.js",
"web_debranding/static/src/js/translation.js",
"web_debranding/static/src/xml/web.xml",
],
},
"auto_install": False,
"uninstall_hook": "uninstall_hook",
"installable": True,
}