Follow the instructions in https://handbook.coopdevs.org/ca/Sysadmin/Odoo/manage-odoo-client-domains
rm -rf .git
..devenv
file accordingly to your needs. If you don’t use devenv to create your local development environment just remove this file.README.md
file accordingly to your needs.inventory/host_vars/odoo-test.coopdevs.org/secrets.yml
.inventory/host_vars/odoo-test.local/
to something like inventory/host_vars/LOCAL_HOST_NAME.local/
, where LOCAL_HOST_NAME
is the name of the local host you will provision for development.inventory/hosts
under the [dev]
section and it’s the same as the HOST
variable in .devenv
file.inventory/host_vars/odoo-test.coopdevs.org/
to something like inventory/host_vars/DOMAIN_NAME/
, where DOMAIN_NAME
is the domain name of the host you will provision.inventory/hosts
under the [production]
section.odoo_role_demo_data
from inventory/group_vars/all.yml
odoo_role_odoo_release
variable in inventory/group_vars/all.yml
file to the release you want to deploy.odoo_role_odoo_url
to specify the Odoo repository you want to use.By default we use our own mirror. You can take a look at the list of available releases. If you need to use a version that is still missing a release, you can create it following the tutorial
odoo_core_modules
in the inventory/group_vars/all.yml
file is a list of all the core modules that will be installed.odoo_community_modules
in the inventory/group_vars/all.yml
file is a list of all the community modules that will be installed.files/requirements.txt
file to specify the versions and to reflect the changes you made at point 1.inventory/host_vars/DOMAIN_NAME/config.yml
contains the variable system_administrators
, which is the list of users that will be created in the host in order to access the server for system administration.pub_keys/
directory accordingly to the changes you made at point.inventory/host_vars/DOMAIN_NAME/secrets.yml
is an Ansible vault containing all the credentials needed to run the Odoo instance in production.inventory/host_vars/DOMAIN_NAME/secrets.yml
making sure you add all the following variables:odoo_role_odoo_db_admin_password
, the password to manage Odoo databases.You can follow now the installation instruction to provision your host.
Per importar la base de dades de ciutats seguir els passos indicats a https://github.com/coopdevs/handbook/wiki/How-to-import-postal-codes-for-a-country