[14.0][MIG]account_move_reversal_choose_method

This commit is contained in:
Alvaro
2021-11-25 10:22:27 +01:00
committed by AaronHForgeFlow
parent 839ffbf02a
commit 9f0607be37
3 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"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",
"version": "14.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-financial-tools",
"author": "ForgeFlow, Odoo Community Association (OCA)",

View File

@@ -0,0 +1 @@
../../../../account_move_reversal_choose_method

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)