Files
stock-logistics-warehouse/stock_quant_merge/__openerp__.py
Lionel Sausin abec66ed95 Adopt OCA conventions
Use OCA's the README template
Adapt manifest, add OCA as author
Update copyright notices
2016-03-21 13:47:48 +01:00

22 lines
607 B
Python

# -*- coding: utf-8 -*-
# © 2015 OdooMRP team
# © 2015 AvanzOSC
# © 2015 Serv. Tecnol. Avanzados - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock - Quant merge",
"version": "8.0.1.0.0",
"depends": [
"stock",
],
"author": "OdooMRP team,"
"AvanzOSC,"
"Serv. Tecnol. Avanzados - Pedro M. Baeza,"
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"category": "Warehouse Management",
"installable": True,
"license": "AGPL-3",
"images": [],
}