Skip to content

Commit

Permalink
[MIG] edi_exchange_template_party_data: Migrate to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Sep 15, 2023
1 parent f9e479c commit a4c7f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edi_exchange_template_party_data/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "EDI Exchange Template - Party data",
"summary": """Glue module betweeb edi_exchange_template and edi_party_data""",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"development_status": "Alpha",
"license": "AGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
Expand Down
3 changes: 2 additions & 1 deletion edi_exchange_template_party_data/tests/test_output_tmpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class TestEDIBackendOutputBase(EDIBackendCommonComponentTestCase):
@classmethod
def _setup_records(cls):
super()._setup_records()
result = super()._setup_records()
model = cls.env["edi.exchange.template.output"]
cls.type_out2 = cls._create_exchange_type(
name="Template output 2",
Expand Down Expand Up @@ -54,6 +54,7 @@ def _setup_records(cls):
"type_id": cls.type_out2.id,
}
cls.record2 = cls.backend.create_record("test_type_out2", vals)
return result


class TestEDIBackendOutput(TestEDIBackendOutputBase):
Expand Down

0 comments on commit a4c7f03

Please sign in to comment.