diff --git a/partner_identification/static/description/index.html b/partner_identification/static/description/index.html index e168176f0..9cd9293a7 100644 --- a/partner_identification/static/description/index.html +++ b/partner_identification/static/description/index.html @@ -407,7 +407,7 @@ For example, we create a category ‘Driver License’:

Optional python code called to validate ID numbers of this ID type. This functionality can be overridden by setting id_no_validate to True in the context, such as:

-partner.with_context(id_no_validate=True).write({
+partner.with_context(id_no_validate=True).write({
    'name': 'Bad Value',
    'category_id': self.env.ref('id_category_only_numerics').id,
 })