[codex] Port selected addons to Odoo 19.0#253
Draft
ayushin wants to merge 1 commit into
Draft
Conversation
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.
Summary
Ports the selected 18.0 addons onto the Odoo 19.0 branch:
llm_ollamaweb_json_editorllm_tool_accountllm_tool_mis_builderllm_tool_websitellm_anthropicllm_openaillm_trainingllm_mistralThis also updates the root README to reflect the newly ported modules and the remaining modules still pending for 19.0.
Porting Notes
19.0.1.0.0.mail.messageattachment helpers needed by OpenAI and Anthropic multimodal/audio message formatting.format_messages()to pass provider-specific keyword arguments such as the selected model record.web_json_editorfor the Odoo 19 web clientjsonbfield type and current field option extraction.Validation
Passed:
git diff --check --cachedllmand all newly ported modules<tree,attrs=,states=, andeditable="false"@llm_tooltype-hint scan for the restored domain tool packsnode --checkfor the JSON editor frontend filesNot run successfully:
ruffis too old for this repo's[lint]config, anduv run ruffhits the parent project hatch packaging configuration before linting starts.