When accessing stock.move.line from the show reservation on quants, in the form view of stock.move.line, have a link to the picking
13 lines
367 B
Python
13 lines
367 B
Python
from . import stock_move
|
|
from . import stock_picking
|
|
from . import stock_picking_type
|
|
from . import stock_location
|
|
from . import stock_location_route
|
|
from . import stock_warehouse_orderpoint
|
|
from . import stock_quant
|
|
from . import stock_inventory
|
|
from . import procurement_group
|
|
from . import procurement_scheduler_log
|
|
from . import product
|
|
from . import res_partner
|