Activity log for bug #1055669

Date Who What changed Old value New value Message
2012-09-24 17:50:53 Renato Lima - http://www.akretion.com bug added bug
2012-09-24 17:51:51 Renato Lima - http://www.akretion.com attachment added account.patch https://bugs.launchpad.net/openobject-addons/+bug/1055669/+attachment/3338644/+files/account.patch
2012-10-19 10:50:35 Jignesh Rathod(OpenERP) openobject-addons: importance Undecided Medium
2012-10-19 10:50:35 Jignesh Rathod(OpenERP) openobject-addons: status New Confirmed
2012-10-19 10:50:35 Jignesh Rathod(OpenERP) openobject-addons: assignee OpenERP R&D Addons Team 3 (openerp-dev-addons3)
2012-12-21 05:59:55 Paramjit Singh Sahota(OpenERP) openobject-addons: status Confirmed In Progress
2012-12-21 06:27:08 Launchpad Janitor branch linked lp:~openerp-dev/openobject-addons/trunk-bug-1055669-psa
2012-12-21 06:32:39 Paramjit Singh Sahota(OpenERP) openobject-addons: status In Progress Fix Committed
2013-02-07 03:47:08 George Gill description Hello guys, Using 6.1 and trunk, when I try create a chart of account, there is a problem in tax code because the tax code templates has the following structure: * PIS **** 01 - Operação Tributável com Alíquota Básica * COFINS **** 01 - Operação Tributável com Alíquota Básica In the Brazilian localization (maybe in others localizations) for example, we can have one tax code with the same code and description, but in different levels. To fix it the method generate_tax_code in account.tax.template this line need be change to include parent_id. rec_list = obj_tax_code.search(cr, uid, [('name', '=', vals['name']),('code', '=', vals['code']),('company_id', '=', vals['company_id'])], context=context) I'm attached one path. Best regards, Renato Lima http://www.akretion.com Hello guys, Using 6.1 and trunk, when I try create a chart of account, there is a problem in tax code because the tax code templates has the following structure: * PIS **** 01 - Operação Tributável com Alíquota Básica * COFINS **** 01 - Operação Tributável com Alíquota Básica In the Brazilian localization (maybe in others localizations) for example, we can have one tax code with the same code and description, but in different levels. To fix it the method generate_tax_code in account.tax.template this line need be change to include parent_id. rec_list = obj_tax_code.search(cr, uid, [('name', '=', vals['name']),('code', '=', vals['code']),('company_id', '=', vals['company_id'])], context=context) I'm attached one path. Best regards,  Renato Lima http://www.akretion.com