Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
pec kanban view used hasclass, removed warning (#533)
Browse files Browse the repository at this point in the history
[11.0]: pec kanban view used hasclass, removed warning

Corrected LINT CHECK=1 of merged modules for PEP8 (#544)
  • Loading branch information
jackjack82 authored and Borruso committed Apr 9, 2021
1 parent 1f085f3 commit 3e03c66
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion l10n_it_pec/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.
To contribute to this module, please visit https://odoo-community.org.
1 change: 0 additions & 1 deletion l10n_it_pec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Expand Down
1 change: 0 additions & 1 deletion l10n_it_pec/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Expand Down
1 change: 0 additions & 1 deletion l10n_it_pec/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Expand Down
1 change: 0 additions & 1 deletion l10n_it_pec/models/partner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Expand Down
2 changes: 1 addition & 1 deletion l10n_it_pec/views/partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<field name="email" position="after">
<field name="pec_mail"/>
</field>
<xpath expr="//div[contains(@class, 'oe_kanban_details')]/ul" position="inside">
<xpath expr="//div[hasclass('oe_kanban_details')]/ul" position="inside">
<li t-if="record.pec_mail.raw_value">
<a t-attf-href="mailto:#{record.pec_mail.raw_value}"><field name="pec_mail"/></a><span> (PEC)</span>
</li>
Expand Down

0 comments on commit 3e03c66

Please sign in to comment.