bemade-addons/batch_picking_create_one_bill/wizard/__init__.py
Marc Durepos b43f0f5c85 batch_picking_create_one_bill upgrades
- 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
2025-02-14 12:13:57 -05:00

4 lines
126 B
Python

# -*- coding: utf-8 -*-
from . import create_bill_wizard
from . import merge_bill_wizard
from . import stock_picking_to_batch