Skip to content

Commit

Permalink
[MIG] edi_exchange_deduplicate_oca: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvioC2C committed Dec 11, 2024
1 parent eb33020 commit 01ee2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edi_exchange_deduplicate_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Edi Exchange Deduplicate OCA",
"summary": """
Introduce a deduplication mechanism at the sending step""",
"version": "16.0.1.1.0",
"version": "17.0.1.0.0",
"license": "LGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainers": ["simahawk", "etobella"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="deduplicate_on_send" />
<field
name="delete_obsolete_records"
attrs="{'invisible': [('deduplicate_on_send', '=', False)]}"
invisible="not deduplicate_on_send"
/>
</field>
</field>
Expand Down

0 comments on commit 01ee2a9

Please sign in to comment.