[FIX] base: QWeb monetary field rounding
[odoo/odoo.git] / openerp / addons / base / ir / ir_qweb.py
2014-11-28 Goffin Simon[FIX] base: QWeb monetary field rounding
2014-11-05 Simon Lejeune[FIX] ir_qweb: contact widget: use name_get instead...
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-10-10 Jeremy Kersten[IMP] ir_qweb: remove the option 'only_date' introducte...
2014-10-06 Xavier Morel[ADD] pyqweb-specific stuff, pyqweb APIDoc
2014-10-06 Xavier Morel[IMP] qweb: foreach handling
2014-10-06 Xavier Morel[ADD] qweb: handling of t-att=mapping
2014-10-06 Xavier Morel[ADD] running of XML cases to python qweb
2014-10-02 Denis Ledoux[FIX] ir_qweb: search assets as superuser
2014-10-02 Jeremy Kersten[IMP] ir_qweb: allow to display a datetime like a date
2014-09-26 Christophe Matthieu[FIX] website: 'Display Editor Bar on Website' group...
2014-09-16 Fabien Meghazi[FIX] double html escaping in qweb
2014-09-16 Fabien Meghazi[IMP] add `url_for` hook to bundle urls
2014-09-16 Fabien Meghazi[ADD] ir.qweb render_attribute() hook for postprocessing
2014-09-15 Christophe Simonis[MERGE] forward port of branch saas-5 up to 7eab880
2014-09-09 Simon Lejeune[FIX] ir_qweb: contact widget: properly pass the contex...
2014-09-08 Olivier Dony[FIX] ir.qweb: consider empty cached bundle as a cache...
2014-09-08 Xavier Morel[IMP] distribute branding on @groups instead of disabli...
2014-08-28 andreparames[FIX] Load translations for selection fields
2014-08-18 Fabien Meghazi[IMP] Cache bundles in ir.attachments instead of LRU
2014-08-12 Fabien MeghaziAdded stylesheet warning for missing css asset
2014-08-12 Fabien MeghaziUse console.error
2014-08-07 Olivier Dony[IMP] ir.qweb: avoid repeatedly searching the registry...
2014-07-30 Christophe Combelles[FIX] base: ir.qweb: ensure element.tail is correctly...
2014-07-29 Nicolas Seinlethandle missing JS files with a console log
2014-07-14 Xavier Morel[FIX] ensure all g_inner content is correctly encoded
2014-07-14 Xavier Morel[FIX] exception rendering with pretty printed XML
2014-07-10 Christophe Combelles[FIX] #1065 display_name does not display the address
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-07-02 Xavier Morel[FIX] don't call render_node on comments (or PIs)
2014-07-02 Xavier Morel[IMP] convert qweb to use lxml instead of minidom
2014-07-01 Fabien Meghazi[IMP] join stdout and stderr in error report when sass...
2014-07-01 Fabien MeghaziFix sass attribute recognition
2014-07-01 Fabien MeghaziCreate and write ir.attachments with superuserid
2014-07-01 Fabien MeghaziAdd support for the @media attribut in css bundles
2014-06-30 Fabien MeghaziFix another encoding issue
2014-06-30 Fabien MeghaziFix typo
2014-06-30 Fabien MeghaziFix indentation normalization
2014-06-30 Fabien MeghaziBetter error management, proper feedback on encoding...
2014-06-27 Fabien MeghaziMerge remote-tracking branch 'odoo/master' into master...
2014-06-26 Fabien MeghaziSupport for Sass in debug mode
2014-06-26 Fabien MeghaziRemove ir.ui.view last_update collection and use checks...
2014-06-26 Fabien MeghaziSass: pull up @imports and remove file imports
2014-06-26 Fabien Meghazi[ADD] Sass support in bundles
2014-06-24 Fabien Meghazi[ADD] Assets Bundle versioning and better cache handling
2014-06-19 Fabien Meghazi[IMP] refactor assets bundle for future features
2014-06-19 Christophe Simonismerge upstream
2014-06-19 Christophe Matthieu[FIX] website_sale: display in currency of the user
2014-06-18 xmo-odooMerge pull request #584 from xmo-odoo/master-qweb-group...
2014-06-17 xmo-odooMerge pull request #463 from xmo-odoo/qweb-foreach
2014-06-17 Xavier Morel[FIX] @groups attribute should not disappear when editing
2014-06-17 Xavier Morel[IMP] prevent edition of page if groups which current...
2014-06-12 Olivier Dony[MERGE] Forward-port saas-4 bugfixes up to ad4c6ca
2014-06-10 Olivier Dony[FIX] Wrap werkzeug.utils.escape() to accomodate signat...
2014-06-05 Xavier Morel[IMP] guard for None enum, remove 1 level of indent
2014-06-05 Xavier Morel[IMP] use Sized for iterable size and remove support...
2014-06-05 Xavier Morel[IMP] use enumerate instead of explicit index thing
2014-06-05 Xavier Morel[FIX] _even/_odd were reversed, also some reformatting...
2014-06-05 Xavier Morel[IMP] mandate a variable name in foreach
2014-06-05 Olivier Dony[FIX] ir.qweb: rendering non-string attributes could...
2014-05-26 kevin wang[FIX]t-field wrong outputs when precision is 0
2014-05-20 Christophe Simonis[MERGE] forward port of branch saas-4 up to revid bb26dea
2014-05-19 Thibault Delavallée[IMP] ir_qweb: contact widget: handle website info...
2014-05-19 Richard Mathot ... [FIX] ir_qweb: Duration widget now displays something
2014-05-19 Xavier Morel[FIX] use format_date for date fields
2014-05-08 Fabien Meghazi[IMP] assets bundle: allow to filter on type of assets
2014-05-05 Fabien Meghazi[ADD] Support for ir.attachments in assets bundles
2014-05-05 Fabien Meghazi[REV] defer
2014-05-05 Fabien Meghazi[TRY] defer
2014-05-01 Antony Lesuisse[FIX] ir_qweb revert async script attribute
2014-05-01 Antony Lesuisse[FIX] ir_qweb set js assets to async
2014-05-01 Antony Lesuisse[IMP] ir_qweb improve css minify
2014-05-01 Antony Lesuisse[MERGE] saas-4 report_webkit missing dependency on...
2014-04-30 Fabien Meghazi[FIX] Disable inherit_branding for t-call-assets
2014-04-30 Fabien Meghazi[REM] @filename from WebAsset constructor
2014-04-28 Fabien Meghazi[REM] query additional params for bundles
2014-04-25 Fabien Meghazi[IMP] better exception handling in case of missing...
2014-04-24 Simon Lejeune[FIX] QWeb contact widget: fixed double escaping: only...
2014-04-23 Fabien Meghazi[MERGE] upstream
2014-04-22 Fabien Meghazi[ADD] query to assets bundle html
2014-04-22 Fabien Meghazi[FIX] asset debug shall bypass cache
2014-04-22 Fabien Meghazi[ADD] debug mode in asset bundle
2014-04-18 Xavier Morel[FIX] comment: we've already removed @charset movements...
2014-04-18 Xavier Morel[IMP] preclude unbounded growth by using an LRU cache...
2014-04-18 Xavier Morel[IMP] don't reimplement lazy_property by hand when...
2014-04-17 Xavier Morel[REV] datetime for source-only WebAsset
2014-04-17 Xavier Morel[IMP] don't alter call-assets's template_attributes...
2014-04-17 Xavier Morel[FIX] remove existing sourcemaps in CSS files
2014-04-17 Xavier Morel[IMP] @import regex
2014-04-17 Xavier Morel[FIX] @charset in CSS files
2014-04-16 Xavier Morel[IMP] style, default last_modified
2014-04-16 Kersten Jeremy[MERGE] qweb-m2o-view - Allow to use many2one for qweb...
2014-04-11 Thibault Delavallée[IMP] ir_qweb: added country flag management in contact...
2014-04-10 Fabien Meghazi[FIX] exclude /web/[css|js] in parsing
2014-04-10 Fabien Meghazi[MERGE] trunk
2014-04-10 Fabien Meghazi[ADD] cache
2014-04-10 Fabien Meghazi[ADD] checksum
2014-04-10 Fabien Meghazi[ADD] last modified date
2014-04-10 Fabien Meghazi[WIP] bundle minify
2014-04-10 chm@openerp.com[IMP] ir_qweb: first tag 't' template of a view is...
next