[IMP] always print a recap of found test modules before running the tests
[odoo/odoo.git] / openerp /
2013-10-10 Christophe Matthieu[IMP] qweb: add xmlid in value for xml render
2013-10-10 Christophe Matthieu[IMP] tools.safe_eval_qweb: remove all private attribut...
2013-10-10 Xavier Morel[REV] broken commit
2013-10-09 Christophe Matthieu[IMP] tools.safe_eval_qweb: methods intended to provide...
2013-10-09 Launchpad Translat... Launchpad automatic translations update.
2013-10-08 Thibault Delavallée[MERGE] Sync with main website branch
2013-10-08 Christophe Matthieu[IMP] ir.rule: add the http secure session in the eval...
2013-10-08 Xavier Morel[FIX] rename currency widget to monetary to match views
2013-10-08 Thibault Delavallée[MOV] portal: moved group_portal from portal module...
2013-10-08 Martin Trigaux[IMP] remove useless comment
2013-10-08 Martin Trigaux[IMP] move comment to the right line
2013-10-08 Martin Trigaux[IMP] correctly bound _symbol_f and redifine self._symb...
2013-10-08 Martin Trigaux[FIX] function fields: bound symbol methods of function...
2013-10-08 Christophe Matthieu[IMP] ir_ui_view: improve security dev. Log a warning...
2013-10-08 Xavier Morel[IMP] move translate flag out of base qweb rendering
2013-10-08 Xavier Morel[IMP] make view rendering engine kinda sorta pluggable
2013-10-08 Xavier Morel[ADD] missing access rule thing
2013-10-08 Xavier Morel[ADD] docstring about qweb usage
2013-10-08 Xavier Morel[ADD] apply currency's rounding to currency widget...
2013-10-08 Launchpad Translat... Launchpad automatic translations update.
2013-10-07 Xavier Morel[ADD] currency prefix symbol
2013-10-07 Xavier Morel[ADD] currency qweb field widget, postfix currency
2013-10-07 Xavier Morel[IMP] split out HTML export tests into a bunch of classes
2013-10-07 Xavier Morel[IMP] add some docstrings, split out fetching the conve...
2013-10-07 Xavier Morel[IMP] move image serialization to image widget, not...
2013-10-07 Xavier Morel[MERGE] from trunk for tests fixes
2013-10-07 Xavier Morel[REM] broken tests
2013-10-07 Xavier Morel[IMP] move field conversion around
2013-10-07 Thibault Delavallée[FIX] ir_ui_view: MOVABLE_BRANDING back, was deleted...
2013-10-07 Xavier Morel[MERGE] from trunk
2013-10-07 Thibault Delavallée[MERGE] Sync with trunk until revision 4967 (including...
2013-10-06 Antony Lesuissemove workflow
2013-10-06 Antony Lesuissefix xml order for change password wizard
2013-10-06 Antony Lesuissefix manifest
2013-10-06 Antony Lesuissemissing import
2013-10-06 Antony Lesuissefix res_group rename, move files to clean up res
2013-10-06 Antony Lesuisse[REM] res.config and res.users cleanups.
2013-10-06 Antony Lesuisse[REM] shortcuts, deprecated by bookmarks
2013-10-06 Antony Lesuisserename links get, allow reference fields without size.
2013-10-06 Antony Lesuisse[IMP] Technical menu reorg, remove depreacted requests.
2013-10-06 Antony Lesuisse[IMP] ir_actions cleanups.
2013-10-06 Antony Lesuisse[IMP] add an easier to use XML-RPC faultCode compliant...
2013-10-05 Antony Lesuisse[FIX] preliminary code for socket activation, to avoid...
2013-10-05 Antony Lesuisse[IMP] --auto-reload to enable code and xml auto reload...
2013-10-05 Antony Lesuisserename server
2013-10-05 Antony Lesuissemerge trunk
2013-10-05 Antony Lesuissefix signal name
2013-10-05 Antony Lesuissesimplier autoreload working
2013-10-04 Xavier Morel[MERGE] from trunk
2013-10-04 Xavier Morel[FIX] let's not reimplement re.sub by hand, shall we?
2013-10-04 Xavier Morel[IMP] make qweb into an openerp object
2013-10-04 Xavier Morel[IMP] turns out PIL includes MIME mapping
2013-10-04 Thibault Delavallée[MERGE] Sync with trunk.
2013-10-03 Thibault Delavallée[FORWARD] Forward port of saas-2 fixes until revision...
2013-10-03 Martin Trigaux[ADD] report: support for dynamic fonts in report
2013-10-03 Martin Trigaux[FIX] report: default font set as helvetica
2013-10-03 Martin Trigaux[FIX] report: add basic fonts of PDF
2013-10-03 Martin Trigaux[FIX] report: cleaning, avoid duplicates
2013-10-03 Martin Trigaux[IMP] report: remove useless __foundFonts variable...
2013-10-03 Martin Trigaux[IMP] report: cleaning and add one more repository
2013-10-03 Martin Trigaux[FIX] report: fix registering customfonts
2013-10-03 Raphael Collet[FIX] expression: in nodes like (left, 'in', right...
2013-10-02 Thibault Delavallée[MERGE] Sync with trunk until revision 4957.
2013-10-02 Martin Trigaux[IMP] one global list, remove hard coded list of font
2013-10-01 Thibault Delavallée[IMP] tools: improved html_email_clean.
2013-10-01 Dharmraj Zala (Ope... [IMP] added condition to display only regular fonts...
2013-09-30 Xavier Morel[ADD] qweb test case for weird encoding
2013-09-30 Martin Trigaux[IMP] orm: don't compute twice the same function for...
2013-09-30 Christophe Simonis[FIX] orm: correct read_group when searching by month
2013-09-30 Martin Trigaux[IMP] store fields: do not add twice the same function...
2013-09-30 Fabien Pinckaers[IMP] read more new line
2013-09-30 Launchpad Translat... Launchpad automatic translations update.
2013-09-29 Fabien Pinckaers[IMP] priority on views
2013-09-28 Fabien Pinckaers[IMP] events
2013-09-27 Xavier Morel[IMP] have ir_fields_converter.to_field accept either...
2013-09-27 Olivier Dony[FIX] ir.fields.converter: fields.reference values...
2013-09-27 Xavier Morel[FIX] disable test case crashing sanitizer
2013-09-27 Xavier Morel[FIX] ban more stuff
2013-09-27 Xavier Morel[IMP] field regularity
2013-09-27 Xavier Morel[FIX] force-encode unicode stuff
2013-09-27 Xavier Morel[FIX] cgi removal
2013-09-27 Xavier Morel[FIX] qweb t-fields test
2013-09-27 Xavier Morel[ADD] float field digits handling
2013-09-27 Launchpad Translat... Launchpad automatic translations update.
2013-09-27 Launchpad Translat... Launchpad automatic translations update.
2013-09-26 Xavier Morel[IMP] reimplement t-field using new converters
2013-09-26 Xavier Morel[IMP] add #verify PIL call, can't hurt
2013-09-26 Xavier Morel[ADD] Conversions from field values to "html" content
2013-09-25 Xavier Morel[ADD] composition function utility
2013-09-25 Xavier Morel[REM] automagic tag creation in t-field rendering
2013-09-26 Fabien Meghazi[ADD] qweb @t-action
2013-09-26 Fabien Meghazi[ADD] data-oe-translate
2013-09-25 Fabien Meghazi[ADD] oe-source-id in inherit branding
2013-09-25 Fabien Meghazi[MERGE] upstream
2013-09-24 Denis Ledoux[FIX]base, ir_translation: in _get_src, if model or...
2013-09-24 Thibault Delavallée[IMP] res_partner: demo data: have one partner coming...
2013-09-24 Fabien Meghazi[ADD] Qweb: added t-href and t-src using url_for
2013-09-23 Thibault Delavallée[CLEAN] ir_ui_view: removed print statement
2013-09-23 Thibault Delavallée[ADD] wrapper node for more field types
2013-09-23 Thibault Delavallée[FIX] don't try to set attributes on comments, it makes...
next