Skip to content

Commit

Permalink
[ADD] Account_invoice_price_update: settle pricelists changes
Browse files Browse the repository at this point in the history
All pricelists changes are settled in the invoice discussion thread
  • Loading branch information
PabloPaezSheridan committed Feb 2, 2021
1 parent 45b0c12 commit 2058bb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def update_prices(self):
line._onchange_balance()
line._onchange_mark_recompute_taxes()
line.move_id._onchange_invoice_line_ids()
invoice.message_post(body='The pricelist is now: %s' % self.pricelist_id.display_name)
return True

def _get_real_price_currency(
Expand Down

0 comments on commit 2058bb8

Please sign in to comment.