Skip to content

Commit

Permalink
[MIG] edi_partner_oca: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardoalso committed Jan 16, 2025
1 parent 87830c6 commit a1bd75a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion edi_partner_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "EDI Partners",
"summary": """
EDI framework configuration and base logic for partners""",
"version": "16.0.1.0.1",
"version": "18.0.1.0.1",
"license": "AGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi-framework",
Expand Down
2 changes: 1 addition & 1 deletion edi_partner_oca/i18n/edi_partner_oca.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion edi_partner_oca/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-07-29 08:58+0000\n"
"Last-Translator: mymage <[email protected]>\n"
Expand Down
4 changes: 1 addition & 3 deletions edi_partner_oca/views/partner_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
<field name="inherit_id" ref="edi_oca.view_partner_form" />
<field name="arch" type="xml">
<group name="edi_main" position="inside">
<field name="edi_config" invisible="1" />
<field name="edi_has_form_config" invisible="1" />
<field name="edi_disable_auto" />
</group>
<div name="button_box" position="inside">
<button
type="object"
class="oe_stat_button"
icon="fa-retweet"
attrs="{'invisible': [('exchange_record_count', '=', 0)]}"
invisible="exchange_record_count == 0"
name="action_view_edi_records"
>
<field
Expand Down

0 comments on commit a1bd75a

Please sign in to comment.