-
Notifications
You must be signed in to change notification settings - Fork 50
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
[18.0][ADD] pre-commit #119
Conversation
c1768e6
to
dd5ee14
Compare
dd5ee14
to
2abc26a
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.
@cav-adhoc Hola Cami, te dejé un comentario para que ajustes. El resto está perfecto!
partner_state/models/res_partner.py
Outdated
'required field %s', ( | ||
rec.display_name, partner_field))) |
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.
Cami, acá creo que los parámetros tienen que ir separados por coma. Si no va a querer reemplazar en el primer %s toda la tupla.
Quedaría algo así:
raise UserError(_(
'Partner "%s" can not request approval, '
'required field %s' % (
'required field %s', rec.display_name, partner_field))
2abc26a
to
9ccdff3
Compare
@roboadhoc r+ rebase-ff |
Merge method set to rebase and fast-forward. |
closes #119 Signed-off-by: Virginia Bonservizi <[email protected]>
No description provided.