From 82f8b2af4944c44da79dd2718756e61e93a8ea1e Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 11 Oct 2017 11:59:10 +0200 Subject: [PATCH] [RFR] Move to server-ux --- date_range/README.rst | 4 ++-- date_range/__manifest__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/date_range/README.rst b/date_range/README.rst index 60bb0cf..f0aaaa7 100644 --- a/date_range/README.rst +++ b/date_range/README.rst @@ -63,7 +63,7 @@ To configure this module, you need to: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/149/11.0 + :target: https://runbot.odoo-community.org/runbot/250/11.0 Known issues / Roadmap @@ -75,7 +75,7 @@ Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. 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. diff --git a/date_range/__manifest__.py b/date_range/__manifest__.py index b2ac4f9..5922d3c 100644 --- a/date_range/__manifest__.py +++ b/date_range/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Manage all kind of date range", "version": "11.0.1.0.0", "category": "Uncategorized", - "website": "https://odoo-community.org/", + "website": "https://github.com/oca/server-ux", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False,