[ADD] account_move_reversal_choose_method

This commit is contained in:
mreficent
2021-07-05 12:20:37 +02:00
committed by AaronHForgeFlow
parent 4ee88ecc08
commit e673d73afc
6 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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"],
}