Merge pull request #908 from sunflowerit/8.0-web-timeline

[WIP] Verison 1 'web_timeline' backport to support odoo8 views
This commit is contained in:
Pedro M. Baeza
2018-12-05 10:18:19 +01:00
committed by GitHub
83 changed files with 37937 additions and 5073 deletions

View File

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

View File

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

View File

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