mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_putaway_method Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_putaway_method/
22 lines
657 B
Python
22 lines
657 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': 'Putaway strategy method',
|
|
'summary': 'Add the putaway strategy method back, '
|
|
'removed from the stock module in Odoo 12',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Inventory',
|
|
'website': 'https://github.com/OCA/stock-logistics-warehouse',
|
|
'author': 'Camptocamp SA, '
|
|
'Odoo Community Association (OCA)',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'product',
|
|
'stock'
|
|
],
|
|
'data': [
|
|
'views/product_strategy_views.xml'
|
|
],
|
|
'development_status': 'Production/Stable',
|
|
'maintainers': ['asaunier'],
|
|
}
|