Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the click-odoo-contrib dependency from version 1.20 to 1.23 and leverages new features to simplify database initialization and configuration management.
- Updated
click-odoo-contribto version 1.23 with a minimum version constraint of >=1.22 - Simplified the odoo-update entrypoint script using the new
--unless-initializedflag - Removed explicit config file references, relying on environment variable configuration
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| uv.lock | Updates click-odoo-contrib package from version 1.20 to 1.23 with new hashes and metadata |
| pyproject.toml | Adds version constraint >=1.22 for click-odoo-contrib dependency |
| entrypoints/000_15_odoo-update | Simplifies database initialization logic by using click-odoo-initdb --unless-initialized flag instead of manual checks |
| docker-compose.yml | Removes explicit -c /etc/odoo.cfg flag from odoo command, relying on default configuration handling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5671f19 to
b526d4e
Compare
- use new --unless-initialized click-odoo-initdb option - don't invoke click-odoo-update twice
b526d4e to
8d330e2
Compare
petrus-v
left a comment
There was a problem hiding this comment.
Thanks for reducing this technical debt !
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.