Skip to content

Commit 4b578c2

Browse files
committed
feat(odoo_repos): update default version variable in README.md
- Changed default version variable from `odoo_revision` to `odoo_version` for consistency - Improves clarity and aligns with existing variable naming conventions in Odoo roles
1 parent 768c9a1 commit 4b578c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/odoo_repos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ odoo_repos:
2222
version: 16.0 # default: "{{ odoo_revision }}"
2323
- path: addons/mint-system-server-tools
2424
url: [email protected]:Mint-System/Odoo-Apps-Server-Tools.git
25-
version: 17.0-mig-session_db # default: "{{ odoo_revision }}"
25+
version: 17.0-mig-session_db # default: "{{ odoo_version }}"
2626
single_branch: false
2727
- path: addons/oca-partner-contact
2828
url: [email protected]:OCA/partner-contact.git

0 commit comments

Comments
 (0)