For example, I was checking the code at line 41 in _select_sale() method in addons/pos_sale/report/sale_report.py, and the docker latest version is not the same as on github.
To pytanie dostało ostrzeżenie
This is expected behavior and you are not doing anything wrong.
Best Regards,

CandidRoot Solutions Pvt. Ltd.
Email: info@candidroot.com
Web: https://www.candidroot.com
Hi,
The official Odoo Docker images are built from stable release branches or specific commits, not from the latest GitHub code. GitHub often contains newer commits that have not yet been backported, released, or included in a Docker image. As a result, the code in odoo:latest (or versioned images like odoo:17.0) can lag behind the current GitHub branch.
If you need the exact GitHub version, you must either build your own Docker image from the desired Git commit/branch or mount a locally cloned Odoo source into the container.
Hope it helps
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
|
1
sie 25
|
9115 | ||
|
|
1
cze 25
|
14110 | ||
|
|
1
lis 22
|
6450 | ||
|
|
1
lis 20
|
8807 | ||
|
|
6
cze 20
|
25940 |
Hello,
image: odoo:19.0
pull_policy: always
It is always pull the latest code.
The official Odoo Docker images may lag behind the latest GitHub source. Use a custom Dockerfile or build from source for the latest features.