← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 666101] [NEW] Chart of Taxes BUG

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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: New

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





Follow ups

References