File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
product_replenishment_cost/models Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -188,13 +188,11 @@ def _compute_replenishment_cost_last_update(self):
188188 # rule
189189 # 'replenishment_base_cost_currency_id',
190190 # # because of being stored
191- 'replenishment_base_cost_currency_id.rate_ids.rate ' ,
191+ 'replenishment_base_cost_currency_id' ,
192192 # # and this if we change de date (name field)
193193 # 'replenishment_base_cost_currency_id.rate_ids.name',
194194 # rule items
195- 'replenishment_cost_rule_id.item_ids.sequence' ,
196- 'replenishment_cost_rule_id.item_ids.percentage_amount' ,
197- 'replenishment_cost_rule_id.item_ids.fixed_amount' ,
195+ 'replenishment_cost_rule_id' ,
198196 )
199197 @api .depends_context ('company' )
200198 def _compute_replenishment_cost (self ):
You can’t perform that action at this time.
0 commit comments