diff --git a/ix-dev/community/odoo/app.yaml b/ix-dev/community/odoo/app.yaml index b982f07232..de1257d637 100644 --- a/ix-dev/community/odoo/app.yaml +++ b/ix-dev/community/odoo/app.yaml @@ -1,4 +1,4 @@ -app_version: '17.0' +app_version: '18.0' capabilities: [] categories: - productivity @@ -35,4 +35,4 @@ sources: - https://github.com/odoo/odoo title: Odoo train: community -version: 1.2.0 +version: 1.2.1 diff --git a/ix-dev/community/odoo/ix_values.yaml b/ix-dev/community/odoo/ix_values.yaml index 4434720f09..43f71fb2b9 100644 --- a/ix-dev/community/odoo/ix_values.yaml +++ b/ix-dev/community/odoo/ix_values.yaml @@ -1,7 +1,7 @@ images: image: repository: odoo - tag: "17.0" + tag: "18.0" postgres_15_image: repository: postgres tag: "15.10"