Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
web_save_discard_button/__manifest__.py
Executable file
20
web_save_discard_button/__manifest__.py
Executable file
@@ -0,0 +1,20 @@
|
||||
# Copyright (C) 2023-TODAY Synconics Technologies Pvt. Ltd. (<http://www.synconics.com>).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Save & Discard Buttons",
|
||||
"version": "18.0.1.0.0",
|
||||
"summary": "Save & Discard Buttons",
|
||||
"license": "AGPL-3",
|
||||
"category": "Tools",
|
||||
"author": "Synconics Technologies Pvt. Ltd., Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"maintainers": ["synconics"],
|
||||
"depends": ["web"],
|
||||
"data": [],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_save_discard_button/static/src/xml/template.xml",
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user