Does odoo code in docker really gets updated, cuz I have pulled a latest odoo image from docker and checked its source code, and I have found that it is not up to date as compared to the source code on github.
Why is that so, or is there anything I am doing wrong.
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.
Hello,
image: odoo:19.0
pull_policy: always
It is always pull the latest code.