savoirfairelinux-openerp team mailing list archive
-
savoirfairelinux-openerp team
-
Mailing list archive
-
Message #00118
Re: lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-print-lang into lp:openerp-canada
Review: Needs Fixing
For check in the middle, amount in letter is well translated -> Good!
but cents are not present (should be there in digits).
and I have thoses errors in the log :
2013-05-28 23:37:11,410 21950 WARNING Check openerp.osv.orm.browse_record.account.voucher: Field 'chk_seq' does not exist in object 'browse_record(account.voucher, 1)'
2013-05-28 23:37:11,410 21950 ERROR Check openerp.tools.safe_eval: Cannot eval "voucher.journal_id.use_preprint_check and voucher.chk_seq or ''"
Traceback (most recent call last):
File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval
return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
File "", line 1, in <module>
File "/home/max/openerp/server/7.0/openerp/osv/orm.py", line 486, in __getattr__
raise AttributeError(e)
AttributeError: "Field 'chk_seq' does not exist in object 'browse_record(account.voucher, 1)'"
2013-05-28 23:37:11,423 21950 WARNING Check openerp.osv.orm.browse_record.account.voucher: Field 'chk_seq' does not exist in object 'browse_record(account.voucher, 1)'
2013-05-28 23:37:11,423 21950 ERROR Check openerp.tools.safe_eval: Cannot eval "voucher.journal_id.use_preprint_check and voucher.chk_seq or ''"
Traceback (most recent call last):
File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval
return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
File "", line 1, in <module>
File "/home/max/openerp/server/7.0/openerp/osv/orm.py", line 486, in __getattr__
raise AttributeError(e)
AttributeError: "Field 'chk_seq' does not exist in object 'browse_record(account.voucher, 1)'"
2013-05-28 23:37:11,425 21950 WARNING Check openerp.report.render.rml2pdf.trml2pdf: Warning: style not found, P26 - setting default!
2013-05-28 23:37:11,428 21950 WARNING Check openerp.osv.orm.browse_record.account.voucher: Field 'chk_seq' does not exist in object 'browse_record(account.voucher, 1)'
2013-05-28 23:37:11,428 21950 ERROR Check openerp.tools.safe_eval: Cannot eval "voucher.journal_id.use_preprint_check and voucher.chk_seq or ''"
Traceback (most recent call last):
File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval
return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
File "", line 1, in <module>
File "/home/max/openerp/server/7.0/openerp/osv/orm.py", line 486, in __getattr__
raise AttributeError(e)
AttributeError: "Field 'chk_seq' does not exist in object 'browse_record(account.voucher, 1)'"
For check on top, the amount in letters is not translated and I have the same error in the log.
--
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-print-lang/+merge/165672
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-print-lang.
References