Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / ir / ir_ui_view.py
2014-01-23 Fabien Meghazi[IMP] allow ir.ui.view.render() to be called from a...
2014-01-22 Fabien Meghazi[FIX] stupid fme
2014-01-22 Fabien Meghazi[FIX] clear ir.ui.view cache on write()
2014-01-21 Antony Lesuisse[REM] preprocess of widget selection on m2o
2014-01-19 Jojo le bricoloQWeb cleanups
2014-01-17 Christophe Matthieu[FIX] ir_ui_view: add method clear_cache called when...
2014-01-17 Christophe Matthieu[FIX] ir_ui_view: write noupdate on ir_model_data with...
2014-01-16 Thibault Delavallée[CLEAN] ir_qweb: simplified and cleaned QWebcontext...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2013-12-18 Xavier Morel[IMP] correctly handle writing to a view without a...
2013-12-18 Thibault Delavallée[FIX] ir_ui_view: still usign context without being...
2013-12-17 Fabien Meghazi[IMP] Set ir.model.data noupdate flag to touched views
2013-12-12 Xavier Morel[FIX] merge from trunk and fix handling of view inheritance
2013-12-02 Christophe Matthieu[FIX] forgotten fix for fields_view_get in orm.py ...
2013-12-01 Fabien Pinckaers[FIX] temporary fix, should be cleaned by removing...
2013-11-30 Fabien Pinckaers[IMP] Performance improvement: improved cache with...
2013-11-28 Fabien Meghazi[REV] Previous commit loses the inherit_branding contex...
2013-11-27 Fabien Pinckaers[IMP] cache on read_template, divide by 2 number of...
2013-11-27 Fabien Pinckaers[IMP] access right when accessing object, not second...
2013-11-21 Fabien Meghazi[FIX] ahem, fix previous commit
2013-11-21 Fabien Meghazi[IMP] rendering context not mandatory for ir.ui.view...
2013-11-04 Xavier Morel[IMP] remove unnecessary keys() calls
2013-10-18 Xavier Morel[ADD] cr, uid, context to qweb.render & qweb rendering...
2013-10-18 Xavier Morel[IMP] use existing tools for the job
2013-10-14 Xavier Morel[MERGE] from parent
2013-10-08 Christophe Matthieu[IMP] ir_ui_view: improve security dev. Log a warning...
2013-10-08 Xavier Morel[IMP] make view rendering engine kinda sorta pluggable
2013-10-07 Xavier Morel[MERGE] from trunk for tests fixes
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 Lesuisse[REM] shortcuts, deprecated by bookmarks
2013-10-04 Xavier Morel[MERGE] from trunk
2013-10-04 Xavier Morel[IMP] make qweb into an openerp object
2013-10-02 Thibault Delavallée[MERGE] Sync with trunk until revision 4957.
2013-09-25 Fabien Meghazi[ADD] oe-source-id in inherit branding
2013-09-25 Fabien Meghazi[MERGE] upstream
2013-09-23 Thibault Delavallée[CLEAN] ir_ui_view: removed print statement
2013-09-23 Thibault Delavallée[FIX] don't try to set attributes on comments, it makes...
2013-09-23 Fabien Meghazi[WIP] Temporary qweb translation
2013-09-19 Xavier Morel[FIX] Partially revert xmo@openerp.com-20130812074509...
2013-09-19 Christophe Simonis[IMP] ir.ui.view: log traceback when validation of...
2013-09-18 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4908...
2013-09-17 Xavier Morel[FIX] distribute branding on t-if, t-for and t-att
2013-09-17 Xavier Morel[IMP] avoid using Element.attrib when unnecessary
2013-09-17 Xavier Morel[FIX] ensure we distribute branding only over actual...
2013-09-12 Christophe Simonis[IMP] validate custom views at the end of update of...
2013-09-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5075...
2013-09-12 Xavier Morel[MERGE] from parent
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
2013-09-12 Xavier Morel[IMP] re-enable XML check on view arch
2013-09-09 Xavier Morel[MERGE] from trunk
2013-09-06 Xavier Morel[REM] view.save, move to website module where it belongs
2013-09-06 Xavier Morel[REM] page attribute on views, doesn't belong in server
2013-09-06 Xavier Morel[IMP] remove unused imports
2013-08-28 Christophe Matthieu[MERGE] from trunk
2013-08-21 Xavier Morel[ADD] page attribute to views
2013-08-21 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4899...
2013-08-20 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-08-12 Xavier Morel[FIX] don't extract the root ir.ui.view as an embedded...
2013-08-12 Xavier Morel[MERGE] from trunk-website-al
2013-08-12 Xavier Morel[FIX] rewrite ir_ui_view.save with new semantics, xpath...
2013-08-11 Fabien Pinckaers[IMP] Added one2many symetry
2013-08-10 Fabien Pinckaers[IMP] support for inherit_option_id, <template> for...
2013-08-08 Fabien Meghazi[IMP] Qweb, use undefined handler
2013-08-04 Fabien Pinckaers[IMP] branding distribution in views
2013-08-02 Xavier Morel[FIX] typo in attribute name, don't distribute on t...
2013-08-02 Xavier Morel[IMP] branding distribution
2013-07-31 Fabien Pinckaers[FIX] removed print statement that crashes on runbot...
2013-07-31 Fabien Meghazi[FIX] fix t-ignore
2013-07-31 Fabien Meghazi[ADD] t-ignore branding opt-out
2013-07-18 Fabien Meghazi[REM] Removed arch_file from ir.ui.view
2013-07-03 Olivier Dony[FIX] ir.ui.view: properly validate newly created inher...
2013-07-02 Fabien Pinckaers[FIX] copy() on ir.ui.view
2013-07-02 Christophe Simonis[FIX] views: correct distribute branding
2013-07-02 Christophe Simonis[FIX] views: correct distribute branding
2013-07-02 Christophe Simonis[FIX] views: distribute branding only if not t-* attributes
2013-07-02 Antony Lesuissedistribute branding take care of call and t
2013-07-02 Antony Lesuissedistribute branding for fields
2013-07-02 Antony Lesuissebe xml in the db
2013-07-02 Martin Trigauxir_ui_view: parse using lxml.html instead of etree
2013-07-02 Fabien Meghazim
2013-07-01 Martin Trigauxadd t-field and t-record in rendering
2013-07-01 Vo Minh Thu[FIX] ir_ui_view: restore the inheritance mechanism...
2013-07-01 Martin Trigauxadd save method for javascript call
2013-07-01 Martin Trigauxadd count for inherit_branding
2013-07-01 Antony Lesuissebranding temp fix for comment in xml
2013-06-30 Antony Lesuissefix rng validation, fields_view_get, qweb t-esc t-raw...
2013-06-30 Antony Lesuissedistribute branding xpath count
2013-06-30 Antony Lesuissecorrect distribution of branded tags
2013-06-29 Antony Lesuissecorrect inheritance branding
2013-06-29 Antony Lesuisseuntangle inheritance and postprocessing
2013-06-27 Martin Trigaux[ADD] ir_ui_view: add tags to tree
2013-06-27 Christophe Simonis[FIX] views: correct type detection
2013-06-27 Christophe Simonis[FIX] view creation
2013-06-27 Christophe Simonis[FIX] ir.ui.view:render() can render view by xmlid...
2013-06-27 Antony Lesuissetype is regular field
2013-06-27 Antony Lesuisseqweb templates
2013-06-24 Antony Lesuissefix check_xml, disable wrong tests
next