Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0 sale_order_taxes] sale order amount_tax field should be computed like taxes #1333

Open
cvinh opened this issue Nov 17, 2016 · 5 comments

Comments

@cvinh
Copy link
Contributor

cvinh commented Nov 17, 2016

Steps to reproduce :

  • Install sale_order_taxes (v8.0)
  • setup currency without decimals
  • setup a 5% tax and a 13% tax
  • make a quotation with qty=915 price_unit=150 taxes = 5%,13%
  • compute totals
  • we have 5% tax amount = 6863 (base =137250)
  • we have 13% tax amount = 17843 (base = 137250)

Bad behaviour :

  • amount_untaxed = 24705
  • amount_total =161955
    Good behaviour :
  • amount_untaxed = 24706
  • amount_total = 161956
cvinh pushed a commit to cvinh/odoomrp-wip that referenced this issue Nov 17, 2016
@cvinh
Copy link
Contributor Author

cvinh commented Nov 17, 2016

I did a PR here

@cvinh
Copy link
Contributor Author

cvinh commented Nov 18, 2016

@pedrobaeza By the way, I think tax_calculation_rounding_method parameter should be taken into account in sales orders... what do you think ?

@pedrobaeza
Copy link
Member

@oihane, any opinion on this?

@cvinh
Copy link
Contributor Author

cvinh commented Jan 11, 2017

@pedrobaeza I think that issue is related to OCA/OCB#576
If that PR is merged in odoo, It could be backport in v8... ?

@pedrobaeza
Copy link
Member

I'm not sure that it's related, because taxes computation in v8 is different. Anyway, I'm not maintaining anymore this module. Let's see if @oihane can say anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants