mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
This is already done by split method of stock.move (see file stock/stock.py as reference) updating product_uos_qty on move_created_ids
6 lines
156 B
Python
6 lines
156 B
Python
# -*- coding: utf-8 -*-
|
|
# (c) 2015 Alex Comba - Agile Business Group
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
from . import wizard
|