Skip to content

Commit

Permalink
[MIG] connector_prestashop_catalog_manager Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelijaNorvaisaite committed Jun 26, 2024
1 parent f6229eb commit b706082
Show file tree
Hide file tree
Showing 45 changed files with 2,656 additions and 859 deletions.
1 change: 0 additions & 1 deletion connector_prestashop_catalog_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import consumer
from . import models
from . import wizards
12 changes: 9 additions & 3 deletions connector_prestashop_catalog_manager/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@

{
"name": "Prestashop-Odoo Catalog Manager",
"version": "9.0.1.0.2",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"depends": ["connector_prestashop"],
"depends": [
"connector_prestashop",
"product_categ_image",
"product_multi_image",
],
"author": "Akretion,"
"AvanzOSC,"
"Tecnativa,"
Expand All @@ -24,6 +28,8 @@
"wizards/sync_products_view.xml",
"wizards/active_deactive_products_view.xml",
"views/product_image_view.xml",
"views/product_category_view.xml",
"security/ir.model.access.csv",
],
"installable": False,
"installable": True,
}
295 changes: 0 additions & 295 deletions connector_prestashop_catalog_manager/consumer.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from . import common
from . import exporter
from . import deleter
Loading

0 comments on commit b706082

Please sign in to comment.