dataset/seed/odoo
2023-08-01 15:13:17 +02:00
..
dictionaries ansible template 2023-06-23 08:12:05 +02:00
funcs add odoo 2022-10-01 18:57:37 +02:00
manual/image start extraction before backup function 2023-02-27 12:23:45 +01:00
templates ansible template 2023-06-23 08:12:05 +02:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
DEBUG.md ansible template 2023-06-23 08:12:05 +02:00
README.md update doc 2023-08-01 15:13:17 +02:00

Table of Contents

odoo

Description

Odoo, an ERP and CRM.

For more informations

Examples

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

With minimum providers:

odoo:
  applicationservice: odoo
  zones_name:
    - ldap
    - localdns
    - reverseproxy
    - smtp
    - oauth2
    - postgresql

With all providers:

odoo:
  applicationservice: odoo
  zones_name:
    - journald
    - ldap
    - localdns
    - reverseproxy
    - smtp
    - oauth2
    - postgresql

Dependances

Variables

Général (general)

Odoo (general.odoo)

Description Type Values Choices
Adresse courriel de l'administrateur (odoo_admin_email) mail
Nom (odoo_company_name) string
Adresse (odoo_company_street) string
Ville (odoo_company_city) string
Code postal (odoo_company_zip) string
Numéro TVA (odoo_company_vat) string
Registre de la société (odoo_company_registry) string
Numéro de téléphone (odoo_company_phone) string
Numéro de téléphone mobile (odoo_company_mobile) string
Adresse courriel (odoo_company_email) string
Site internet (odoo_company_website) string
Chemin du logo (odoo_company_logo) filename
Pied de page des documents (odoo_company_footer) string
Agencement des documents (odoo_company_layout) choice standard standard
bold
boxed
striped
Liste des applications à activer (odoo_addons) [+] string base
l10n_fr
l10n_fr_fec
account
hr
hr_contract
sale_management

postgresql (general.postgresql)

Description Values
pg_client_key_owner odoo

oauth2_client (general.oauth2_client)

Description Values
oauth2_is_client_application True
oauth2_client_name ERP
oauth2_client_description ERP Odoo
oauth2_client_category Entreprise
oauth2_client_logo silique_note.png
external (general.oauth2_client.external)
Description
oauth2_client_external [+]
oauth2_client_family [+]

ldap (general.ldap)

client (general.ldap.client)
Description Values
ldap_key_file_owner odoo

nginx (general.nginx)

Description Values
nginx_default_https False
  • [+]: variable is multiple
  • bold: variable is mandatory

All applications services for this dataset.