michaelkuty / salt-formula-odoo

Moved under official salt-formulas https://github.com/salt-formulas/salt-formula-odoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odoo

From ERP to CRM, eCommerce and CMS. Download Odoo or use it in the cloud. Grow Your Business.

Sample pillars

Single odoo service

odoo:
  server:
    enabled: true
    workers: 1
    bind:
      address: localhost
      protocol: tcp
      port: 8888
    enabled: true
    admin_password: password
    source:
      engine: git
      address: https://www.github.com/odoo/odoo
    database:
      engine: postgres
      host: 127.0.0.1
      name: odoo
      password: password
      user: odoo
    mail:
      engine: console

Read more

About

Moved under official salt-formulas https://github.com/salt-formulas/salt-formula-odoo

License:Other


Languages

Language:SaltStack 38.5%Language:Shell 36.3%Language:Nginx 16.0%Language:HTML 9.3%