c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01157
[Bug 666101] Re: Chart of Taxes BUG
Hello Jacara,
I have found a solution for this. Would you please apply the patch and
notify us ?
Thank you for pointing out.
--
Chart of Taxes BUG
https://bugs.launchpad.net/bugs/666101
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Confirmed
Bug description:
There is a BUG on Accounting/Charts/Chart of Taxes.
My period code has False. Because it's not required field.
File "/home/jacara/openerp-server/addons/account/wizard/account_tax_chart.py", line 71, in account_tax_chart_open_window
result['name'] += ':' + self.pool.get('account.period').read(cr, uid, [data['period_id']], context=context)[0]['code']
TypeError: cannot concatenate 'str' and 'bool' objects
References