← Back to team overview

openerp-india team mailing list archive

[Bug 1017894] [NEW] Dutch chart of accounts has incorrect defaults for sales and purchase tax

 

Public bug reported:

Dutch chart of accounts has incorrect defaults for sales and purchase
tax

Default sales tax is 0% vat

Default purchase tax is 6% vat

This is a very optimistic and unfortunately wrong assumption about
taxation in the Netherlands.

The wrong defaults are caused by the fact that the account.tax.template
entries do not have a sequence set. Therefore the ones with the lowest
database id are taken as default.

(See account/res_config.py)

I will submit a patch to rectify this.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  Dutch chart of accounts has incorrect defaults for sales and purchase
  tax

Status in OpenERP Addons (modules):
  New

Bug description:
  Dutch chart of accounts has incorrect defaults for sales and purchase
  tax

  Default sales tax is 0% vat

  Default purchase tax is 6% vat

  This is a very optimistic and unfortunately wrong assumption about
  taxation in the Netherlands.

  The wrong defaults are caused by the fact that the
  account.tax.template entries do not have a sequence set. Therefore the
  ones with the lowest database id are taken as default.

  (See account/res_config.py)

  I will submit a patch to rectify this.

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


Follow ups

References