Tuesday, February 18, 2020
1 change · master
New functionality added to Odoo
This update adds automated checks for TaxCloud tax rate handling in sales and invoicing flows. It helps ensure existing tax rates are reused, new rates are created when needed, and tax updates happen correctly during order confirmation, invoice posting, and payment registration.
Original PR description
-In this commit, Test cases for
-Retrive tax rate from taxcloud.
-Taxrate returned by taxcloud which already
exist in DB then that is taken from db instead of creating
a new one.
-If no record for taxrate returned by taxcloud in DB then
new TAX will be created successfully.
-Taxrate returned by Taxcloud that is correctly assign on
invoice line.
-Full Payment Registration Flow.
-Invoice posting triggers a Tax Update.
-SO confirmation triggers a Tax Update.
Task-2121109