mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] account_move_reversal_choose_method
This commit is contained in:
committed by
AaronHForgeFlow
parent
4ee88ecc08
commit
e673d73afc
17
account_move_reversal_choose_method/__manifest__.py
Normal file
17
account_move_reversal_choose_method/__manifest__.py
Normal 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user