Files
stock-logistics-warehouse/stock_putaway_product_template/__manifest__.py
2024-04-16 16:27:06 +00:00

15 lines
592 B
Python

# Copyright 2023 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Product template in putaway strategies",
"summary": "Add product template in putaway strategies from the product view",
"version": "16.0.1.1.0",
"category": "Inventory",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["stock"],
"data": ["views/stock_putaway_rule_views.xml"],
"maintainers": ["kevinkhao", "sebastienbeau"],
}