|
@ -746,7 +746,7 @@ function pos_pricelist_models(instance, module) { |
|
|
'pricelist_id', |
|
|
'pricelist_id', |
|
|
'date_start', |
|
|
'date_start', |
|
|
'date_end', |
|
|
'date_end', |
|
|
'items'], |
|
|
|
|
|
|
|
|
], |
|
|
domain: function (self) { |
|
|
domain: function (self) { |
|
|
var pricelist_ids = _.map(_.keys(self.db.pricelist_by_id), function(el){return parseInt(el)}); |
|
|
var pricelist_ids = _.map(_.keys(self.db.pricelist_by_id), function(el){return parseInt(el)}); |
|
|
return [ |
|
|
return [ |
|
|