[MIG] account_netting to v16

Add prepare method for the account.move created by the wizard
Add multi-company checks
Improve error messages
Improve usability: use monetary instead of float, display partner
Use odoo methods to compare floats
Update tests
This commit is contained in:
Alexis de Lattre
2023-02-22 23:53:29 +01:00
parent 4643b05b26
commit 936ecfe56c
6 changed files with 161 additions and 97 deletions

View File

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

View File

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