Skip to content
Snippets Groups Projects
  1. Dec 15, 2014
    • Xavier Morel's avatar
      [ADD] doc: setup documentation · f04f4099
      Xavier Morel authored
      * Odoo installation from packages or source
      * Deployment instructions for production environments
      * dbfilter
      
      Add missing support for disabling xmlrpc(/http), useful for WSGI
      deployments which require running cron-only Odoo instances.
      f04f4099
    • Raphael Collet's avatar
      [IMP] module/loading: do not try to load module graph when nothing to load · 7afbb0a7
      Raphael Collet authored
      This simple optimization in load_marked_modules() avoids unnecessary calls to
      load_module_graph().  This provides a small speedup, and avoids confusing log:
      some module updates were making it look like the registry was loaded 5 times
      instead of once.
      7afbb0a7
  2. Dec 12, 2014
  3. Dec 11, 2014
  4. Dec 10, 2014
  5. Dec 09, 2014
  6. Dec 05, 2014
    • Xavier Morel's avatar
      [FIX] ensure default addon paths are valid (existing) · a2115ef5
      Xavier Morel authored
      User-provided addons paths are checked for existence (and rejected), but
      default addons paths are not checked, and blow up when trying to listdir
      them (e.g. when http.py tries to load modules).
      
      This is an issue when using Odoo from the distributed tarballs, because
      the packaging currently moves all modules to openerp/addons and removes
      the root ("main") addons directory.
      a2115ef5
  7. Dec 04, 2014
  8. Dec 03, 2014
  9. Dec 02, 2014
  10. Nov 28, 2014
  11. Nov 27, 2014
Loading