Tuesday, June 28, 2016
2 changes · master
New functionality added to Odoo
This change adds TaxCloud integration so Odoo can automatically calculate US sales tax based on customer location and product tax category. It reduces manual tax setup for US sales and improves accuracy across sales, website, point of sale, delivery, and invoicing flows.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …text in max_tax to get tax based on product TIC code
This adds TaxCloud integration so Odoo can calculate U.S. sales tax using the customer address and product tax category. It reduces manual tax setup by creating or reusing the appropriate tax rate automatically during sales flows.
Original PR description
…roduct TIC category and customer address in United States. [IMP]TIC category view and code improvement [IMP]refactor code [Add]security access rules [IMP]pass partner in context [IMP]improve the code [IMP]restructure file [IMP]add test cases and set default api key for taxcloud [IMP]check for state if tax exist for that state or not [IMP]improve the code [IMP]improve the code as per comment and make tax check based on zip code of partner