mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
The method field was removed in module 'stock' of Odoo 11. See
f2926823e8
Since the field is used by OCA modules such as stock_putaway_product
(eg. to add a 'per_product' method), the new stock_putaway_method module
is added to restore this feature if needed.
3 lines
95 B
Python
3 lines
95 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import product_strategy
|