openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24307
[Bug 928424] Re: [6.1, account] Tax description should not have uniqueness constraint
These constraints still cause problems in certain tax setups- resulting
in broken company setup while setting up a new company.
Example:
Parent Tax 1 -> Child Tax Name 1
-> Child Tax X
Parent Tax 2 -> Child Tax Name 1 (We need there the same name and code, because this is the same tax)
-> Child Tax Y
In second example we should add the same tax again, because in the tax
setup there is no possibility to link one tax to multiple parent taxes.
In conclusion: this sql constraint breaks Parent-Child functionality.
Please remove this constraint.
Normunds
Alistek, Ltd
--
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/928424
Title:
[6.1, account] Tax description should not have uniqueness constraint
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Hi,
since a couple of days, the uniqueness constraint on the field 'name'
on the Tax model (account.tax) has been swapped for a uniqueness
constraint on the field 'description' (see [1]). I do not believe that
this is correct, for the following two reasons:
- The description field is not a required field, and many
localisations do not use it. To have a uniqueness constraint on such a
field is meaningless.
- Other localisations such as the Dutch, German, Austrian and Canadian
naturally use the same description as a shorthand for similar taxes
that cannot occur together. In case of l10n_nl for instance, the same
description reflects the tax type and percentage for both taxes
payable and receivable. In the current state of the repository, it is
not possible to configure a chart of accounts anymore according to any
of these localisation modules.
Please revert the commit refered to in [1].
Cheers,
Stefan.
[1] http://bazaar.launchpad.net/~openerp/openobject-
addons/trunk/revision/6488
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/928424/+subscriptions
References