mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
507 B
Python
15 lines
507 B
Python
# Copyright 2020 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Quant View Reservation",
|
|
"summary": """
|
|
Allows to see details of reservations on a quant""",
|
|
"version": "14.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_quant.xml", "views/stock_move_line_views.xml"],
|
|
}
|