[ADD] account_move_line_residual: New module to add residual amount on journal items

This commit is contained in:
Carlos Dauden
2021-02-01 20:49:21 +01:00
committed by Pedro M. Baeza
parent 882cc1aa9c
commit 7a97dfe4bf
13 changed files with 739 additions and 0 deletions

View File

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

View File

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