mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
535 B
Python
16 lines
535 B
Python
# Copyright 2021 Xtendoo
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Quant Expiration Date Tree",
|
|
"summary": """
|
|
Allows to display expirations dates on stock quant tree view""",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Xtendoo, Odoo Community Association (OCA)",
|
|
"maintainers": ["Manuel Calero"],
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": ["stock", "product_expiry"],
|
|
"data": ["views/stock_quant.xml"],
|
|
}
|