odoo/migration.yml

13 lines
326 B
YAML
Raw Permalink Normal View History

migration:
options:
2022-03-10 23:21:36 +01:00
install_command: odoo --without-demo=${WITHOUT_DEMO:-True}
versions:
- version: setup
operations:
pre:
- 'sh -c ''psql -c "CREATE EXTENSION pg_trgm;"'''
2022-03-24 02:42:55 +01:00
- 'sh -c ''psql -c "CREATE EXTENSION unaccent;"'''
2022-03-10 23:21:36 +01:00
addons:
upgrade:
- base_librezo