[FIX] website_forum_doc fixes
[odoo/odoo.git] / openerp /
2014-10-09 Raphael Collet[IMP] fields: rename attribute 'copyable' into 'copy'
2014-10-09 Raphael Collet[IMP] fields: do not copy field objects anymore, but...
2014-10-09 Martin Trigaux[IMP] mail: parsing emails with several html parts
2014-10-09 Raphael Collet[IMP] fields: add assertions to check parameters (comod...
2014-10-09 Raphael Collet[IMP] fields: set the default value to the closest...
2014-10-09 Raphael Collet[IMP] fields: make attribute 'default' callable
2014-10-08 Olivier Dony[I18N] Update translations from Launchpad 8.0 branches
2014-10-08 Xavier Morel[IMP] new-api-ify 'trigger' server action
2014-10-08 Xavier Morel[FIX] actions: match the behavior of multi actions...
2014-10-08 Raphael Collet[FIX] fields: in to_column(), returning self.column...
2014-10-08 Raphael Collet[FIX] openerp/osv/fields: fix method to_field() to...
2014-10-07 Denis Ledoux[FIX] ir_actions: ids of unlink method can either be...
2014-10-07 Christophe Simonis[FIX] migration: test if package is installed using...
2014-10-07 Olivier Dony[FIX] ir.ui.view: creating custom views in backend...
2014-10-07 Xavier Morel[FIX] JS tutorial
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-06 Xavier Morel[IMP] qweb doc, tests
2014-10-06 Martin TrigauxForward port of branch saas-3 up to fc9fc3e
2014-10-06 Martin Zlámal[FIX] common.py: missing import
2014-10-06 Raphael Collet[FIX] models: fields_get() shall not return info about...
2014-10-06 Fabien Meghazi[FIX] load view from file shall not raise an exception
2014-10-03 cod-odoo[IMP] database manager: options on dump format
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 9066da3
2014-10-03 Denis Ledoux[FIX] ir_translation: apply tools.ustr on the trad...
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 6d4e1cc
2014-10-03 Denis Ledoux[FIX] ir_translation: remove control characters from...
2014-10-02 Denis Ledoux[FIX] api: clear environments on module installation
2014-10-02 Denis Ledoux[FIX] ir_qweb: search assets as superuser
2014-10-02 Denis Ledoux[MERGE] forward port of branch saas-3 up to 77500e5
2014-10-02 Denis Ledoux[MERGE] forward port of branch 7.0 up to eb9113c
2014-10-02 Denis Ledoux[FIX] ir_attachment: restrict access to orphan attachme...
2014-10-02 Jeremy Kersten[IMP] ir_qweb: allow to display a datetime like a date
2014-10-01 Christophe Simonis[MERGE] forward port of branch 8.0 up to e883193
2014-10-01 Christophe Simonis[FIX] migration: allow debugging of migration scripts...
2014-10-01 Raphael Collet[IMP] fields: allow sorting on inherited field in list...
2014-10-01 Raphael Collet[IMP] fields: split multi-purpose '_origin' into 'colum...
2014-10-01 Raphael Collet[IMP] fields: split the default value from the compute...
2014-09-30 Denis Ledoux[FIX] fields: copy origin to avoid sharing field object...
2014-09-30 Alexandre Fayollefix exception message in report seachr
2014-09-29 Olivier Dony[MERGE] Forward-port of 7.0 up to 9b1a9c9
2014-09-29 Olivier Dony[FIX] tools: remove useless attributes
2014-09-29 Olivier Dony[FIX] tools: remove useless attributes
2014-09-29 xmo-odooMerge pull request #2620 from savoirfairelinux/8.0...
2014-09-29 Sandy CarterFix two possible AsciiErrors when an exception occurs
2014-09-26 Denis Ledoux[REVERT] tests added in forward port e2e60bf4eb89d92e8...
2014-09-26 Denis Ledoux[MERGE] forward port of branch saas-3 up to 39bb45a
2014-09-26 Denis Ledoux[MERGE] forward port of branch 7.0 up to 333852e
2014-09-26 Denis LedouxRevert "[FIX] product,float_utils: perform ceiling...
2014-09-26 Christophe Matthieu[FIX] website: 'Display Editor Bar on Website' group...
2014-09-26 Christophe Simonis[FIX] base: correct non-copy of `login_date` + adapt...
2014-09-26 Christophe Simonis[MERGE] forward port of branch saas-3 up to fe8106f
2014-09-26 Christophe Simonis[MERGE] forward port of branch 7.0 up to af37b30
2014-09-26 Denis Ledoux[FIX] cron: doall false by default
2014-09-25 Denis Ledoux[FIX] res_users: do not copy login_date when duplicatin...
2014-09-25 Denis Ledoux[MERGE] forward port of branch 7.0 up to 5f6d324
2014-09-25 Raphael Collet[IMP] models: when checking for data in a table, do...
2014-09-24 Raphael Collet[FIX] fields: a function field with fnct_search should...
2014-09-24 Cedric Snauwaert[FIX] product,float_utils: perform ceiling via float_ro...
2014-09-24 Raphael Collet[FIX] ir_models: fix registry when we add/remove/modify...
2014-09-23 Olivier Dony[I18N] Update translation templates with latest term...
2014-09-23 Olivier Dony[I18N] Update translations from Launchpad 8.0 branches
2014-09-22 Martin Trigaux[IMP] base: safer locking at user login
2014-09-22 Christophe Simonis[FIX] models: only check existance of inverse_field...
2014-09-19 Christophe Simonis[FIX] models: correct lazy loading of manual fields
2014-09-19 yingliu4203[FIX] Packaging: Wndows: wrong handler used when loggin...
2014-09-18 Fabien Meghazi[ADD] Add an html compressor option in website settings
2014-09-18 Olivier Dony[REL] Odoo 8.0 8.0.0
2014-09-18 Olivier Dony[I18N] Update translations from Launchpad branches
2014-09-18 Denis Ledoux[FIX] res_users: set login_date as datetime instead...
2014-09-18 Thibault Delavallée[FIX] [CLEAN] Various: fixed / cleaned use of dict...
2014-09-18 Martin Trigaux[IMP] gamification: allow to select fields of inherited...
2014-09-18 Martin Trigaux[ADD] base: list of inherited models on a ir.model
2014-09-18 Raphael Collet[IMP] fields: reset decimal precision on new-style...
2014-09-17 Simon Lejeune[FIX] Package: Debian, Windows: more odooification...
2014-09-17 Fabien Meghazi[FIX] Image resizing bug
2014-09-17 Olivier Dony[MERGE] Forward-port saas-5 up to f9bcd67
2014-09-17 Denis Ledoux[MERGE] forward port of branch saas-3 up to b6e6b57
2014-09-17 Denis Ledoux[FIX] orm: typo during forward port 60a82133cc0e0d7c487...
2014-09-17 Raphael Collet[FIX] fields: make convert_to_cache() more robust with...
2014-09-17 Fabien Meghazi[IMP] Refactor ir.ui.view's read_template cache invalid...
2014-09-17 Olivier Dony[MERGE] Forward-port saas-3 up to 09ab2d4
2014-09-17 Yannick Tivisse[IMP] Partner Form View Reorganization
2014-09-17 Olivier Dony[MERGE] Forward-port 7.0 up to 938502a
2014-09-17 Olivier Dony[FIX] loading: always process auto-installed modules...
2014-09-17 Olivier Dony[IMP] base: show local modules in Settings until apps...
2014-09-17 Denis Ledoux[FIX] ir_ui_view: Active (boolean) should not be required
2014-09-17 Denis Ledoux[MERGE] forward port of branch 7.0 up to f5f7609
2014-09-17 Denis Ledoux[FIX] orm write: do not try to store computed & stored...
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] image_save_for_web() format argument
2014-09-16 Fabien Meghazi[ADD] ir.qweb render_attribute() hook for postprocessing
2014-09-16 Fabien Meghazi[ADD] tools.image_save_for_web() helper for image compr...
2014-09-16 Fabien Meghazi[IMP] Compress resized /website/image's
2014-09-16 Fabien Meghazi[ADD] http.send_file() helper
2014-09-16 Olivier Dony[FIX] ir.ui.view: match translated terms without headin...
2014-09-16 Olivier Dony[FIX] ir.translation: translated terms within view...
next