mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
33 lines
1.0 KiB
Python
33 lines
1.0 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2014 Serv. Tec. Avanzados - Pedro M. Baeza
|
|
# Copyright 2014 Oihane Crucelaegui - AvanzOSC
|
|
# Copyright 2018 Simone Rubino - Agile Business Group
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Quality control - Stock",
|
|
"version": "10.0.1.0.2",
|
|
"category": "Quality control",
|
|
"license": "AGPL-3",
|
|
"author": "OdooMRP team, "
|
|
"AvanzOSC, "
|
|
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
|
|
"Agile Business Group, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture/tree/10.0/"
|
|
"quality_control_stock",
|
|
"depends": [
|
|
"quality_control",
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"data/quality_control_stock_data.xml",
|
|
"views/qc_inspection_view.xml",
|
|
"views/stock_picking_view.xml",
|
|
"views/stock_production_lot_view.xml",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|