Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hepsiburada_integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import models
from . import wizards
6 changes: 6 additions & 0 deletions hepsiburada_integration/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"delivery_integration_base",
"delivery_state",
"sale_exception",
"marketplace_integration_base",
],
"data": [
# Security
Expand All @@ -35,6 +36,11 @@
"views/hepsiburada_question_views.xml",
"views/hepsiburada_claim_views.xml",
"views/sale_order_views.xml",
"views/hepsiburada_product_binding_views.xml",
"views/hepsiburada_category_views.xml",
"views/hepsiburada_brand_views.xml",
"views/hepsiburada_batch_request_views.xml",
"wizards/batch_export_wizard_views.xml",
"views/menus.xml",
],
"installable": True,
Expand Down
Loading
Loading