mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] account_move_line_residual: New module to add residual amount on journal items
This commit is contained in:
committed by
Pedro M. Baeza
parent
882cc1aa9c
commit
7a97dfe4bf
@@ -0,0 +1 @@
|
||||
../../../../account_move_line_residual
|
||||
6
setup/account_move_line_residual/setup.py
Normal file
6
setup/account_move_line_residual/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