Comment 2 for bug 539717

Revision history for this message
Raphaƫl Valyi - http://www.akretion.com (rvalyi) wrote :

Hello Fabien,

I suppose you closed that bug against 5.0 that you can't maintain for free (we all agree on that).

Still, this bug is still valid on trunk (v6) and I think it's annoying for several localizations (including Brazil), because you can't define properly the taxes inside the template, so once you generate the chart of account+taxes via the wizard, then you still have to manually fix all taxes...

IMHO tax.templates and taxes should have the same fields, may be even there could have been some inritance between those objects (not sure).

Example in Brazil, main taxes ICMS (equivalent of French Beligian VAT, but with complex federal state variations), PIS and COFINS are all included in the price: http://bancodopovo.br.tripod.com/custocomercio.htm
So it's not an option not having it if you want to let OpenERP straightforward to install here (we currently load those taxes directly in customer profile data without using the templates, but it's not the best solution).

So I think you should just add the "price_include" boolean field in account.tax.template and copy it in the chart instantiation wizard.

What do you think?