Skip to content

Commit c598e9c

Browse files
committed
[MIG] edi_mail_import_oca: Migration to 19.0
1 parent 6e70395 commit c598e9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

edi_mail_import_oca/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
{
55
"name": "Edi Mail Import Oca",
66
"summary": """Process emails as EDI exchange recordsç""",
7-
"version": "17.0.1.0.0",
7+
"version": "19.0.1.0.0",
88
"license": "AGPL-3",
99
"author": "Dixmit,Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/edi-framework",
11-
"depends": ["edi_oca", "mail"],
11+
"depends": ["edi_core_oca", "mail"],
1212
"data": [
1313
"views/edi_exchange_type.xml",
1414
],

edi_mail_import_oca/views/edi_exchange_type.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<odoo>
55
<record model="ir.ui.view" id="edi_exchange_type_view_form">
66
<field name="model">edi.exchange.type</field>
7-
<field name="inherit_id" ref="edi_oca.edi_exchange_type_view_form" />
7+
<field name="inherit_id" ref="edi_core_oca.edi_exchange_type_view_form" />
88
<field name="arch" type="xml">
99
<xpath expr="//group[@name='config']" position="after">
1010
<group invisible="direction != 'input'">

0 commit comments

Comments
 (0)