Files
stock-logistics-warehouse/stock_quant_expiration_date_tree/__manifest__.py

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"],
}