Skip to content
Snippets Groups Projects
all.yml 11.24 KiB
---
# Use python3 interpreter
ansible_python_interpreter: "/usr/bin/python3"
odoo_role_python_version: 3.7.12
# Odoo vars
odoo_role_odoo_core_modules_dict:
  shared:
    - account
    - account_analytic_default
    - account_asset
    - account_bank_statement_import
    - account_cancel
    - account_invoicing
    - analytic
    - auth_crypt
    - auth_signup
    - base
    - base_automation
    - base_iban
    - base_import
    - base_setup
    - base_vat
    - base_vat_autocomplete
    - contacts
    - decimal_precision
    - document
    - mass_mailing
    - mass_mailing_crm
    - product
    - sale_management
    - web
    - web_diagram
    - web_kanban_gauge
    - web_planner
    - web_settings_dashboard
    - web_tour
  demo:
    - hr
    - hr_attendance
    - hr_expense
    - hr_timesheet
  sm:
    - hr
    - hr_attendance
    - hr_expense
    - hr_timesheet
    - l10n_es
  sm-test:
    - hr
    - hr_attendance
    - hr_expense
    - hr_timesheet
    - l10n_es
  alterna:
    - l10n_es
  alterna-test:
    - l10n_es
  ekiwi:
    - l10n_es
  ekiwi-test:
    - l10n_es
  partago:
    - l10n_multilang
  partago-test:
    - l10n_multilang

odoo_role_odoo_community_modules_dict:
  shared:
    - account_banking_mandate
    - account_banking_pain_base