[10.0][ADD] Module which display the fiscal year on journal entries/items

This commit is contained in:
Benjamin Willig
2017-10-12 13:42:47 +02:00
parent ff77660bbf
commit a9d0a3de1b
15 changed files with 394 additions and 0 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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