Skip to content

Commit

Permalink
[MIG] edi_webservice: migration to V12
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Nov 22, 2024
1 parent 621e6a8 commit 3beefce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions edi_webservice/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"name": "Edi WebService",
"summary": """
Defines webservice integration from EDI Exchange records""",
"version": "13.0.1.2.2",
"version": "12.0.1.0.0",
"license": "AGPL-3",
"development_status": "Beta",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"depends": ["edi", "webservice"],
"depends": ["edi_oca", "webservice"],
"data": ["views/edi_backend.xml", "security/ir.model.access.csv"],
}
2 changes: 1 addition & 1 deletion edi_webservice/tests/test_edi_webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# @author: Enric Tobella
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.addons.edi.tests.common import EDIBackendCommonTestCase
from odoo.addons.edi_oca.tests.common import EDIBackendCommonTestCase


class TestEdiWebService(EDIBackendCommonTestCase):
Expand Down
2 changes: 1 addition & 1 deletion edi_webservice/views/edi_backend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<odoo>
<record id="edi_backend_view_form" model="ir.ui.view">
<field name="model">edi.backend</field>
<field name="inherit_id" ref="edi.edi_backend_view_form" />
<field name="inherit_id" ref="edi_oca.edi_backend_view_form" />
<field name="arch" type="xml">
<notebook position="inside">
<page name="webservice_config" string="Webservice">
Expand Down

0 comments on commit 3beefce

Please sign in to comment.