feat: add Odoo launcher script generation#10
Merged
Conversation
8297a51 to
8d4c998
Compare
8d4c998 to
b494d0e
Compare
Merged
835bc8c to
746173e
Compare
Add launcher module that generates bash scripts for auto-activating venv and running Odoo. Includes: - --create-launcher flag on 'create' command to auto-generate launcher - Template-based script generation with full Odoo option support - Security checks (symlink detection, path validation) - PATH warning if launcher dir not in environment
746173e to
3b71e7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What users can do now
odoolauncher script with:odoo-venv create-odoo-launcher 18.0 --venv-dir ~/code/venvs/18.0odoo-venv create 18.0 --create-launcherodoo-venv create-odoo-launcher --forceBenefit
$ odoo-v18ready to launch odooLatest updates
4c6ff34fix: scope gevent override to linux in common preset835bc8cfix(presets): pin setuptools below pkg_resources removal