mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
14 lines
449 B
Python
14 lines
449 B
Python
# Copyright 2020 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Account Move Force Removal",
|
|
"summary": """Allow force removal account moves""",
|
|
"version": "14.0.1.0.1",
|
|
"category": "Account",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"depends": ["account"],
|
|
}
|