TIP: You can type at any time to perform a new search.
Prestashop-Odoo Catalog Manager
connector_prestashop_catalog_manager · OCA/connector-prestashop
- Repository
- OCA/connector-prestashop · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Connector
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/connector-prestashop
- Last tracking update
- 2026-08-07 07:17:53
- Authors
- Akretion, Odoo Community Association (OCA), AvanzOSC, Camptocamp SA, Tecnativa
- Maintainers
- Akretion, Odoo Community Association (OCA), AvanzOSC, Camptocamp SA, Tecnativa
- Committers
- Pedro M. Baeza
- Odoo dependencies
-
OCA/bank-payment:OCA/connector:OCA/connector-ecommerce:OCA/connector-prestashop:OCA/product-attribute:OCA/product-variant:OCA/queue:OCA/sale-workflow:OCA/server-tools:OCA/stock-logistics-warehouse:odoo/odoo:- account- base- web- product- mail- bus- web_tour- report- analytic- base_vat- sale- stock- barcodes- delivery- purchase
- Python dependencies
- bs4, freezegun, html2text, prestapyt, vcr, requests, cachetools
- System dependencies
- None
- Required by
- connector_prestashop_manufacturer
- Description
Code Analysis ⓘ
Views touched (11)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
active_product_form |
active.product.form | active.deactive.products | form | New |
deactive_product_form |
deactive.product.form | active.deactive.products | form | New |
export_category_form |
wiz.prestashop.export.category.form | wiz.prestashop.export.category | form | New |
export_multiple_products_form |
export.multiple.products.form | export.multiple.products | form | New |
export_variant_stock_form |
export.variant.stock.form | export.multiple.products | form | New |
prestashop_product_image_form |
connector_prestashop.product.image.form | base_multi_image.image | form | Inherits base_multi_image.image_form_view |
prestashop_product_product_form |
connector_prestashop.product.template.form | prestashop.product.template | form | Inherits connector_prestashop.product_connector_presta_form_view |
product_attribute_connector_presta_form_view |
prestashop.product.combination.option | form | New | |
product_attribute_connector_presta_tree_view |
prestashop.product.combination.option | tree | New | |
product_attribute_form_view |
product.attribute.form | product.attribute | form | New |
sync_products_form |
sync.products.form | sync.products | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (1)
-
force_statusBooleanhelp='Check this option to force active product in prestashop'string='Force Status'
-
active_products(self)@api.multi -
deactive_products(self)@api.multi
New fields (1)
-
front_imageBooleanstring='Front image'
No public methods.
New fields (2)
-
backend_idMany2one → prestashop.backendcomodel_name='prestashop.backend'default=_default_backendstring='Backend' -
shop_idMany2one → prestashop.shopcomodel_name='prestashop.shop'default=_default_shopstring='Default Shop'
-
create_prestashop_template(self, product)@api.multi -
export_products(self)@api.multi -
export_variant_stock(self)@api.multi -
set_category(self)@api.multi
New fields (1)
-
minimal_quantityIntegerdefault=1help='Minimal Sale quantity'string='Minimal Quantity'
No public methods.
New fields (10)
-
additional_shipping_costFloatdigits_compute=dp.get_precision('Product Price')help='Additionnal Shipping Price for the product on Prestashop'string='Additional Shipping Price' -
available_dateDatestring='Available Date' -
available_laterCharstring='Available Later'translate=True -
available_nowCharstring='Available Now'translate=True -
meta_descriptionCharstring='Meta Description'translate=True -
meta_keywordsCharstring='Meta Keywords'translate=True -
meta_titleCharstring='Meta Title'translate=True -
minimal_quantityIntegerdefault=1help='Minimal Sale quantity'string='Minimal Quantity' -
online_onlyBooleanstring='Online Only' -
tagsCharstring='Tags'translate=True
No public methods.
New fields (2)
-
backend_idMany2one → prestashop.backendcomodel_name='prestashop.backend'default=_default_backendstring='Backend' -
shop_idMany2one → prestashop.shopcomodel_name='prestashop.shop'default=_default_shopstring='Shop'
-
export_categories(self)@api.multi
Loading…
Loading…