[enhancement] default warehouse not mandatory in time, re-order level and re-order qty must always be set per warehosue

This commit is contained in:
Rushabh Mehta
2016-02-08 11:52:22 +05:30
parent 060f32d452
commit 3cdf3544fb
12 changed files with 82 additions and 169 deletions

View File

@@ -46,8 +46,7 @@ data_map = {
# Stock
"Item": {
"columns": ["name", "if(item_name=name, '', item_name) as item_name", "description",
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method",
"re_order_level", "re_order_qty"],
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method"],
# "conditions": ["docstatus < 2"],
"order_by": "name",
"links": {