mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
21 lines
627 B
Python
21 lines
627 B
Python
# Copyright 2020 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Base Cancel Confirm",
|
|
"version": "2.0.1.0.2",
|
|
"author": "Ecosoft,Odoo Community Association (OCA)",
|
|
"category": "Usability",
|
|
"license": "AGPL-3",
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
"depends": ["base"],
|
|
"data": [
|
|
"wizard/cancel_confirm.xml",
|
|
"security/ir.model.access.csv",
|
|
"templates/cancel_confirm_template.xml",
|
|
],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
"maintainers": ["kittiu"],
|
|
}
|