Skip to content

Commit

Permalink
fixup! fixup! Split edi_sale_oca input to edi_sale_input_oca
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Nov 28, 2024
1 parent be02e49 commit 662b5e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion edi_sale_input_oca/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setUpClass(cls):
super().setUpClass()
cls._setup_env()
cls.backend = cls._get_backend()
cls.exc_type = cls.env.ref("edi_sale_oca.demo_edi_exc_type_order_in")
cls.exc_type = cls.env.ref("edi_sale_input_oca.demo_edi_exc_type_order_in")
cls.record = cls.backend.create_record(
cls.exc_type.code, {"edi_exchange_state": "input_received"}
)
Expand Down
1 change: 0 additions & 1 deletion edi_sale_oca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from . import components
from . import models
from . import wizard
1 change: 0 additions & 1 deletion edi_sale_oca/wizard/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions edi_sale_oca/wizard/sale_order_import.py

This file was deleted.

0 comments on commit 662b5e0

Please sign in to comment.