Skip to content

[18.0][MIG] cross_connect_client : Migration to 18.0#782

Merged
OCA-git-bot merged 11 commits intoOCA:18.0from
akretion:18.0-mig-cross_connect_client
Feb 27, 2026
Merged

[18.0][MIG] cross_connect_client : Migration to 18.0#782
OCA-git-bot merged 11 commits intoOCA:18.0from
akretion:18.0-mig-cross_connect_client

Conversation

@TB-Ph35
Copy link
Copy Markdown

@TB-Ph35 TB-Ph35 commented Apr 1, 2025

No description provided.

@TB-Ph35 TB-Ph35 force-pushed the 18.0-mig-cross_connect_client branch 2 times, most recently from 271717c to a034a09 Compare April 2, 2025 15:08
@TB-Ph35 TB-Ph35 force-pushed the 18.0-mig-cross_connect_client branch from d122445 to 4328e2d Compare April 3, 2025 17:32
Copy link
Copy Markdown
Contributor

@florian-dacosta florian-dacosta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (code review)

self.ensure_one()
groups = self.env.user.groups_id & self.group_ids
if not groups:
raise UserError(_("You are not allowed to access this server"))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OCA 18.0 guideline: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0

please use self.env._() instead of _() for translations.

raise UserError(_("You are not allowed to access this server"))

if not self.env.user.email:
raise UserError(_("User email is required"))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OCA 18.0 guideline: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0

please use self.env._() instead of _() for translations.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks

@github-actions
Copy link
Copy Markdown

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions Bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Aug 24, 2025
@florian-dacosta florian-dacosta force-pushed the 18.0-mig-cross_connect_client branch from 4328e2d to dcada6f Compare August 26, 2025 07:26
@florian-dacosta
Copy link
Copy Markdown
Contributor

@sebastienbeau @paradoxxxzero A review please ?

@github-actions github-actions Bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Aug 31, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 4, 2026

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions Bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jan 4, 2026
Copy link
Copy Markdown
Contributor

@paradoxxxzero paradoxxxzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions Bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jan 18, 2026
…-param

[IMP] cross_connect_client: Work with params and not server redirect_url
@OCA-git-bot
Copy link
Copy Markdown
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@florian-dacosta
Copy link
Copy Markdown
Contributor

@bguillot Can you merge this one please ?

@bguillot
Copy link
Copy Markdown

/ocabot merge nobump

@OCA-git-bot
Copy link
Copy Markdown
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 18.0-ocabot-merge-pr-782-by-bguillot-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 1f27a2c into OCA:18.0 Feb 27, 2026
9 checks passed
@OCA-git-bot
Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at 81002e1. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants