From 062e6ad9c2d1a0deee368fd176fe44583f85f826 Mon Sep 17 00:00:00 2001 From: Murtaza Mithaiwala Date: Mon, 15 Mar 2021 18:07:14 +0530 Subject: [PATCH] [14.0][MIG] Migrated web_timeline. --- setup/web_timeline/odoo/addons/web_timeline | 1 + setup/web_timeline/setup.py | 6 ++++++ web_timeline/README.rst | 12 +++++++----- web_timeline/readme/CONTRIBUTORS.rst | 2 ++ web_timeline/static/description/index.html | 10 ++++++---- web_timeline/static/src/js/timeline_view.js | 4 ++-- 6 files changed, 24 insertions(+), 11 deletions(-) create mode 120000 setup/web_timeline/odoo/addons/web_timeline create mode 100644 setup/web_timeline/setup.py diff --git a/setup/web_timeline/odoo/addons/web_timeline b/setup/web_timeline/odoo/addons/web_timeline new file mode 120000 index 000000000..580d87bcd --- /dev/null +++ b/setup/web_timeline/odoo/addons/web_timeline @@ -0,0 +1 @@ +../../../../web_timeline \ No newline at end of file diff --git a/setup/web_timeline/setup.py b/setup/web_timeline/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_timeline/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/web_timeline/README.rst b/web_timeline/README.rst index 4def0e165..4c1dd19fa 100644 --- a/web_timeline/README.rst +++ b/web_timeline/README.rst @@ -14,13 +14,13 @@ Web timeline :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/13.0/web_timeline + :target: https://github.com/OCA/web/tree/14.0/web_timeline :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_timeline + :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_timeline :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/13.0 + :target: https://runbot.odoo-community.org/runbot/162/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -159,7 +159,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -186,6 +186,8 @@ Contributors * Dennis Sluijk * Thong Nguyen Van * Alexandre Díaz +* Murtaza Mithaiwala +* Ammar Officewala Maintainers ~~~~~~~~~~~ @@ -208,6 +210,6 @@ Current `maintainer `__: |maintainer-tarteo| -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_timeline/readme/CONTRIBUTORS.rst b/web_timeline/readme/CONTRIBUTORS.rst index 1fefb2055..e6fee986f 100644 --- a/web_timeline/readme/CONTRIBUTORS.rst +++ b/web_timeline/readme/CONTRIBUTORS.rst @@ -6,3 +6,5 @@ * Dennis Sluijk * Thong Nguyen Van * Alexandre Díaz +* Murtaza Mithaiwala +* Ammar Officewala diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html index 347e98c46..0cc684782 100644 --- a/web_timeline/static/description/index.html +++ b/web_timeline/static/description/index.html @@ -3,7 +3,7 @@ - + Web timeline