Saturday, March 13, 2021
1 change · master
Miscellaneous changes
Before this commit, an authorization request would be sent to TaxCloud when an invoice with a TaxCloud fiscal position was posted, regardless of whether the invoice was created from an Amazon sales order or not. This was problematic because Amazon had already included the sale in a tax report sent to TaxCloud. Hence, the taxes of the sale were reported twice. As of this commit, TaxCloud is no longer notified when an invoice created from an Amazon sales order is posted. Posting regular i
Original PR description
Before this commit, an authorization request would be sent to TaxCloud when an invoice with a TaxCloud fiscal position was posted, regardless of whether the invoice was created from an Amazon sales order or not. This was problematic because Amazon had already included the sale in a tax report sent to TaxCloud. Hence, the taxes of the sale were reported twice. As of this commit, TaxCloud is no longer notified when an invoice created from an Amazon sales order is posted. Posting regular invoices with a TaxCloud fiscal position still sends the request to TaxCloud. opw-2448235 Forward-Port-Of: odoo/enterprise#17025