Commit Graph

9 Commits

Author SHA1 Message Date
Martin Trigaux c054350dac [FIX] account_check_writing: undefined amount
In check_writing report, amount is the content of the field amount_to_text that
we can not guarantee has been filled (done in onchange so could be avoided, also
for other languages, etc.)
Instead of potentially failing, double check amount is filled.
cf https://www.odoo.com/groups/59/14976615
2015-11-16 12:15:40 +01:00
Simon Lejeune 106d06ce5d [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports
bzr revid: sle@openerp.com-20140402164053-gry12scy8zca68lv
2014-04-02 18:40:53 +02:00
Simon Lejeune c771903c3b [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions
bzr revid: sle@openerp.com-20140327182520-uu7ezsqic30x7mqo
2014-03-27 19:25:20 +01:00
Denis Ledoux 36846db2c3 [FIX] account_check_writing: display real currency name on check print
Instead of 'Euro' hardcoded.
As the currency complete name is not available in res.curreny model, exceptions are made for currencies EUR, USD and BRL, the mosts used currencies for checks (+75% of cases)

bzr revid: dle@openerp.com-20131223154631-21oenwn8mxszyo5t
2013-12-23 16:46:31 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Atul Patel (OpenERP) c12510e6e4 [IMP]account_check_writing: Remove get_zip_line() and add display_address() function
bzr revid: atp@tinyerp.com-20121002140905-jmiudzxe3pqdroha
2012-10-02 19:39:05 +05:30
Sbh (Openerp) 64c2a01fbe [IMP] account,auction: remove address from report
bzr revid: sbh@tinyerp.com-20120322113925-20r4ilx6a22avdj0
2012-03-22 17:09:25 +05:30
Quentin (OpenERP) 1f796b89d9 [IMP] account_check_writing, review: code improvements and cleaning
bzr revid: qdp-launchpad@openerp.com-20120123124429-0656ahqedqe6f05q
2012-01-23 13:44:29 +01:00
Dhara (OpenERP) 21bc53d023 [NEW] Account Check Writing-1
bzr revid: dhara_openerp-20111013211147-hs0qruje2t6vnyl5
2011-10-13 14:11:47 -07:00