c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01198
[Bug 666101] Re: Chart of Taxes BUG
Hello,
It has been fixed by jvo@xxxxxxxxxxx-20101026113257-5vu05j7n3r5w0gai
Thanks.
--
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