[ADD]purchase:added default and search default on PO for partner_id
[odoo/odoo.git] / openerp / tools /
2012-10-17 Antony Lesuisse[MERGE] therp-nl/openobject-server/openobject-server_or...
2012-10-17 Antony Lesuisse[MERGE] safe_eval opcode updates
2012-10-15 Olivier Dony[IMP] tools.html2plaintext: consistent use of lxml...
2012-10-10 Antony Lesuisse[IMP] remove standalone web client, fix logging
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-09 Quentin (OpenERP)[IMP] use of literal_eval from ast instead of const_eva...
2012-10-09 Quentin (OpenERP)[IMP] osv/orm.py: evaluate in python the 'options'...
2012-10-05 Quentin (OpenERP)[REF] yaml_import: comments refactoring
2012-10-04 Quentin (OpenERP)[FIX] yaml_import: on _create_record, when we gather...
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-04 Quentin (OpenERP)[REF] yaml_import.py: some doc and error messagse improved
2012-10-04 Quentin (OpenERP)[IMP] yaml_import.py: comments and documentation improv...
2012-10-04 Quentin (OpenERP)[REf] yaml_import.py: refactoring of _create_record()
2012-10-04 Quentin (OpenERP)[MERGE] trunk
2012-10-03 Olivier Dony[MERGE] Sync with trunk
2012-10-03 Olivier Dony[IMP] translate: unify the server and web translation...
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-03 Quentin (OpenERP)[FIX] yaml import: if a field has a default value,...
2012-10-02 Quentin (OpenERP)[FIX] yaml_import: the parent default values must be...
2012-10-02 Quentin (OpenERP)[FIX] yaml_import: don't erase the initial fields_view_...
2012-10-01 Quentin (OpenERP)[IMP] yaml processing: improved previous patch by repla...
2012-10-01 Olivier Dony[MERGE] Sync with trunk
2012-10-01 Quentin (OpenERP)[IMP] yaml processing: fixed the creation of record...
2012-09-24 Antony Lesuisse[FIX] restore poxy-mode command line option to prevent...
2012-09-22 Antony Lesuissemanual merge of multicorn
2012-09-19 Olivier Dony[MERGE] Sync with trunk
2012-09-19 Xavier Morel[ADD] big bit on new import: pretty much everything...
2012-09-18 Olivier Dony[IMP] translate: avoid loading duplicate `code`-type...
2012-09-16 Fabien Pinckaers[IMP] better algo for image thumbnails
2012-09-13 Olivier Dony[IMP] translations: wip, remove unnecessary code, suppo...
2012-09-13 Thibault Delavallée[FIX] tools.image: added an image conversion before...
2012-09-12 Stephane Wirtel[MERGE] use the postgres db instead of template1 for...
2012-09-12 Stephane Wirtel[MERGE] improve the tools.misc.scan_languages function
2012-09-12 Stephane Wirtel[FIX] openerp.tools.misc.file_open: Very little fix...
2012-09-11 Stephane Wirtel[MERGE] base: fix typo of some languages
2012-09-11 Stephane Wirtel[MERGE] base: fix some address formats and some English
2012-09-11 Stephane Wirtel[MERGE] raise an exception if it can't evaluate a string
2012-09-11 Olivier Dony[MERGE] Sync with trunk
2012-09-07 Thibault Delavallée[IMP] tools: image: added the option to choose whether...
2012-09-07 Thibault Delavallée[IMP] res_partner: moved the avatar colorize part of...
2012-09-07 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-09-05 Olivier Dony[IMP] html_sanitize: attempt to make slightly more...
2012-09-05 Olivier Dony[MERGE] sync with trunk
2012-09-05 niv-openerp[IMP] removed dependency to pyquery
2012-09-05 niv-openerp[REVERT] 4394, because Thu is stupid
2012-09-04 Stephane Wirtel[FIX] amount_to_text: avoid to have a none in the concat
2012-09-04 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-09-04 Olivier Dony[MERGE] file_open: give precedence to directory before...
2012-09-03 Olivier Dony[MERGE] file_open: give precedence to directory before...
2012-09-03 Vo Minh Thu[FIX] yaml_import: really raise YamlImportExceptions.
2012-09-03 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-31 Olivier Dony[IMP] res.partner: simplified+corrected parsing of...
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-31 Olivier Dony[ADD] tools.misc: new function append_to_html, can...
2012-08-28 Thibault Delavallée[REVIEW] tools: removed duplicate email_split in tools.
2012-08-28 Thibault Delavallée[REVIEW] tools: moved email_split function in emails...
2012-08-27 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-23 Olivier Dony[FIX] convert: fix previous partial patch for removing...
2012-08-23 Olivier Dony[FIX] convert: fix previous partial fix for removing...
2012-08-23 Turkesh Patel (Ope... [MRG] merge with lp:openobject-server.
2012-08-22 Olivier Dony[MERGE] convert,rng: forbid redundant @type for menuite...
2012-08-22 Olivier Dony[IMP] rng: forbid redundant @type for menuitem, now...
2012-08-22 Fabien Pinckaersmerge_trunk
2012-08-22 Christophe Simonis[IMP] tools.misc.mute_logger can now be used as decorator
2012-08-22 Antonin Bourguignon[MERGE] latest trunk
2012-08-22 Turkesh Patel (Ope... [MRG] merge with main branch.
2012-08-22 Christophe Simonis[IMP] remove unwanted log in test
2012-08-22 Christophe Simonis[IMP] yaml import: log as TEST only for test files
2012-08-21 Antonin Bourguignon[FIX] handling of the action's module xml id.
2012-08-21 Antonin Bourguignon[FIX] xml import: when using a menuitem tag, properly...
2012-08-21 Thibault Delavallée[FIX] tools: emails_split -> email-split.
2012-08-19 Fabien Pinckaers[IMP] needaciton + mail
2012-08-17 Jigar Amin - OpenERPmerge lp:openobject-server
2012-08-16 Fabien Pinckaers[IMP] tools.email_split
2012-08-16 Christophe Simonis[IMP] handle menuitems with "server" and "client" type...
2012-08-16 Vo Minh Thu[IMP] html_sanitize: remove dependency on pyquery.
2012-08-14 niv-openerp[IMP] added html field
2012-08-14 niv-openerpFixed encoding problems
2012-08-14 niv-openerpFixed problem when message is false (i think)
2012-08-13 niv-openerpAdded protection against javascript in <a>
2012-08-13 niv-openerpremoved images
2012-08-13 niv-openerpDid better stuff
2012-08-13 Vo Minh Thu[MERGE] merged trunk.
2012-08-13 niv-openerpFirst working version of the html sanitizer
2012-08-13 Thibault Delavallée[IMP] tools: image: added a sharpen filter when resizin...
2012-08-13 niv-openerpAdded some code to sanitize html
2012-08-09 Harry (OpenERP)[MERGE]
2012-08-07 Olivier Dony[IMP] tools.reference_re: support matching model name...
2012-08-07 Thibault Delavallée[CLEAN] [DOC] Pre-merge review: image: added comments...
2012-08-07 ajay javiya (OpenERP)[FIX]:Fix a predicate function doc
2012-08-06 ajay javiya (OpenERP)[IMP]: Improve validation
2012-08-06 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-06 Jigar Amin - OpenERPmerge lp:~openerp-dev/openobject-server/trunk-sloppy...
2012-08-06 Jigar Amin - OpenERP[FIX] impoved the message
2012-08-06 Vo Minh Thu[MERGE] merged trunk.
2012-08-06 Jigar Amin - OpenERP[FIX] fixed the predicated for tree view must have...
2012-08-06 Vo Minh Thu[IMP] xml validation: added logging for invalid input.
2012-08-04 Fabien Pinckaers[IMP] introducing new file type: html
2012-07-30 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-07-30 Jigar Amin - OpenERP[MERGE] lp:~openerp-commiter/openobject-server/trunk...
next