Merge pull request #512 from acsone/10.0-add_account_fiscal_month-bwi

[ADD] account_fiscal_month: Module which provides a fiscal month date range type
This commit is contained in:
Pedro M. Baeza
2017-10-02 17:55:53 +02:00
committed by GitHub
15 changed files with 222 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_fiscal_month

View File

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