Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
account_move_cancel_confirm/__manifest__.py
Normal file
14
account_move_cancel_confirm/__manifest__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user