Browse Source

[FIX] correct lint error in partner_contact_nutrition and

partner_contact_weight

Several changes
pull/599/head
cubells 7 years ago
parent
commit
94f22eeb12
  1. 5
      partner_contact_nutrition/README.rst
  2. 2
      partner_contact_nutrition/__manifest__.py
  3. 5
      partner_contact_weight/README.rst
  4. 2
      partner_contact_weight/__manifest__.py

5
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
===========

2
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)",

5
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
===========

2
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)",

Loading…
Cancel
Save