-
-
Notifications
You must be signed in to change notification settings - Fork 871
[16.0][REF] project_task_pull_request: add PR tab in task form before extra info #1593
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
[16.0][REF] project_task_pull_request: add PR tab in task form before extra info #1593
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
project_task_pull_request/views/project_task_pull_request_view.xml
Outdated
Show resolved
Hide resolved
9523d04 to
1eaec56
Compare
1eaec56 to
245b7aa
Compare
ivs-cetmix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for you contribution! LGTM
|
ping @OCA/project-service-maintainers |
|
/ocabot merge minor |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 618a8f4. Thanks a lot for contributing to OCA. ❤️ |



Previously, the Pull Request fields (pr_uri, pr_required_states) were located in the “Extra Info” tab, which has
groups="base.group_no_one".This makes the tab hidden for all users outside developer mode, forcing users to enable debug mode to access and fill these fields — leading to validation errors when moving tasks to PR-required stages.
A new “Pull Request” tab has now been added, visible to project users, allowing PR information to be filled without enabling debug mode.
cc @marcelsavegnago @kaynnan @WesleyOliveira98