mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
20 lines
921 B
Python
20 lines
921 B
Python
# Copyright 2014 Pedro M. Baeza - Tecnativa <pedro.baeza@tecnativa.com>
|
|
# Copyright 2015 Antonio Espinosa - Tecnativa <antonio.espinosa@tecnativa.com>
|
|
# Copyright 2016-2019 Carlos Dauden - Tecnativa <carlos.dauden@tecnativa.com>
|
|
# Copyright 2017 David Vidal - Tecnativa <david.vidal@tecnativa.com>
|
|
# Copyright 2017 Luis M. Ontalba - Tecnativa <luis.martinez@tecnativa.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Valued Picking Report",
|
|
"summary": "Adding Valued Picking on Delivery Slip report",
|
|
"version": "13.0.1.1.0",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-reporting",
|
|
"category": "Warehouse Management",
|
|
"license": "AGPL-3",
|
|
"depends": ["sale_management", "stock"],
|
|
"data": ["views/res_partner_view.xml", "report/stock_picking_report_valued.xml"],
|
|
"installable": True,
|
|
}
|