Skip to content
Snippets Groups Projects
Commit f5ce6c59 authored by roen-odoo's avatar roen-odoo
Browse files

[FIX] l10n_ae: fix vat amount computation


Current behavior:
If you make a sale in the PoS without invoicing it, the vat amount in
the tax report was no correctly computed.

Steps to reproduce:
- Install l10n_ae
- Create a payment method and a PoS with this payment method
- Create a product with a price of 100 AED and the tax of 5% (Dubai)
- Make 2 pos orders with this product, one with invoicing and one
  without
- To see the VAT Amount we need to add it with studio, go in accounting
  -> journal items -> studio -> existing field -> "vat amount"
- Go in the accounting app and go for the Tax Report, change the date
  range to the financial year. Now click on "Dubai" in the "Standard
  Rated Supplies (Base)" section. And click on "Audit"
- You will see that the VAT amount of the order is 0 when it should be 5

opw-3293589

closes odoo/odoo#127796

X-original-commit: e580636b3f5b4404a843fd5afb6abd426787b6bf
Signed-off-by: default avatarJoseph Caburnay (jcb) <jcb@odoo.com>
Signed-off-by: default avatarRobin Engels (roen) <roen@odoo.com>
parent 8886d789
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment