Fix WSGI custom addons path
[odoo/odoo.git] / openerp /
2014-07-11 Thibault Delavallée[FIX] tools: mail: fixed last commit, solving an issue...
2014-07-11 Martin Trigaux[FIX] orm: custom m2m with different label
2014-07-10 Anand-Dharampuriya[FIX] Solve some mail issues which are currently presen...
2014-07-08 Martin Trigaux[FIX] orm: better removal of custom m2m fields
2014-07-08 Martin Trigaux[FIX] ir.model.fields: better unlink
2014-07-07 Fabien Meghazi[FIX] configuration file dbfilter's option has no effect
2014-07-03 Martin Trigaux[FIX] res_partner: backport of rev 37bf72a
2014-07-03 Richard Mathot[TYPO] Stupid typo...
2014-07-02 Richard Mathot[FIX] RML reporting: understandable crash message
2014-07-01 Martin Trigaux[FIX] rml: avoid reports ending by zero (opw 608073)
2014-06-27 Jacques-Etienne... [IMP] res_partner: more fault tolerant name_create
2014-06-26 Martin TrigauxMerge pull request #673 from guewen/lp-1319285-translat...
2014-06-26 Martin TrigauxMerge pull request #572 from odoo-dev/7.0-opw-609069-fka
2014-06-26 fka-odoo[FIX] improved date format in fiche de paie report
2014-06-25 Alexandre Fayolle[FIX] fields property: do not create empty properties
2014-06-24 Mohammed ShekhaServer Translation: Fixed the issue search on translate...
2014-06-23 Martin Trigaux[IMP] module: when uninstalling a module, do not redire...
2014-06-23 kevin wang[FIX] orm: allow unicode in inherit views with attribute
2014-06-20 Ruchir Shukla[IMP] module: warning when uninstalling modules
2014-06-20 Yann PapouinOverwrite translation on module update if option is set
2014-06-12 Martin Trigaux[FIX] orm: avoir errors reading twice a field
2014-06-11 Jeremy Kersten[FIX] fields.py - avoid dict comprehension inside a...
2014-06-06 Christophe Simonis[FIX] orm: do not recompute m2o stored function field...
2014-06-05 Oliver Laurent[FIX] orm: do not resize unlimited char fields
2014-06-05 Laurent Mignon[FIX] ir_cron: use the same search criteria as when...
2014-06-05 Martin Trigauxuninstall: avoid errors during uninstall
2014-06-02 Denis Ledoux[FIX] base: security, do not override basic ir_config_p...
2014-06-02 Denis Ledoux[FIX] base: security, group settings is authorized...
2014-05-22 Denis Ledoux[REVERT] b6a7402fdbddfe817fa36292e6f89e8659f9bdea,...
2014-05-21 Denis Ledoux[FIX] report: correct page numbering
2014-05-20 Christophe Simonis[MERGE] merge bzr server branch
2014-05-19 Thibault Delavallée[FIX] orm: unlink: when unlinking a record, trigger...
2014-05-19 Launchpad Translat... Launchpad automatic translations update.
2014-05-18 Kiril Vangelovski[ADD] Macedonian language
2014-05-18 Launchpad Translat... Launchpad automatic translations update.
2014-05-17 Launchpad Translat... Launchpad automatic translations update.
2014-05-15 Martin Trigaux[FIX] ir_model_fields: when adding a new custom column...
2014-05-15 Launchpad Translat... Launchpad automatic translations update.
2014-05-14 Launchpad Translat... Launchpad automatic translations update.
2014-05-13 Launchpad Translat... Launchpad automatic translations update.
2014-05-12 Launchpad Translat... Launchpad automatic translations update.
2014-05-11 Launchpad Translat... Launchpad automatic translations update.
2014-05-09 Martin Trigaux[FIX] ir_values: try to evaluate the given expression...
2014-05-06 Ravi Gohil (OpenERP)[FIX] Modifying default value for other than char/strin...
2014-05-06 Ravi Gohil (OpenERP)[FIX] Modifying default value for other than char/strin...
2014-05-05 Ravi Gohil (OpenERP)[FIX] Modifying default value for other than char/strin...
2014-05-05 Olivier Dony[FIX] convert: gracefully ignore missing XML IDs when...
2014-05-04 Launchpad Translat... Launchpad automatic translations update.
2014-04-29 Richard Mathot ... [IMP] res_group: more explicit constraint error message
2014-04-28 Olivier Dony[FIX] safe_eval: allow STORE_FAST and DELETE_FAST opcod...
2014-04-28 Denis Ledoux[FIX] base: ir.model.fields, write, use tools.ustr...
2014-04-23 Martin Trigaux[FIX] amount_to_text: make sure accented string is...
2014-04-22 Denis Ledoux[FIX] base: in partner search view, use operator=child_...
2014-04-20 Launchpad Translat... Launchpad automatic translations update.
2014-04-18 Martin Trigaux[FIX] convert: use _all_columns instead of _columns...
2014-04-16 Denis Ledoux[FIX] base: search groups by full name not working...
2014-04-14 Launchpad Translat... Launchpad automatic translations update.
2014-04-10 Christophe Simonis[FIX] modules: install_from_urls: restrict to administr...
2014-04-09 Kersten Jeremy[FIX] Allow missing opcodes, harden check for private...
2014-04-09 jba[FIX] expression: when evaluatoing *like operator,...
2014-04-07 Olivier Dony[FIX] browse()/browse_record: use iterables instead...
2014-04-04 Christophe Simonis[FIX] res.partner: name_search: respect unaccent flag
2014-04-04 Christophe Simonis[IMP] expression: new helper for generating unaccent...
2014-04-04 Launchpad Translat... Launchpad automatic translations update.
2014-04-03 Olivier Dony[FIX] res.partner: missing index on `parent_id` column
2014-04-03 Christophe Simonis[FIX] expression: do not double quote column names
2014-04-02 Christophe Simonis[FIX] expression: translated search as params are flatt...
2014-03-31 Christophe Simonis[FIX] expression: use unaccent() for translated search
2014-03-27 Martin Trigaux[FIX] fields: when executing (4, *) operations on o2m...
2014-03-27 Launchpad Translat... Launchpad automatic translations update.
2014-03-26 Denis Ledoux[MERGE][FIX] OPW 591344 : internal reports don't show...
2014-03-24 Martin Trigaux[FIX] parent_model is null if local column
2014-03-24 Martin Trigaux[FIX] fields: when executing (4, *) operations on o2m...
2014-03-21 Launchpad Translat... Launchpad automatic translations update.
2014-03-19 Kersten Jeremy[FIX] Fix the yml test with option --test-file.
2014-03-14 Launchpad Translat... Launchpad automatic translations update.
2014-03-13 Kersten Jeremy[FIX] Change password wizard: reload webclient after...
2014-03-12 Christophe Simonis[FIX] add the logging handler only to the root logger...
2014-03-11 Martin Trigaux[FIX] partner: backport of trunk revision 4882
2014-03-11 Launchpad Translat... Launchpad automatic translations update.
2014-03-06 Richard Mathot ... [REF] Use assertEqual method instead of assert instruction
2014-03-06 Richard Mathot ... [FIX] Test for ir_sequence:
2014-03-06 Launchpad Translat... Launchpad automatic translations update.
2014-03-05 Martin Trigaux[IMP] readability
2014-03-05 Martin Trigaux[FIX] orm: create a foreign key for the function fields...
2014-03-04 Olivier Dony[FIX] orm.read_group: improve test coverage and corner...
2014-02-28 Olivier Dony[FIX] orm.read_group: fix various issues introduced...
2014-03-01 Launchpad Translat... Launchpad automatic translations update.
2014-02-26 Martin Trigaux[MERGE] [FIX] orm: when generating xml ids for export...
2014-02-26 Launchpad Translat... Launchpad automatic translations update.
2014-02-24 Martin Trigaux[FIX] orm: do not drop low level columns (aka 'magic...
2014-02-24 Launchpad Translat... Launchpad automatic translations update.
2014-02-20 Martin Trigaux[MERGE] [FIX] read_group: skip date(time) fields when...
2014-02-20 Anael Closson[FIX] orm: grouping of date and datetime conflicts...
2014-02-20 Anael Closson[FIX] incorrect handling of orderbys when generator...
2014-02-19 Launchpad Translat... Launchpad automatic translations update.
2014-02-18 Martin Trigaux[MERGE] [FIX] orm: read_group doesn't take referenced...
2014-02-18 Anael Closson[REF] removing useless comment
2014-02-17 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-17 Anael Closson[REF] removing debug code
next