Files
account-financial-tools/account_move_force_removal/__manifest__.py
2022-07-28 11:23:45 +00:00

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"],
}