Skip to content

Commit

Permalink
[IMP] remove unnecessary res.partner
Browse files Browse the repository at this point in the history
  • Loading branch information
clementmbr committed Mar 5, 2024
1 parent 38eca8d commit bef613e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion sale_import_amazon/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"data": [
# 'views/amazon_marketplace.xml',
# 'views/sale_channel.xml',
# "views/res_partner.xml",
# "views/sale_order.xml",
"security/ir.model.access.csv",
],
Expand Down
1 change: 0 additions & 1 deletion sale_import_amazon/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from . import amazon_marketplace
from . import queue_job_chunk
from . import res_partner
from . import sale_channel
from . import sale_channel_importer_amazon
from . import sale_order
12 changes: 0 additions & 12 deletions sale_import_amazon/models/res_partner.py

This file was deleted.

18 changes: 0 additions & 18 deletions sale_import_amazon/views/res_partner.xml

This file was deleted.

0 comments on commit bef613e

Please sign in to comment.