dataset/seed/odoo/README.md
2023-08-02 16:49:48 +02:00

23 KiB

Table of Contents

odoo

Synopsis

Odoo, an ERP and CRM.

For more informations

Basic variables

Client SMTP (general.smtp)

Description Type Supplier
Nom de domaine du serveur SMTP (smtp_relay_address) domainname SMTP
Serveur (general.ldap.server)
Description Type Supplier
Nom DNS du serveur LDAP (ldap_server_address) domainname LDAP

PostgreSQL (general.postgresql)

Description Type Supplier
Nom de domaine du serveur PostgreSQL (pg_client_server_domainname) domainname Postgresql

OAuth2 client (general.oauth2_client)

Description Type Supplier Provider
OAuth2 server domain name (oauth2_client_server_domainname) domainname OAuth2
OAuth2 server external domain name (oauth2_server_domainname) domainname OAuth2:external_domain

Odoo (general.odoo)

Description Type Example
Adresse courriel de l'administrateur (odoo_admin_email) mail johndoe@example.net
Nom (odoo_company_name) string ACME
Adresse (odoo_company_street) string John Doe Street
Ville (odoo_company_city) string Dijon
Code postal (odoo_company_zip) string 21000
Numéro TVA (odoo_company_vat) string FR 99999999999
Registre de la société (odoo_company_registry) string 999 999 999 00099
Adresse courriel (odoo_company_email) string johndoe@example.net
Site internet (odoo_company_website) string https://example.net
Chemin du logo (odoo_company_logo) filename /home/jdoe/logo.png
Pied de page des documents (odoo_company_footer) string foot
  • [+]: variable is multiple
  • bold: variable is mandatory

Variables

systemd-journald (general.journald)

Description Type Supplier Values
journal_client_server_domainname domainname Journald
journal_host_name domainname Journald:host
Client (general.ldap.client)
Description Type Supplier Values
Nom de la famille LDAP (ldapclient_family) unix_user LDAP:family
Base DN de l'annuaire (ldapclient_base_dn) string LDAP:base_dn
Base DN de l'annuaire des utilisateurs (ldapclient_search_dn) string
Base DN de l'annuaire des groupes (ldapclient_group_dn) string
Base DN de l'annuaire des utilisateurs n'appartenant à une famille (ldapclient_user_dn) string

NGINX (general.nginx)

Paramétrage global de NGINX

Description Help Type
Nom de domaine du serveur mandataire inverse par défaut (nginx_default) Si un client accède au serveur avec un nom de domaine non déclaré, le flux est redirigé vers ce domaine domainname
Point d'entrée des clients (general.revprox.revprox_client)

This a family is a leadership.

Description Type Supplier
Nom de l'arborescence racine du site (revprox_client_location) filename ReverseProxy:location
Taille maximum du corps (revprox_client_max_body_size) string ReverseProxy:max_body_size

PostgreSQL (general.postgresql)

Description Values Supplier Type
Client username (pg_client_username) Postgresql:username string
Client password (pg_client_password) Postgresql:password password
Client database (pg_client_database) Postgresql:database string

OAuth2 client (general.oauth2_client)

Description Values Example Supplier Type
OAuth2 client name (oauth2_client_name) ERP example OAuth2:name string
OAuth2 client description (oauth2_client_description) ERP Odoo Example description OAuth2:description string
OAuth2 URL to valid login (oauth2_client_login) OAuth2:login web_address
OAuth2 category (oauth2_client_category) Entreprise OAuth2:category string
OAuth2 logo (oauth2_client_logo) silique_note.png OAuth2:logo string
external (general.oauth2_client.external)
Description Type Values Supplier
OAuth2 client external (oauth2_client_external) [+] web_address OAuth2:external
OAuth2 family (oauth2_client_family) [+] string users OAuth2:family

Odoo (general.odoo)

Description Type Values Choices
Numéro de téléphone (odoo_company_phone) string
Numéro de téléphone mobile (odoo_company_mobile) 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
  • [+]: variable is multiple
  • bold: variable is mandatory

Variables for expert

NGINX (general.nginx)

Paramétrage global de NGINX

Description Type Values Choices
Longueur maximum pour un nom de domaine (nginx_hash_bucket_size) choice 128 128
64
32
Taille maximale des données reçues par la méthode POST (en Mo) (nginx_post_max_size) number 32
Point d'entrée des clients (general.revprox.revprox_client)

This a family is a leadership.

Description Type Example Supplier
Nom de domaine exterieur du serveur (revprox_client_external_domainnames) [+] domainname service.example.net ReverseProxy:external
  • [+]: variable is multiple
  • bold: variable is mandatory

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
  values:
    general.revprox.revprox_client.revprox_client_external_domainnames:
      - service.example.net
    general.odoo.odoo_admin_email: johndoe@example.net
    general.odoo.odoo_company_name: ACME
    general.odoo.odoo_company_street: John Doe Street
    general.odoo.odoo_company_city: Dijon
    general.odoo.odoo_company_zip: 21000
    general.odoo.odoo_company_vat: FR 99999999999
    general.odoo.odoo_company_registry: 999 999 999 00099
    general.odoo.odoo_company_email: johndoe@example.net
    general.odoo.odoo_company_website: https://example.net
    general.odoo.odoo_company_logo: /home/jdoe/logo.png
    general.odoo.odoo_company_footer: foot

With all providers:

odoo:
  applicationservice: odoo
  zones_name:
    - journald
    - ldap
    - localdns
    - reverseproxy
    - smtp
    - oauth2
    - postgresql
  values:
    general.revprox.revprox_client.revprox_client_external_domainnames:
      - service.example.net
    general.odoo.odoo_admin_email: johndoe@example.net
    general.odoo.odoo_company_name: ACME
    general.odoo.odoo_company_street: John Doe Street
    general.odoo.odoo_company_city: Dijon
    general.odoo.odoo_company_zip: 21000
    general.odoo.odoo_company_vat: FR 99999999999
    general.odoo.odoo_company_registry: 999 999 999 00099
    general.odoo.odoo_company_email: johndoe@example.net
    general.odoo.odoo_company_website: https://example.net
    general.odoo.odoo_company_logo: /home/jdoe/logo.png
    general.odoo.odoo_company_footer: foot

Dependances

All applications services for this dataset.