mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
- Error with the sequence number. - Visible texts that should be in uppercases. - order_id should only be visible if group_stock_request_order option is enabled. - adds more tests - adds consistency between models company-wise
12 lines
343 B
Python
12 lines
343 B
Python
from . import stock_request
|
|
from . import stock_request_allocation
|
|
from . import stock_request_order
|
|
from . import stock_move
|
|
from . import stock_picking
|
|
from . import procurement_rule
|
|
from . import stock_move_line
|
|
from . import res_config_settings
|
|
from . import stock_warehouse
|
|
from . import stock_location
|
|
from . import stock_location_route
|