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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Projet
- MRP
Cette question a été signalée
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
août 25
|
6638 | ||
|
|
1
juin 25
|
12365 | ||
|
|
1
nov. 22
|
5186 | ||
|
|
1
nov. 20
|
7368 | ||
|
|
6
juin 20
|
24228 |
Hello,
image: odoo:19.0
pull_policy: always
It is always pull the latest code.