Files
stock-logistics-warehouse/stock_request/models/__init__.py
mreficent 484d7e799a [FIX] Various fixes:
- 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
2022-02-07 11:55:55 +01:00

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