Skip to content

[FIX] developer/reference/cli: -c/-s lookup order changed - #19935

Open
Julien00859 wants to merge 1 commit into
saas-19.4from
saas-19.4-core-odoorc-path-juc
Open

[FIX] developer/reference/cli: -c/-s lookup order changed#19935
Julien00859 wants to merge 1 commit into
saas-19.4from
saas-19.4-core-odoorc-path-juc

Conversation

@Julien00859

Copy link
Copy Markdown
Member

odoo/odoo#251414 changed the lookup order for --config and --save to be compatible with XDG standard locations. We forgot to reflect the changes in the documentation.

Commit odoo/odoo:fc05e1bdb7ae81 changed the lookup order for `--config`
and `--save` to be compatible with XDG standard locations. We forgot to
reflect the changes in the documentation.
@robodoo

robodoo commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@C3POdoo
C3POdoo requested a review from a team September 4, 2026 10:47

@Feyensv Feyensv left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion otherwise lgtm 👌

robodoo delegate+

Comment on lines +146 to +157
Posix:

* :file:`/home/$USER/.config/odoo/odoo.conf`
* :file:`/etc/xdg/xdg-cinnamon/odoo` (XDG site, can vary)
* :file:`/home/$USER/.odoorc`

Windows:

* :file:`C:\Users\%USERNAME%\AppData\Local\odoo\odoo\odoo.conf`
* :file:`C:\ProgramData\odoo\odoo\odoo.conf`
* :file:`odoo.conf` file next to the ``odoo-bin`` executable
* :file:`C:\Users\%USERNAME%\.odoorc`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use a ..tabs:: with two separate ..tab:: for the two cases 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants