Skip to content

Commit

Permalink
[MIG] account_statement_import_online_ponto: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTessera committed Nov 15, 2024
1 parent 71b98fc commit e15637a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_statement_import_online_ponto/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Online Bank Statements: MyPonto.com",
"version": "16.0.1.1.1",
"version": "17.0.1.1.1",
"category": "Account",
"website": "https://github.com/OCA/bank-statement-import",
"author": "Florent de Labarre, Therp BV, Odoo Community Association (OCA)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<group
name="ponto"
string="Ponto Config"
attrs="{'invisible':[('service','!=','ponto')]}"
invisible="service != 'ponto'"
>
<field name="username" string="Login" />
<field name="password" string="Secret Key" />
Expand Down

0 comments on commit e15637a

Please sign in to comment.