Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • cron jobs in Odoo

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 380
    Comment on it

    To run cron jobs for an Odoo deployment a WSGI application requires a classical Odoo (run via odoo.py) should connect to the database in which cron jobs have to be run (via odoo.py -d) And it should not be exposed to the network.
    To ensure cron runners are not network-accessible, it is possible to disable the built-in HTTP server entirely with odoo.py --no-xmlrpc or setting xmlrpc = False in the configuration file.

    Note- Odoo provides the base for a WSGI launcher script as openerp-wsgi.py. That script should be customized to correctly set the configuration directly in Odoo.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: