Skip to content

Commit 89c5de4

Browse files
committed
[MIG] edi_partner_oca: Migration to 18.0
1 parent 44abcd1 commit 89c5de4

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

edi_partner_oca/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"name": "EDI Partners",
77
"summary": """
88
EDI framework configuration and base logic for partners""",
9-
"version": "16.0.1.0.1",
9+
"version": "18.0.1.0.1",
1010
"license": "AGPL-3",
1111
"author": "Camptocamp,Odoo Community Association (OCA)",
1212
"website": "https://github.com/OCA/edi-framework",
1313
"depends": [
1414
"contacts",
15-
"edi_oca",
15+
"edi_core_oca",
1616
],
1717
"data": ["views/partner_views.xml"],
1818
}

edi_partner_oca/i18n/edi_partner_oca.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 16.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"

edi_partner_oca/i18n/it.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 16.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"PO-Revision-Date: 2024-07-29 08:58+0000\n"
1010
"Last-Translator: mymage <[email protected]>\n"

edi_partner_oca/views/partner_views.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
<field name="inherit_id" ref="edi_oca.view_partner_form" />
77
<field name="arch" type="xml">
88
<group name="edi_main" position="inside">
9-
<field name="edi_config" invisible="1" />
10-
<field name="edi_has_form_config" invisible="1" />
119
<field name="edi_disable_auto" />
1210
</group>
1311
<div name="button_box" position="inside">
1412
<button
1513
type="object"
1614
class="oe_stat_button"
1715
icon="fa-retweet"
18-
attrs="{'invisible': [('exchange_record_count', '=', 0)]}"
16+
invisible="exchange_record_count == 0"
1917
name="action_view_edi_records"
2018
>
2119
<field

0 commit comments

Comments
 (0)