openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #10797
[Bug 960158] Re: Account_change should be override the product tax to account tax if product tax assigned on product
Hello Niels and Raphael,
Yes, you both are right. Both GTK and web have different behaviour as I explained my comment#4.The web client will call on_change in cascade but gtk doesn't
But this issue doesn't related to this. This issue posted for double (that's mistake on addons side). You have faced the same problem on GTK when you will manually called the account_change from invoice line. You will get a account tax and sale tax both.
So this problem need to be solved from addons side.
Now comes about both client's behaviour, web are works fine for that
and If we have to try for same behaviour on both client then this will
become a new feature for gtk client.
Thank you!
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/960158
Title:
Account_change should be override the product tax to account tax if
product tax assigned on product
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Context: web client, Windows 7, OpenERP 6.1
Modules installed: Sales, Purchase with Generic chat of account, tax
15%
When a create a sale order for a product with a default tax (ex: ITAX
R) and when I associate this sale order to a customer who has the
basic "Normal taxes" fiscal position (without change from the basic
empty database), I get an invoice which only provides that product tax
(ITAX R). That is correct, because the "Normal taxes" fiscal position
only modifies the tax "Tax 15%", and replaces it by "Purchases tax
15%".
However, when I directly create the invoice for the same product and
the same customer, OpenERP add the "Purchases tax 15%" to the ITAX R.
So I get two taxes why I only expect the second one. Here is an
important error I guess.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/960158/+subscriptions
References