Add module account_move_name_sequence

This module restores the good old behavior where journal entry numbers
were generated from a sequence configured on the journal.
This commit is contained in:
Alexis de Lattre
2021-09-07 00:42:41 +02:00
parent b16eec1ab5
commit e53aeb87f7
15 changed files with 321 additions and 0 deletions

View File

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