-
-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
329e614
commit 6d262f5
Showing
20 changed files
with
510 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
=================================== | ||
Quality control management for Odoo | ||
=================================== | ||
=============== | ||
Quality control | ||
=============== | ||
|
||
This module provides a generic infrastructure for quality tests. The idea is | ||
that it can be later reused for doing quality inspections on production lots | ||
|
@@ -48,7 +48,7 @@ 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 | ||
:target: https://runbot.odoo-community.org/runbot/129/9.0 | ||
|
||
|
||
Known issues / Roadmap | ||
|
@@ -73,6 +73,7 @@ Contributors | |
* Pedro M. Baeza <[email protected]> | ||
* Oihane Crucelaegui <[email protected]> | ||
* Ana Juaristi <[email protected]> | ||
* Lois Rilo <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
# -*- 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 | ||
# Copyright 2010 NaN Projectes de Programari Lliure, S.L. | ||
# Copyright 2014 Serv. Tec. Avanzados - Pedro M. Baeza | ||
# Copyright 2014 Oihane Crucelaegui - AvanzOSC | ||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. | ||
# License AGPL-3.0 - See http://www.gnu.org/licenses/agpl-3.0.html | ||
|
||
{ | ||
"name": "Quality control", | ||
"version": "8.0.1.3.0", | ||
"version": "9.0.1.3.0", | ||
"category": "Quality control", | ||
"license": "AGPL-3", | ||
"author": "OdooMRP team, " | ||
"AvanzOSC, " | ||
"Serv. Tecnol. Avanzados - Pedro M. Baeza, " | ||
"Eficent, " | ||
"Odoo Community Association (OCA)", | ||
"website": "http://www.odoomrp.com", | ||
"contributors": [ | ||
"Pedro M. Baeza <[email protected]>", | ||
"Oihane Crucelaegui <[email protected]>", | ||
"Ana Juaristi <[email protected]>", | ||
], | ||
"depends": [ | ||
"product", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<openerp> | ||
<data> | ||
|
||
<record model="ir.ui.view" id="product_category_qc_form_view"> | ||
<field name="name">product.category.qc</field> | ||
<field name="model">product.category</field> | ||
<field name="inherit_id" ref="product.product_category_form_view"/> | ||
<field name="arch" type="xml"> | ||
<sheet position="inside"> | ||
<group name="qc" string="Quality control"> | ||
<field name="qc_triggers" nolabel="1"> | ||
<tree string="Quality control triggers" editable="bottom"> | ||
<field name="trigger" widget="selection" /> | ||
<field name="test" /> | ||
<field name="user" /> | ||
<field name="partners" widget="many2many_tags" /> | ||
</tree> | ||
</field> | ||
</group> | ||
</sheet> | ||
</field> | ||
</record> | ||
<record model="ir.ui.view" id="product_category_qc_form_view"> | ||
<field name="name">product.category.qc</field> | ||
<field name="model">product.category</field> | ||
<field name="inherit_id" ref="product.product_category_form_view"/> | ||
<field name="arch" type="xml"> | ||
<group name="first" position="after"> | ||
<group name="qc" string="Quality control"> | ||
<field name="qc_triggers" nolabel="1"> | ||
<tree string="Quality control triggers" editable="bottom"> | ||
<field name="trigger" widget="selection" /> | ||
<field name="test" /> | ||
<field name="user" /> | ||
<field name="partners" widget="many2many_tags" /> | ||
</tree> | ||
</field> | ||
</group> | ||
</group> | ||
</field> | ||
</record> | ||
|
||
</data> | ||
</openerp> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<openerp> | ||
<data> | ||
<odoo> | ||
|
||
<record model="ir.ui.view" id="product_template_qc_form_view"> | ||
<field name="name">product.template.qc</field> | ||
<field name="model">product.template</field> | ||
<field name="inherit_id" ref="product.product_template_form_view"/> | ||
<field name="arch" type="xml"> | ||
<page string="Inventory" position="inside"> | ||
<group name="qc" string="Quality control"> | ||
<field name="qc_triggers" nolabel="1"> | ||
<tree string="Quality control triggers" editable="bottom"> | ||
<field name="trigger" widget="selection"/> | ||
<field name="test"/> | ||
<field name="user" /> | ||
<field name="partners" widget="many2many_tags" /> | ||
</tree> | ||
</field> | ||
</group> | ||
</page> | ||
</field> | ||
</record> | ||
<record model="ir.ui.view" id="product_template_qc_form_view"> | ||
<field name="name">product.template.qc</field> | ||
<field name="model">product.template</field> | ||
<field name="inherit_id" ref="product.product_template_form_view"/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//page[2]" position="inside"> | ||
<group name="qc" string="Quality control"> | ||
<field name="qc_triggers" nolabel="1"> | ||
<tree string="Quality control triggers" editable="bottom"> | ||
<field name="trigger" widget="selection"/> | ||
<field name="test"/> | ||
<field name="user" /> | ||
<field name="partners" widget="many2many_tags" /> | ||
</tree> | ||
</field> | ||
</group> | ||
</xpath> | ||
</field> | ||
</record> | ||
|
||
</data> | ||
</openerp> | ||
</odoo> |
Oops, something went wrong.