← Back to team overview

openerp-india team mailing list archive

[Bug 932972] Re: 6.1 tax defined on product is not taken into account for invoice

 

This is due to the on_change chain of the product field and that of the account field which both replace the complete list of taxes.
We can solve this properly in addons by replacing these 2 on_change methods as a single on_change method computing both. It was working in GTK by chance because the on_change calls are processed in a different order.

** Changed in: openobject-client-web
   Importance: Undecided => Medium

** Changed in: openobject-client-web
       Status: Confirmed => In Progress

** Project changed: openobject-client-web => openobject-addons

** Changed in: openobject-addons
     Assignee: OpenERP R&D Web Team (openerp-dev-web) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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/932972

Title:
  6.1 tax defined on product is not taken into account for invoice

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  In 6.1

  create a BE company with Belgian chart of account.
  create a product with a sales tax VAT-OUT-06-L

  When creating an invoice with a line referencing this product the tax
  that is not added to the invoice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/932972/+subscriptions


References