Skip to content

Commit

Permalink
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 d572be9 commit be02e49
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions edi_sale_input_oca/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bot please :)
1 change: 0 additions & 1 deletion edi_sale_input_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
2 changes: 1 addition & 1 deletion edi_sale_input_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"maintainers": ["simahawk"],
"website": "https://github.com/OCA/edi",
"depends": [
"edi_oca",
"edi_sale_oca",
"edi_record_metadata_oca",
"sale_order_import",
],
Expand Down
1 change: 1 addition & 0 deletions edi_sale_oca/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bot please :)
1 change: 1 addition & 0 deletions edi_sale_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"depends": [
"edi_oca",
"edi_record_metadata_oca",
"sale",
],
"data": [
"views/res_partner.xml",
Expand Down

0 comments on commit be02e49

Please sign in to comment.