mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[14.0][MIG]account_move_reversal_choose_method
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"name": "Account Move Reversal Choose Method",
|
"name": "Account Move Reversal Choose Method",
|
||||||
"summary": "Let's choose the Credit Method "
|
"summary": "Let's choose the Credit Method "
|
||||||
"when adding a credit note to a journal entry.",
|
"when adding a credit note to a journal entry.",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Accounting & Finance",
|
"category": "Accounting & Finance",
|
||||||
"website": "https://github.com/OCA/account-financial-tools",
|
"website": "https://github.com/OCA/account-financial-tools",
|
||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../account_move_reversal_choose_method
|
||||||
6
setup/account_move_reversal_choose_method/setup.py
Normal file
6
setup/account_move_reversal_choose_method/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user