Skip to content

Conversation

@TB-Ph35
Copy link

@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
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"))

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"))

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
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

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
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

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants