Conversation
OCA Transbot updated translations from Transifex
It happened because the required check box was not displayed.
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
simahawk
requested changes
May 31, 2018
| @@ -0,0 +1,7 @@ | |||
| # -*- coding: utf-8 -*- | |||
| # © 2015 Antiun Ingeniería, S.L. | |||
Member
There was a problem hiding this comment.
And please switch Antiun to Tecnativa, that is the new company
| "summary": "Force the user to accept the legal terms to open an account", | ||
| "version": "9.0.1.0.0", | ||
| "category": "Website", | ||
| "website": "http://www.antiun.com", |
|
|
||
|
|
||
| class LegalTermsNotAcceptedError(SignupError): | ||
| def __init__(self, msg=_("You must accept our legal terms.")): |
There was a problem hiding this comment.
def __init__(self, msg=None):
msg = msg or _("You must accept our legal terms.")| name="accepted_legal_terms" | ||
| id="accepted_legal_terms" | ||
| required="required"/> | ||
| I accept the <a href="/page/legal">legal advice</a>, |
There was a problem hiding this comment.
wrap this into a specific element so that we can override it easily, like:
<span id="legal_terms_msg">....</span>|
@eLBati PIIIIIIIIIIIIIING :) |
|
OCA CS today: @eLBati said is not going to finish this and we have it already on v10. |
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.
No description provided.