mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Merge pull request #243 from Eficent/9.0-fix-stock_orderpoint_uom
[FIX] Stock Orderpoint UOM
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from openerp import api, fields, models, _
|
||||
from openerp.exceptions import Warning as UserError
|
||||
from openerp.exceptions import UserError
|
||||
|
||||
|
||||
class StockWarehouseOrderpoint(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user