Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
49
web_debranding/__manifest__.py
Normal file
49
web_debranding/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user