Skip to content

Commit 19023ba

Browse files
author
Mike
committed
[INFRA] Initial changes for 19.0
1 parent e51c3a1 commit 19023ba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Template for an Odoo 18 Project
1+
# Template for an Odoo 19 Project
22

33
## Table of Contents
44
* [Prerequisites](#Prerequisites)

odoo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/t4c3a5h0/odoo-base:18.0-test-20241022
1+
FROM public.ecr.aws/t4c3a5h0/odoo-base:19.0-20250918
22
MAINTAINER Open Source Integrators <support@opensourceintegrators.com>
33

44
# Copy files

odoo/migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ migration:
88
operations:
99
post:
1010
- anthem songs.setup.base::main
11-
- /bin/sh -c "VERSION=18.0.1.0.0 anthem songs.environment::main"
11+
- /bin/sh -c "VERSION=19.0.1.0.0 anthem songs.environment::main"
1212
addons:
1313
upgrade:
1414
- contacts

odoo/odoo

Submodule odoo updated from d82522a to 9dd5fb2

odoo/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="odoo-songs",
7-
version="18.0.1.0.0",
7+
version="19.0.1.0.0",
88
description="Odoo ERP",
99
license="GNU Affero General Public License v3 or later (AGPLv3+)",
1010
author="Open Source Integrators",

odoo/src/enterprise

0 commit comments

Comments
 (0)