Skip to content

Commit 662b5e0

Browse files
committed
fixup! fixup! Split edi_sale_oca input to edi_sale_input_oca
1 parent be02e49 commit 662b5e0

File tree

4 files changed

+1
-27
lines changed

4 files changed

+1
-27
lines changed

edi_sale_input_oca/tests/test_process.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def setUpClass(cls):
1515
super().setUpClass()
1616
cls._setup_env()
1717
cls.backend = cls._get_backend()
18-
cls.exc_type = cls.env.ref("edi_sale_oca.demo_edi_exc_type_order_in")
18+
cls.exc_type = cls.env.ref("edi_sale_input_oca.demo_edi_exc_type_order_in")
1919
cls.record = cls.backend.create_record(
2020
cls.exc_type.code, {"edi_exchange_state": "input_received"}
2121
)

edi_sale_oca/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from . import components
22
from . import models
3-
from . import wizard

edi_sale_oca/wizard/__init__.py

-1
This file was deleted.

edi_sale_oca/wizard/sale_order_import.py

-24
This file was deleted.

0 commit comments

Comments
 (0)