mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
14 lines
544 B
Python
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"],
|
|
}
|