87
87
(_('Product Code'), 'string'), (_('Product Description'), 'string'), (_('UoM'), 'string'), (_('Product Qty'), 'number'), (_('Threshold value'), 'number')]
88
88
THRESHOLD_LINE_COLUMNS_FOR_IMPORT = [x for (x,y) in THRESHOLD_COLUMNS_HEADER_FOR_IMPORT]
91
(_('Product Code'), 'string'), (_('Product Description'), 'string'), (_('Comment'), 'string')]
91
95
import stock_partial_picking
92
96
import wizard_import_po_line