[FIX] stock: error on stock.partial.move creation
[odoo/odoo.git] / openerp / report /
2014-08-27 Leonardo Donelli[IMP] report_sxw: missing parameter without_company...
2014-08-07 Denis Ledoux[FIX] report: allow using 0 decimal precision in rml...
2014-07-03 Richard Mathot[TYPO] Stupid typo...
2014-07-02 Richard Mathot[FIX] RML reporting: understandable crash message
2014-07-01 Martin Trigaux[FIX] rml: avoid reports ending by zero (opw 608073)
2014-06-26 fka-odoo[FIX] improved date format in fiche de paie report
2014-05-22 Denis Ledoux[REVERT] b6a7402fdbddfe817fa36292e6f89e8659f9bdea,...
2014-05-21 Denis Ledoux[FIX] report: correct page numbering
2014-03-26 Denis Ledoux[MERGE][FIX] OPW 591344 : internal reports don't show...
2014-01-17 Denis Ledoux[IMP] report: performance improvment in reports. Use...
2013-11-19 Christophe Simonismerge upstream
2013-11-12 Denis Ledoux[FIX]report: rml2pdf raise exception if cell is too...
2013-11-08 Christophe Simonis[IMP] trml2pdf: like css, invalid style name is not...
2013-07-18 Dharmraj Zala (Ope... [FIX] encoded some stirng with utf-8 which could not...
2013-06-03 Quentin (OpenERP)[FIX] trml2pdf: reportlab 2.4.4 doesn't support the...
2013-05-31 Quentin (OpenERP)[IMP/FIX] report, trml2pdf: added the support of regist...
2013-05-31 Amit Dodiya[IMP]: trml2pdf: change the fontface of pagecount text...
2013-05-31 Amit Dodiya[IMP]: trml2pdf: change the fontface of pagecount text...
2013-05-28 Christophe Simonis[FIX] rml2pdf: correct filename for Sun-ExtA font
2013-05-27 Quentin (OpenERP)[FIX] report, rlm2pdf: added support of Sun-ExtA font...
2013-05-14 Martin Trigaux[IMP] use exact writing for fsf address
2013-05-14 Martin Trigaux[IMP] use new fsf address
2013-05-14 Martin Trigaux[FIX] fix FSF address
2013-05-10 Anael Closson[FIX] OPW 591344 : internal reports don't show images
2013-04-26 Olivier Dony[FIX] rml2pdf: more incorrect license headers in some...
2013-04-22 Olivier Dony[FIX] rml2html: incorrect license headers in some sourc...
2013-04-08 Quentin (OpenERP)[FIX] report, trml2pdf: allow to use <pageNumber/>...
2013-03-11 Vo Minh Thu[FIX] report: fallback on default font when a specified...
2013-02-08 csn-openerp[FIX]report_sxw : fix strip_name function that cut...
2013-01-02 Xavier ALT[MERGE] OPW 572488: report sxw/odt: fix inconsistent...
2012-12-18 Tejas Tank[FIX] All OpenERP RML Reports are enabled with transpar...
2012-12-14 Xavier Morel[IMP] more augmented assignments
2012-12-14 Xavier Morel[REM] unreachable code
2012-12-14 Xavier Morel[REM] trailing semicolons
2012-12-14 Xavier Morel[FIX] misplaced docstrings
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[IMP] literalify list creation
2012-12-14 Xavier Morel[IMP] merge extraneous setitem into literal dict creation
2012-12-14 Xavier Morel[REM] access to deprecated APIs for unsupported Python...
2012-12-14 Xavier Morel[IMP] compare to None by identity
2012-12-14 Xavier Morel[IMP] simplify to chained comparison
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-10-08 Olivier Dony[MERGE] OPW 577045: translate: properly export and...
2012-09-24 Chris Biersbach[Fix] Fixed generation of .pot files
2012-09-14 Vo Minh Thu[IMP] report: added TTF font path (used in e.g. Arch...
2012-09-10 Stephane Wirtel[MERGE] openerp.report: remove unused imports and vars
2012-08-23 Stephane Wirtel[MERGE] Remove the embedded pychart library, and use...
2012-07-16 Xavier ALT[MERGE] OPW 51167: report: fix header pageCount always...
2012-04-24 skh[FIX]trml2pdf.py : translation issue for the Page x...
2012-03-30 Sbh (Openerp)[IMP]:base/res : remove type from display address
2012-03-29 Quentin (OpenERP)[REF] base: small refactoring of things related to...
2012-03-06 Bhumika (OpenERP)[ADD]base/res: improve display address method for print...
2012-02-20 Kuldeep Joshi (Ope... [IMP] res_partner:add res_partner_address field to...
2012-02-15 Olivier Dony[MERGE] Fix bug 932170 - formatLang() should render...
2012-02-15 Olivier Dony[FIX] reports: formatLang() should render datetime...
2012-02-14 Olivier Dony[MERGE] Minor bugfixes (missing imports, etc.) courtesy...
2012-02-10 Vo Minh Thu[FIX] report: do not use the default_type entry from...
2012-02-08 Florent Xicluna[MERGE] merged trunk.
2012-02-08 Florent Xicluna[REF] openerp.report: remove unused imports and vars...
2012-02-08 Florent Xicluna[REF] openerp.report: fix weird indentation, not multip...
2012-02-08 Florent Xicluna[REF] openerp.report: replace deprecated has_key.
2012-02-08 Florent Xicluna[REF] openerp.report: use the recommended syntax to...
2012-02-08 Florent Xicluna[REF] openerp.report: better use of isinstance.
2012-02-08 Florent Xicluna[FIX] the embedded pychart library is not used.
2012-02-08 Antony Lesuisse[FIX] use _logger instead of stderr in trml2pdf
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-25 Vo Minh Thu[IMP] warnings: turn warnings.warn into logging.warning:
2012-01-25 Xavier Morel[IMP] optimize imports in record files
2012-01-24 Vo Minh Thu[IMP] openerp.loglevels: removed calls to openerp.logle...
2012-01-24 Vo Minh Thu[IMP] openerp.report: _logger with fully qualified...
2012-01-19 Florent Xicluna[FIX] missing import.
2011-12-21 Rucha (Open ERP)[IMP]: Improvements to format report pageSize according...
2011-12-01 Quentin (OpenERP)[IMP] res_partner_address, display_address: improved...
2011-12-01 Quentin (OpenERP)[IMP] base: contry specific address format cleanup...
2011-11-28 Olivier Dony[MERGE] Fix bug 891544 - prevent double-encoding of...
2011-11-28 Naresh (OpenERP)[FIX]:Incorect format of report in OpenOffice
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-11-21 Vo Minh Thu[MERGE] Cleaning of the empty dict kwargs (replaced...
2011-11-14 Denis Seleznyov[FIX]:AccessInit: hash collision error possible
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in report
2011-11-04 Olivier Dony[MERGE] Fix for bug 885299: properly manage XML chars...
2011-11-04 Quentin (OpenERP)[FIX] rml2pdf: _process_text escaping char for xml
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-21 Antony Lesuisse[MERGE] currency position dsh
2011-09-20 Vo Minh Thureport_sxw: formating classes should return strings.
2011-09-20 Vo Minh Thu[MERGE] report/preprocess: make sure to remove the...
2011-09-19 Olivier Dony[MERGE] trml2pdf: don't reassign a reused node.text...
2011-09-17 Fabien Pinckaersmerge
2011-09-15 Vo Minh Thu[FIX] report: make sure we can use an image path starti...
2011-09-13 Dhara (OpenERP)[IMP] currency position for report
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-07-31 Maximilian Gass[FIX] correct env hashbang line in a script
2011-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: removed unused kwarg.
2011-07-28 Vo Minh Thu[REF] netsvc: Service._groups and joinGroup are unused.
2011-07-28 Vo Minh Thu[REF] netsvc: removed exportMethod that was only used...
2011-07-22 Viktor Nagyfixed repeatIn with specified tag bug
2011-07-19 Olivier Dony[MERGE] latest 6.0 fixes
2011-06-23 P. ChristeasAPI docs: docstring for report/printscreen/ps_form.py
2011-06-23 P. ChristeasAPI docs: docstrings, module titles
next