Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / ir / ir_ui_view.py
2014-12-02 Christophe Simonis[MERGE] forward port of branch 8.0 up to 591e329
2014-11-25 Olivier Dony[FIX] ir.ui.view: deletion of parent view should not...
2014-11-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to 491372e
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-10-21 Géry Debongnie[IMP] add basic pivot support
2014-10-16 Christophe Simonis[MERGE] forward port of branch 8.0 up to 2b192be
2014-10-14 Christophe Simonis[MERGE] forward port of branch saas-3 up to db75994
2014-10-07 Olivier Dony[FIX] ir.ui.view: creating custom views in backend...
2014-10-06 Xavier Morel[IMP] qweb doc, tests
2014-10-06 Fabien Meghazi[FIX] load view from file shall not raise an exception
2014-10-01 Christophe Simonis[MERGE] forward port of branch 8.0 up to e883193
2014-09-17 Fabien Meghazi[IMP] Refactor ir.ui.view's read_template cache invalid...
2014-09-17 Denis Ledoux[FIX] ir_ui_view: Active (boolean) should not be required
2014-09-16 Olivier Dony[FIX] ir.ui.view: match translated terms without headin...
2014-09-16 Fabien Meghazi[IMP] avoid 1 query per t-call
2014-09-16 Goffin Simon[WIP] Multi website
2014-09-08 Olivier Dony[MERGE] Forward-port of 8.0 up to d32d120
2014-09-08 Xavier Morel[IMP] distribute branding on @groups instead of disabli...
2014-09-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to ed1c173
2014-08-31 Antony Lesuisse[MERGE] ir-ui-view split active and show_customize
2014-08-25 Fabien Meghazi[FIX] do not use ir.ui.view's arch_fs version of update...
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-5 up to 39bee35
2014-08-20 Fabien Meghazi[FIX] website translation bug
2014-08-14 Fabien Meghazi[FIX] --dev mode crashes on read_template ormcache...
2014-08-13 Olivier Dony[FIX] ir.translation: export/import of QWeb terms
2014-08-06 Fabien Meghazi[IMP] change arch_fs's type to field.char
2014-08-06 Fabien Meghazi[IMP] Store relative path in arch_fs
2014-07-25 Fabien Meghazi[IMP] Make read_template conditionally cached (--dev)
2014-07-25 Fabien Meghazi[WIP] ir.ui.view's arch field fetches disk version...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-07-01 Fabien MeghaziMerge remote-tracking branch 'odoo/master' into master...
2014-07-01 Fabien Meghazi[IMP] Lazy module_boot() loading
2014-06-27 Fabien MeghaziMerge remote-tracking branch 'odoo/master' into master...
2014-06-26 Fabien MeghaziRemove ir.ui.view last_update collection and use checks...
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-5 up to 9e8e365
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-4 up to f68c835
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-3 up to a66f3dd
2014-06-24 Fabien Meghazi[ADD] Assets Bundle versioning and better cache handling
2014-06-24 Denis Ledoux[MERGE] Forward-port of 7.0 bugfixes up to 7d3453d119a8...
2014-06-17 Fabien Meghazi[ADD] support for multiple value query args in keep_query()
2014-06-11 Fabien MeghaziSet form views default @version="7.0"
2014-06-05 Xavier Morel[IMP] views: don't prevent always -> disabled writes...
2014-05-27 Christophe Simonis[MERGE] Replace inherit_option_id by a selection field...
2014-05-27 Xavier Morel[IMP] application field doc
2014-05-27 Xavier Morel[IMP] make mode handling more regular
2014-05-27 Xavier Morel[IMP] replace check_mode python-level constraint by...
2014-05-27 Xavier Morel[IMP] add some more explanations for the behavior of...
2014-05-27 Xavier Morel[IMP] inherit_option_id -> application
2014-05-27 Xavier Morel[IMP] prevent changing a view from application: always...
2014-05-27 Xavier Morel[ADD] application field & check during inheriting views...
2014-05-27 Xavier Morel[ADD] use of explicit primary mode in read_combined
2014-05-27 Xavier Morel[FIX] default_view should be based on mode=primary...
2014-05-27 Xavier Morel[ADD] mode attribute to views
2014-05-20 Christophe Simonis[MERGE] forward port of branch saas-4 up to revid bb26dea
2014-05-20 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 38abc8a
2014-05-19 Xavier Morel[ADD] hasclass() xpath function
2014-05-19 Xavier Morel[FIX] correctly handle get_inheriting_views_arch when...
2014-05-12 Martin Trigaux[FIX] ir_ui_view: remove undetermist order on search...
2014-05-12 Martin TrigauxForward-port of latest saas-4, up to revision 5211...
2014-05-11 Fabien Pinckaers[IMP] Adding fields
2014-05-09 Fabien Meghazi[MOV] ir.ui.view#write() forced noupdate moved in ...
2014-05-09 Jitendra Prajapati[MERGE] [IMP] Misc view improvements using better name_...
2014-05-08 Jitendra Prajapati... [IMP]improve code: call super method instead of manual...
2014-05-07 Fabien Meghazi[FIX] runbot color
2014-05-06 Fabien Meghazi[ADD] modules global rendering variable
2014-05-06 Jitendra Prajapati... [IMP]override name_search method
2014-05-06 Jitendra Prajapati... [IMP]remove unnecessary check on ids
2014-05-05 Jitendra Prajapati... [MERGE]with main branch
2014-05-01 Antony Lesuisse[MERGE] saas-4 report_webkit missing dependency on...
2014-04-24 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5120...
2014-04-24 Stephane Wirtel[FIX] Importing dateutil.relativedelta.relativedelta
2014-04-24 Jitendra Prajapati... [MERGE]with main branch
2014-04-23 Antony Lesuisse[FIX] ir.ui.view missing time libraries in qweb renderi...
2014-04-23 Christophe Simonis[FIX] ir.ui.view: when post-validating views of a modul...
2014-04-23 Fabien Meghazi[MERGE] upstream
2014-04-22 Christophe Simonis[MERGE] forward port of branch saas-4 up to revid 9365...
2014-04-18 Christophe Simonis[FIX] module loading: mark module as initialized *after...
2014-04-17 Darshan Kalola[MERGE] [IMP] ir_ui_view: kanban view: also add action_...
2014-04-15 Darshan Kalola ... [MERGE]sync with trunk.
2014-04-09 Fabien Meghazi[WIP] AssetsBundle
2014-04-09 chm@openerp.com[IMP] ir_qweb, ir_ui_view: can use id insead of xml_id...
2014-04-03 Jitendra Prajapati... [IMP]optimized code for name_get method
2014-03-31 Darshan Kalola ... [MERGE]sync with trunk.
2014-03-19 Christophe Simonis[FIX] ir.ui.view: correct `model_data_id` function...
2014-03-04 Darshan Kalola ... [IMP]]hide the link add a new column,edit and delete...
2014-02-25 Xavier Morel[FIX] t-ignore should remove injected sub-view branding...
2014-02-25 Xavier Morel[IMP] unbrand t-raw and t-esc as keeping them branded...
2014-02-24 Xavier Morel[FIX] injected views need branding distribution too
2014-02-24 Fabien Meghazi[FIX] website's translation problems on multiple view...
2014-02-24 Fabien Meghazi[FIX] website's translation problems on multiple inheri...
2014-02-13 Xavier Morel[FIX] branding distribution to generate correct xpath...
2014-02-11 Raphael Collet[FIX] ir_ui_view: in context dict, put model name inste...
2014-02-06 Fabien Meghazi[IMP] Move some qweb rendering context vars from websit...
2014-02-06 Christophe Simonis[FIX] ir.ui.view: avoid infinite loop when applying...
2014-01-30 Fabien Meghazi[FIX] ir_ui_view#read_template() bring back old behavio...
2014-01-30 Olivier Dony[FIX] ir.ui.view: better error message upon missing...
2014-01-30 Olivier Dony[FIX] ir.ui.view: one2many to ir.model.data needs domai...
2014-01-30 Olivier Dony[FIX] ir.ui.view: restore extended validation of view...
2014-01-29 Antony Lesuisse[FIX] ir_ui_view noupdate only if arch change, otherwis...
2014-01-29 Antony Lesuisse[IMP] ir_ui_view try to add search on xml_id, doesnt...
next