[FIX] Propate propagated_from_id when reconciling negative quants to the quant that...
[odoo/odoo.git] / openerp / cli /
2014-10-24 Christophe Simonis[FIX] When using "--stop-after-init", set the return...
2014-09-02 Xavier Morel[ADD] initial theme guide + scaffolding
2014-08-24 Raphael Collet[IMP] doc/howtos/backend: use scaffolding and adapt...
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-07-30 Raphael Collet[FIX] cli/server: fixes #1307, add missing Environment...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-11 Fabien MeghaziMerge pull request #462 from odoo-dev/master-odoo-deplo...
2014-06-11 Fabien MeghaziAdded --force to odoo deploy
2014-06-10 Fabien MeghaziMerge pull request #457 from odoo-dev/master-odoo-cmd...
2014-06-10 Fabien MeghaziMerge pull request #356 from xmo-odoo/scaffold-kwargs
2014-06-10 Fabien MeghaziAlways create missing db when using `odoo start`
2014-06-06 Sandy Carter[FIX] pep8 errors generated by odoo.py scaffold
2014-06-05 Xavier Morel[IMP] add kwargs to scaffolded controller so ?debug...
2014-06-03 Fabien MeghaziChange scaffolding's controller template
2014-06-03 Fabien MeghaziDo not check SSL certificate by default
2014-06-03 Fabien MeghaziFix error on url scheme for odoo deploy
2014-06-03 Fabien MeghaziAdd __init__.py when createing module. Also add templat...
2014-06-02 Antony Lesuissescaffold fix, add a sample page and snippet
2014-05-30 Fabien MeghaziSimplify odoo start. Make it work everywhere
2014-05-30 Fabien MeghaziBasic support for scaffold --theme
2014-05-30 Fabien MeghaziAdded odoo start command
2014-05-30 Fabien MeghaziBasic support for xml data files
2014-05-30 Fabien MeghaziAdded ir.model.access in manifest
2014-05-29 Fabien MeghaziUpdate manifest for dependencies
2014-05-29 Fabien MeghaziMoved get_module_root in openerp.modules.module
2014-05-29 Fabien MeghaziAdded basic scaffolding for webclient module
2014-05-29 Fabien MeghaziRefactor scaffolding engine so it can be used from...
2014-05-28 Fabien MeghaziPrevent scaffold --init to be executed in another module
2014-05-28 Fabien MeghaziDetect if controller name correspond to a model name
2014-05-28 Fabien MeghaziUse ast module against __init__.py's for import discovery
2014-05-28 Fabien Meghazi[WIP] models and controllers for scaffolding
2014-05-28 Fabien MeghaziBasic scaffolding
2014-05-28 Fabien Meghazireuse cls.__doc__ for deploy command
2014-05-27 Fabien MeghaziAdd docstring to help command
2014-05-27 Fabien Meghazi[ADD] odoo deploy
2014-05-21 Fabien MeghaziDisable logging during commands discovery
2014-04-23 Christophe Simonis[IMP] do not fail if cannot delete the pidfile. It...
2014-04-22 Christophe Simonis[FIX] cli mode: initialisation of the addons path do...
2014-04-09 Raphael Collet[MERGE] test_cursor: implement a cursor mockup that...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] registry: add method get_cursor() to simply retri...
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5112...
2014-04-04 Christophe Simonis[FIX] force suppression of pidfile at exit of openerp.
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-03-26 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-03-25 Christophe Simonis[FIX] init logger earlier, right after config loading
2014-03-19 Kersten Jeremy[FIX] Fix the yml test with option --test-file.
2014-02-27 Antony Lesuisse[MERGE] trunk
2014-02-09 Antony Lesuisseadd python --test-file support
2014-02-09 Antony Lesuissenew test execution engine
2014-01-15 Christophe Simonis[FIX] correct uses of addons_path
2014-01-09 Stephane Wirtel[REF] Use the contextlib.closing function instead of...
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-18 Christophe Simonis[FIX] When running with --stop-after-init, return code...
2013-11-08 Christophe Simonis[IMP] always dumps threads, even in evented mode
2013-11-07 Christophe Simonis[IMP] dumpstack dumps greenlets when running in evented...
2013-10-13 Antony Lesuisse[FIX] ensure the use the registry signaling for registr...
2013-10-05 Antony Lesuisserename server
2013-09-08 Antony Lesuisse[IMP] openerp threaded, gevent, prefork service cleanup
2013-06-10 Christophe Simonis[FIX] watch parent when run in evented mode
2013-06-06 niv-openerpFirst version, does not close correctly
2013-05-28 Thibault Delavallée[FORWARD] Forward port of server 7.0 until revision...
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-05-06 Christophe Simonis[FIX] When using "--stop-after-init", set the return...
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-27 Vo Minh Thu[REF] registry: begin to remove openerp.pooler:
2013-03-07 Vo Minh Thu[FIX] timezone: under windows os.environ["TZ"] was...
2013-03-06 Vo Minh Thu[FIX] babel: the babel localedata was put back to its...
2013-01-29 niv-openerpMerge Thu branch
2013-01-28 niv-openerpmerge trunk
2013-01-21 Vo Minh Thu[IMP] oe web: handle SIGINT and somewhat SIGTERM for...
2013-01-18 Vo Minh Thu[IMP] gevent: no longer a command-line flag (always...
2013-01-08 niv-openerpmerge trunk
2012-12-21 Olivier Dony[IMP] cron: remove useless pooljobs and schedule_cron_j...
2012-12-21 Olivier Dony[FIX] cli.server: cron startup was incorrectly disabled...
2012-12-17 Christophe Simonismerge upstream
2012-12-16 Antony Lesuissecleanups
2012-12-11 Vo Minh Thu[IMP] Reduce considerably the loading time of a new...
2012-12-10 Christophe Simonismerge upstream
2012-12-09 Antony Lesuisse[IMP] cli first command testjs
2012-12-05 Christophe Simonismerge upstream
2012-11-30 niv-openerpmerge trunk
2012-11-29 Vo Minh Thu[REV] reverted install-all commit (vmt@openerp.com...
2012-11-28 Christophe Simonismerge upstream
2012-11-28 Christophe Simonismerge upstream
2012-11-28 Vo Minh Thu[MERGE] merged trunk.
2012-11-27 Antony Lesuisseopenerp apps add Help
2012-11-27 Antony Lesuisseopenerp apps abstract Command fix
2012-11-27 Antony Lesuisseopenerp apps main moved to cli ready for new commands