Files
stock-logistics-warehouse/stock_putaway_product_template/__manifest__.py
2021-11-11 10:09:31 +01:00

14 lines
544 B
Python

# 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": "14.0.1.0.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"],
}