mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
22 lines
743 B
Python
22 lines
743 B
Python
# Copyright 2018 Tecnativa - Sergio Teruel
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Stock Secondary Unit",
|
|
"summary": "Get product quantities in a secondary unit",
|
|
"version": "17.0.1.0.0",
|
|
"development_status": "Production/Stable",
|
|
"category": "stock",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["stock", "product_secondary_unit"],
|
|
"data": [
|
|
"views/product_views.xml",
|
|
"views/stock_move_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
"report/report_deliveryslip.xml",
|
|
],
|
|
}
|