Skip to content

Commit

Permalink
Merge branch '16.0' into 16.0-fix-compute_all_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPForgeFlow authored Apr 18, 2024
2 parents b1ad441 + c58070a commit 8c82350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[account_avatax_exemption_base](account_avatax_exemption_base/) | 16.0.1.0.0 | | This application allows you to add exemptions base to Avatax
[account_avatax_oca](account_avatax_oca/) | 16.0.1.3.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Compute Sales Tax using the Avalara Avatax Service
[account_avatax_oca](account_avatax_oca/) | 16.0.1.4.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Compute Sales Tax using the Avalara Avatax Service
[account_avatax_sale_oca](account_avatax_sale_oca/) | 16.0.1.2.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Sales Orders with automatic Tax application using Avatax
[account_avatax_website_sale](account_avatax_website_sale/) | 16.0.1.0.0 | [![cybernexus](https://github.com/cybernexus.png?size=30px)](https://github.com/cybernexus) | Ecommerce Sales Orders require tax recalculation prior to payment.
[account_fiscal_position_autodetect_optional_vies](account_fiscal_position_autodetect_optional_vies/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Fiscal Position Autodetect optional VIES
Expand Down
2 changes: 1 addition & 1 deletion account_avatax_oca/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Avalara Avatax Certified Connector",
"version": "16.0.1.3.0",
"version": "16.0.1.4.0",
"author": "Open Source Integrators, Fabrice Henrion,"
"Sodexis, Odoo Community Association (OCA)",
"summary": "Compute Sales Tax using the Avalara Avatax Service",
Expand Down
2 changes: 1 addition & 1 deletion account_avatax_oca/security/ir.model.access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ access_product_tax_code_manager,product.tax.code.manager,model_product_tax_code,
access_exemption_code_manager,exemption.code.manager,model_exemption_code,account.group_account_manager,1,1,1,1
access_exemption_code_employee,exemption.code.employee,model_exemption_code,base.group_user,1,0,0,0
access_avalara_salestax_ping,avalara_salestax_ping,model_avalara_salestax_ping,account.group_account_manager,1,1,1,1
access_avalara_salestax_address_validate,avalara_salestax_address_validate,model_avalara_salestax_address_validate,account.group_account_manager,1,1,1,1
access_avalara_salestax_address_validate,avalara_salestax_address_validate,model_avalara_salestax_address_validate,base.group_user,1,1,1,1
access_avalara_salestax_getcompany,avalara_salestax_getcompany,model_avalara_salestax_getcompany,account.group_account_manager,1,1,1,1

0 comments on commit 8c82350

Please sign in to comment.