15 lines
483 B
Python
15 lines
483 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": "Account Move Cancel Confirm",
|
|
"version": "18.0.1.0.1",
|
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
|
"category": "Usability",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"depends": ["base_cancel_confirm", "account"],
|
|
"installable": True,
|
|
"maintainers": ["kittiu"],
|
|
}
|