Files
suite/product_catch_weight/models/__init__.py
Jared Kipe b7319f826f Improve UI, allowing user to measure the catch weight in a specific unit of measure.
This UOM should be convertable (in the same category) as the normal stock UOM for the product.
Example: If you want to sell 'units' of 50lbs then you should make a "50lbs" UOM in the Weight category and use that as the sale and purchase UOM, then your "Catch Weight UOM" can be the stock "lb(s)" UOM.
2021-03-11 13:43:09 -08:00

5 lines
98 B
Python

from . import account_invoice
from . import product
from . import stock_patch
from . import stock