balance sheet with errors
Bug #663358 reported by
Cristian Salamea
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Medium
|
Dhruti Shastri(OpenERP) |
Bug Description
Hello, with fresh installation for account module print the Balance Sheet with this options:
Target moves: All Entries
Display Accounts: all
Filters by: No filters
And show the attached report.
Regards,
Changed in openobject-addons: | |
assignee: | nobody → DHS(OpenERP) (dhs-openerp) |
Changed in openobject-addons: | |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
and server give this:
Traceback (most recent call last): ovnicraft/ development/ openerp/ server/ bin/report/ render/ rml2pdf/ utils.py" , line 89, in _child_get n.get(' rml_except' ), {}, self.localcontext) ovnicraft/ development/ openerp/ server/ bin/tools/ safe_eval. py", line 271, in safe_eval expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) ovnicraft/ repos/openerp- commiter/ addons_ trunk/account/ report/ account_ balance_ sheet.py" , line 106, in get_data
File "/home/
eval(
File "/home/
return eval(test_
File "", line 1, in <module>
File "/home/
if self.res_bl['type'] == 'Net Profit C.F.B.L.':
KeyError: 'type'
I think is very buggy 'burn' "Net Profit C.F.B.L." in the code
Regards,