Remove post_move option, because we cannot reconcile non-posted entries, so we should always post the move

This commit is contained in:
Alexis de Lattre
2021-02-19 23:30:01 +01:00
parent 7a858da8b0
commit f191edb13a
9 changed files with 10 additions and 18 deletions

View File

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