mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
18 lines
635 B
Python
18 lines
635 B
Python
# Copyright 2021 ForgeFlow S.L. (http://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Move Reversal Choose Method",
|
|
"summary": "Let's choose the Credit Method "
|
|
"when adding a credit note to a journal entry.",
|
|
"version": "13.0.1.0.0",
|
|
"category": "Accounting & Finance",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["account"],
|
|
"data": ["wizard/account_move_reversal_view.xml"],
|
|
}
|