[IMP] web_timeline: Several improvements:

* Avoid to display all items of group_by model
* Remove unnecessary readgroup
* Remove dependency on project. Modify module structure. Imporve readme file.
* Add setup.py
This commit is contained in:
Adrien Peiffer (ACSONE)
2016-04-08 16:02:32 +02:00
committed by Pedro M. Baeza
parent e321070e2a
commit 84792d13f5
11 changed files with 155 additions and 90 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,
)