- Default to zero is now functional
- Checkbox ("Picked" field) visible on move lines in the batch view
- Checking the Picked field marks the line green
- More tests written to validate functionality
4 lines
126 B
Python
4 lines
126 B
Python
# -*- coding: utf-8 -*-
|
|
from . import create_bill_wizard
|
|
from . import merge_bill_wizard
|
|
from . import stock_picking_to_batch
|