-
-
Notifications
You must be signed in to change notification settings - Fork 18
[19.0][MIG] ai_oca_bridge: Migration to 19.0 #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hailangvn
wants to merge
51
commits into
OCA:19.0
Choose a base branch
from
hailangvn:19.0-mig-ai_oca_bridge
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Currently translated at 33.3% (31 of 93 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/it/
Currently translated at 100.0% (93 of 93 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/it/
Add payload_type Add result type Add result kind (immediate or async) Add controller for controlling asynchronous executions (with timeout) Add function for processing result (allows extension) Add a user that will execute the processing result function Add tests
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/
Currently translated at 100.0% (116 of 116 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/
Currently translated at 100.0% (126 of 126 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/it/
Currently translated at 100.0% (126 of 126 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/
Currently translated at 100.0% (128 of 128 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/it/
Currently translated at 100.0% (128 of 128 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/es/
Currently translated at 100.0% (128 of 128 strings) Translation: ai-16.0/ai-16.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge/es_VE/
Co-authored-by: Enric Tobella <enric.tobella@dixmit.com>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ai-18.0/ai-18.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-18-0/ai-18-0-ai_oca_bridge/
Currently translated at 100.0% (123 of 123 strings) Translation: ai-18.0/ai-18.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-18-0/ai-18-0-ai_oca_bridge/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ai-18.0/ai-18.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-18-0/ai-18-0-ai_oca_bridge/
Currently translated at 100.0% (121 of 121 strings) Translation: ai-18.0/ai-18.0-ai_oca_bridge Translate-URL: https://translation.odoo-community.org/projects/ai-18-0/ai-18-0-ai_oca_bridge/it/
- Domain handling migrated to `odoo.fields.Domain` (AND helpers, safe empty defaults) and user group access checks updated to new `group_ids` API. - Async response URLs now built with `odoo.tools.urls.urljoin` and chatter tracking disabled in tests via a new mixin to avoid noisy metadata. - JS/web tests now create bridge records dynamically (no hardcoded mock data) and fake test model registration updated for Odoo 19 registry APIs; inactive bridge uses `action_archive`. - Message/action tests now share computed domains for clarity and resilience under the new Domain API. * Change _ to self.env._, more info at odoo/odoo#174844 * Work around charget AttributeError * Import ValidationError from odoo.exceptions instead of models * Rename webRecord to record * Use new way of popover * Test for response content
d1319da to
a622199
Compare
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.
odoo.fields.Domain(AND helpers, safe empty defaults) and user group access checks updated to newgroup_idsAPI.odoo.tools.urls.urljoinand chatter tracking disabled in tests via a new mixin to avoid noisy metadata.action_archive.