From 94f22eeb12c329cd3a4b1f4e8dbf15e650a5b9cd Mon Sep 17 00:00:00 2001 From: cubells Date: Mon, 18 Jun 2018 13:35:39 +0200 Subject: [PATCH] [FIX] correct lint error in partner_contact_nutrition and partner_contact_weight Several changes --- partner_contact_nutrition/README.rst | 5 ----- partner_contact_nutrition/__manifest__.py | 2 +- partner_contact_weight/README.rst | 5 ----- partner_contact_weight/__manifest__.py | 2 +- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/partner_contact_nutrition/README.rst b/partner_contact_nutrition/README.rst index 18ef3a7b4..871d6e2e4 100644 --- a/partner_contact_nutrition/README.rst +++ b/partner_contact_nutrition/README.rst @@ -26,11 +26,6 @@ To use this module, you need to: :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/134/10.0 -Known issues / Roadmap -====================== - -* ... - Bug Tracker =========== diff --git a/partner_contact_nutrition/__manifest__.py b/partner_contact_nutrition/__manifest__.py index 26a76ad99..0b603b311 100644 --- a/partner_contact_nutrition/__manifest__.py +++ b/partner_contact_nutrition/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Partner Contact Nutrition Information", "summary": "Provide caloric intake", - "version": "10.0.1.0.0", + "version": "10.0.1.0.1", "category": "Health", "website": "http://ursainfosystems.com", "author": "Ursa Information Systems, Odoo Community Association (OCA)", diff --git a/partner_contact_weight/README.rst b/partner_contact_weight/README.rst index 60664762d..3ffae4904 100644 --- a/partner_contact_weight/README.rst +++ b/partner_contact_weight/README.rst @@ -21,11 +21,6 @@ To use this module, you need to: :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/134/10.0 -Known issues / Roadmap -====================== - -* ... - Bug Tracker =========== diff --git a/partner_contact_weight/__manifest__.py b/partner_contact_weight/__manifest__.py index 769d0b6c7..6736e70ac 100644 --- a/partner_contact_weight/__manifest__.py +++ b/partner_contact_weight/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Partner Contact Weight", "summary": "Provide contact weight", - "version": "10.0.1.0.0", + "version": "10.0.1.0.1", "category": "Health", "website": "http://ursainfosystems.com", "author": "Ursa Information Systems, Odoo Community Association (OCA)",