[IMP] Remove account sequence code madness
[odoo/odoo.git] / openerp / tools /
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-25 Fabien Pinckaers[FIX] YAML empty records
2011-09-25 Antony Lesuisse[FIX] revert 3651 al@openerp.com-20110925003322-yioqd1c...
2011-09-25 Antony Lesuisse[IMP] temporary web dbfilter before metaoptions
2011-09-25 Antony Lesuisse[REM] http static crap (you may use web controllers...
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-22 Olivier Dony[MERGE] unaccent support + domain parsing cleanup/impro...
2011-09-22 niv-openerp[imp] switched the dates to UTC. I'm so happy.
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-14 Vo Minh Thu[IMP] wsgi:
2011-09-06 Olivier Dony[MERGE] latest trunk
2011-09-02 Vo Minh Thu[IMP] wsgi: modules can be pre-loaded and expose a...
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-27 Antony Lesuisse[MERGE] trunk
2011-08-26 Vo Minh Thu[IMP] tools.cache: removed unused variable.
2011-08-24 Antony Lesuisse[FIX] remove debugging
2011-08-24 Antony Lesuisse[MERGE] trunk
2011-08-24 Antony Lesuisse[FIX] remove unused clear function
2011-08-23 Vo Minh Thu[REF] openerp-server: streamlining startup script.
2011-08-19 Olivier Dony[IMP] tools.misc: update msg tracking id pattern: ...
2011-08-16 Vo Minh Thu[REF] osv: replace isinstance(m,osv_memory) by m.is_tra...
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-09 Olivier Dony[MERGE] latest trunk
2011-08-09 Vo Minh Thu[MERGE] merged trunk.
2011-08-08 Vo Minh Thu[IMP] cron: the maximum number of cron threads is confi...
2011-07-31 Tristan Hill[FIX] correct indentation
2011-07-22 Vo Minh Thu[IMP] unaccent: added an unaccent command-line flag...
2011-07-18 Olivier Dony[IMP] safe_eval: allow 'max' builtin
2011-07-15 Olivier Dony[MERGE] sync with trunk
2011-07-15 Olivier Dony[IMP] ir.mail_server: another round of cleanup
2011-07-12 tfr@openerp.com[RM] remove get hostname
2011-07-12 tfr@openerp.com[IMP] get hostname using get_param + add default value...
2011-07-12 tfr@openerp.com[IMP] get_hostname tools function based on ir.config_pa...
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] tools: get_and_sort_by_field function fixed and...
2011-07-07 Quentin (OpenERP)[IMP] tools: added a function to get and sort by field
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-23 P. ChristeasAPI docs: docstrings, module titles
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-23 P. Christeastools.which: docstring fix
2011-06-23 P. Christeastools.graph: cleanup docstrings
2011-06-23 P. Christeastools.func: docstrings
2011-06-23 P. Christeasamount-to-text: docstrings
2011-06-23 P. Christeasorm, tools, addons: Doc strings improvements
2011-06-22 Vo Minh Thu[MERGE] ir_model_data unlinking does not use _unlink...
2011-06-17 Olivier Dony[MERGE] latest trunk
2011-06-17 Olivier Dony[ADD] tools.misc: UnquoteEvalContext, for funky domain...
2011-06-14 Vo Minh Thu[REF] osv: moved osv_pool to modules/registry.
2011-06-14 Quentin (OpenERP)[IMP] safe_eval: added min() in usable functions
2011-06-08 Antony Lesuisse[MERGE] trunk
2011-06-08 Vo Minh Thu[MERGE] ir_translation: lang field selection only displ...
2011-06-08 Antony Lesuisse[IMP] tools.cache cleanup, 15% speedup
2011-06-08 Antony Lesuisse[IMP] new tools.cache cleaner, 10% speedup and more...
2011-06-05 P. Christeasyaml_import: fix ambiguous syntax at end of report
2011-06-01 Antony Lesuisse[IMP] ir_translation only display installed lang, 10...
2011-06-01 Vo Minh Thu[ADD] tools/config: started tests.
2011-06-01 Vo Minh Thu[FIX] tools/config: properly cast config file values.
2011-05-31 Olivier Dony[MERGE] merged latest trunk
2011-05-31 Olivier Dony[MERGE] merged with latest trunk
2011-05-31 Vo Minh Thu[FIX] tools/config: default values always override...
2011-05-31 Olivier Dony[MERGE] merged latest trunk
2011-05-31 Olivier Dony[IMP] convert: remove now useless call to ir.model...
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-23 Vo Minh Thu[MERGE] merged trunk.
2011-05-16 Vo Minh Thu[REF] consistent, grepable ir.values object naming.
2011-05-13 Vo Minh Thu[MERGE] yml test: more explicit message when some data...
2011-05-13 Vo Minh Thu[MERGE] multiple addons paths on the command line.
2011-05-13 Naresh (OpenERP)[IMP]:moved the logger exception before raise
2011-05-13 Naresh (OpenERP)[IMP]:ValueError Message when running a YAML test that...
2011-05-12 Vo Minh Thu[MERGE] --i18n-overwrite can be used with --update.
2011-05-11 Vo Minh Thu[REF] module code goes into openerp.modules.module.
2011-05-11 Vo Minh Thu[REF] moved init_db from tools.misc to modules.db.
2011-05-11 Vo Minh Thu[REF] module info (descriptor) dictionary default value...
2011-05-11 Vo Minh Thu[REF] modules.__init__:
2011-05-10 Vo Minh Thu[REF] modules.__init__:
2011-05-09 Vo Minh Thu[MERGE] check the type of the timezone parameter (preve...
2011-05-09 Naresh (OpenERP)[IMP]:moved from misc to config file and allowed the...
2011-05-06 Naresh (OpenERP)[IMP]:add logger warning to notify the user for incorre...
2011-05-05 Naresh (OpenERP)[FIX]:AttributeError
2011-04-28 Olivier Dony[MERGE] merge latest trunk
2011-04-21 Naresh (OpenERP)[FIX]:added missing of parsing of 'help' attribute...
2011-04-22 Vo Minh Thu[ADD]: dummy cache class replacement.
2011-04-20 Vo Minh Thu[REF] openerp.modules
2011-04-20 Vo Minh Thu[REF] openerp.pooler/openerp.sql_db: cleaner dependencies:
2011-04-19 Vo Minh Thu[REF] config: removed duplicated list of options
2011-04-19 ksa (Open ERP)[MERGE]:openobject-server/trunk-configuration-rework
2011-04-18 Vo Minh Thu[MERGE] merged Julien Thewys branch to disallow unrecog...
2011-04-11 Olivier Dony[MERGE] merged latest fixes from 6.0 - up to rev 3399
2011-04-11 Olivier Dony[IMP] tools.convert,rng: fixed support for <url> tag
2011-04-04 Harry (OpenERP)[REVIEW+MERGE] merged work
2011-03-31 Rifakat Haradwala... [IMP] : changes in arguments
2011-03-31 Rifakat Haradwala... [IMP] misc.py: send_email() corrected arguments
2011-03-31 Harry (OpenERP)[REVIEW] review and refactor code
2011-03-30 Rifakat Haradwala... [IMP]: ir_mail_server.py: removed _email_send() and...
next