[19.0][MIG] server action navigate - #472
Merged
OCA-git-bot merged 18 commits intoJul 29, 2026
Merged
Conversation
running -u all cause an issue : ``` wip-test odoo.addons.base.models.ir_ui_view: delete_last_line n'est pas une action valide sur base.automation View name: Automations Error context: view: ir.ui.view(1145,) xmlid: view_base_automation_form view.model: base.automation view.parent: ir.ui.view(15,) file: /home/florent.thomas/DEV/Odoo_Server_And_Libs/Servers_14.0/OCB/addons/base_automation/views/base_automation_view.xml 2022-08-19 10:29:00,179 2679017 WARNING thesocialitefamily14-wip-test odoo.modules.loading: Transient module states were reset 2022-08-19 10:29:00,184 2679017 ERROR thesocialitefamily14-wip-test odoo.modules.registry: Failed to load registry ```
Currently translated at 100.0% (26 of 26 strings) Translation: server-backend-14.0/server-backend-14.0-server_action_navigate Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-server_action_navigate/fr/
Currently translated at 100.0% (25 of 25 strings) Translation: server-backend-16.0/server-backend-16.0-server_action_navigate Translate-URL: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-server_action_navigate/it/
hhgabelgaard
force-pushed
the
19.0-mig-server_action_navigate
branch
from
July 28, 2026 16:35
ceea737 to
0f46dab
Compare
Contributor
|
Could you take a look on red CI ? Thanks ! |
hhgabelgaard
force-pushed
the
19.0-mig-server_action_navigate
branch
from
July 29, 2026 05:32
0f46dab to
d2ae6d3
Compare
Contributor
Author
|
@legalsylvain Yes, creates test data in setupClass, not from demo data |
| "model_id": cls.env.ref("base.model_res_users").id, | ||
| "state": "navigate", | ||
| "navigate_line_ids": [ | ||
| ( |
Contributor
There was a problem hiding this comment.
Nitpicking You can use Command.create
Less verbose more comprehensive
Use self.env._ for translations change view anchor Inline test data
hhgabelgaard
force-pushed
the
19.0-mig-server_action_navigate
branch
from
July 29, 2026 09:10
d2ae6d3 to
0c2e36c
Compare
legalsylvain
approved these changes
Jul 29, 2026
legalsylvain
left a comment
Contributor
There was a problem hiding this comment.
Thanks !
/ocabot merge nobump
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 9513a36. Thanks a lot for contributing to OCA. ❤️ |
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.
Std. migration