Advertisement
rht_odoo

[QW][3890391] Change label for subscription product

Apr 29th, 2024 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1. # Done by RHT on the 29/04/2024
  2. # Reviewed by SEA on the 01/06/2024
  3. # Review: https://pastebin.com/Dbx5xHqC
  4. # Task: https://www.odoo.com/web#id=3890391&cids=1&model=project.task&view_type=form
  5. # Need: Remove the timestamp from the subscription period from the label as they are invoicing the previous month and not the upcoming month
  6. for line in records:
  7.    line["name"] = line.sale_line_ids.name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement