diff --git a/quality_control/README.rst b/quality_control/README.rst index 765875375..5726462b0 100644 --- a/quality_control/README.rst +++ b/quality_control/README.rst @@ -1,3 +1,8 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=================================== Quality control management for Odoo =================================== @@ -37,8 +42,43 @@ The complete inspection workflow is: Based on the nan_quality_control_* modules from NaN·tic. + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/129/8.0 + + +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 `here `_. + + +Credits +======= + Contributors ------------ * Pedro M. Baeza * Oihane Crucelaegui -* Ana Juaristi +* Ana Juaristi + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/quality_control/__openerp__.py b/quality_control/__openerp__.py index 1b0277cb0..d06cbff2c 100644 --- a/quality_control/__openerp__.py +++ b/quality_control/__openerp__.py @@ -1,37 +1,21 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Copyright (c) -# 2010 NaN Projectes de Programari Lliure, S.L. (http://www.NaN-tic.com) -# 2014 Serv. Tec. Avanzados - Pedro M. Baeza (http://www.serviciosbaeza.com) -# 2014 AvanzOsc (http://www.avanzosc.es) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published -# by the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# (c) 2010 NaN Projectes de Programari Lliure, S.L. (http://www.NaN-tic.com) +# (c) 2014 Serv. Tec. Avanzados - Pedro M. Baeza +# (c) 2014 Oihane Crucelaegui - AvanzOSC +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { "name": "Quality control", - "version": "1.0", + "version": "8.0.1.0.0", "author": "OdooMRP team, " "AvanzOSC, " - "Serv. Tecnol. Avanzados - Pedro M. Baeza", + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", "website": "http://www.odoomrp.com", "contributors": [ - "Pedro M. Baeza ", "Oihane Crucelaegui ", - "Ana Juaristi ", + "Ana Juaristi ", ], "category": "Quality control", "depends": [