Advertisement
rht_odoo

[3792792]x_studio_total_amount_no_vat

Apr 3rd, 2024
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. #Done by RHT on the 07/03/2024
  2. #Reviewed by EMI on the 03/04/2024
  3. #Review:
  4. #911 task: https://www.odoo.com/web#id=3792792&cids=1&menu_id=4720&action=333&active_id=5686&model=project.task&view_type=form
  5. #Need: to know the discounted amount
  6. for inv in self:
  7.     inv["x_studio_total_amount_no_vat"] = inv.amount_untaxed + inv.x_studio_discount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement