-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
[12.0][ADD] cooperator_website_recaptcha #43
base: 12.0
Are you sure you want to change the base?
[12.0][ADD] cooperator_website_recaptcha #43
Conversation
Signed-off-by: Carmen Bianca Bakker <[email protected]>
Signed-off-by: Carmen Bianca Bakker <[email protected]>
co-authored-by: Carmen Bianca Bakker <[email protected]>
* move the recaptcha widget view to portal_recaptcha. * remove res.company.captcha_type (portal_recaptcha can now be enabled and disabled in the settings). * override WebsiteSubscription._additional_validate() instead of .validation().
fix author and website manifest properties to follow oca's guidelines.
f5bb090
to
bc505e9
Compare
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.
LGTM
Side-note: There's no need to compile README.rst in your PRs. It is generated as a side effect of the ocabot merge command.
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. |
@robinkeunen would you please re-open this pr? |
@huguesdk I wonder if we should spend time merging this refacto on 12 (plus the refacto of portal_recaptcha). We will merge it in 14 and then port it to 16. What do you think ? |
@victor-champonnois as it is a module that is used in production by many clients and is one of the last ones that is still in coopiteasy/vertical-cooperative, i think it makes sense to complete this, to have the most used modules here in OCA/cooperative. moreover, it does not require much more work. the only problem is that OCA/website#914, on which it depends, is not yet merged, and i don’t know if it ever will. let’s first work on getting the 14.0 version merged, then adapt the 12.0 version if it still makes sense at that time. @robinkeunen: would you please apply the “no stale” label to this to ensure that it does not get automatically closed? |
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. |
move
cooperator_website_recaptcha
module from coopiteasy/vertical-cooperative to the oca.this branch contains an extra refactoring commit (from the 12.0-ref-cooperator_website_recaptcha_to_portal_recaptcha branch) that should be reviewed. this refactoring depends on #40 and OCA/website#914.