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
Python dependencies
bs4, freezegun, html2text, prestapyt, vcr, requests, cachetools
System dependencies
None
Required by
connector_prestashop_manufacturer
Description

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
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_status Boolean
    help='Check this option to force active product in prestashop' string='Force Status'
Public methods (2)
  • active_products(self)
    @api.multi
  • deactive_products(self)
    @api.multi

New fields (1)
  • front_image Boolean
    string='Front image'
Public methods (0)

No public methods.

New fields (2)
  • backend_id Many2one → prestashop.backend
    comodel_name='prestashop.backend' default=_default_backend string='Backend'
  • shop_id Many2one → prestashop.shop
    comodel_name='prestashop.shop' default=_default_shop string='Default Shop'
Public methods (4)
  • 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_quantity Integer
    default=1 help='Minimal Sale quantity' string='Minimal Quantity'
Public methods (0)

No public methods.

New fields (10)
  • additional_shipping_cost Float
    digits_compute=dp.get_precision('Product Price') help='Additionnal Shipping Price for the product on Prestashop' string='Additional Shipping Price'
  • available_date Date
    string='Available Date'
  • available_later Char
    string='Available Later' translate=True
  • available_now Char
    string='Available Now' translate=True
  • meta_description Char
    string='Meta Description' translate=True
  • meta_keywords Char
    string='Meta Keywords' translate=True
  • meta_title Char
    string='Meta Title' translate=True
  • minimal_quantity Integer
    default=1 help='Minimal Sale quantity' string='Minimal Quantity'
  • online_only Boolean
    string='Online Only'
  • tags Char
    string='Tags' translate=True
Public methods (0)

No public methods.

New fields (2)
  • backend_id Many2one → prestashop.backend
    comodel_name='prestashop.backend' default=_default_backend string='Backend'
  • shop_id Many2one → prestashop.shop
    comodel_name='prestashop.shop' default=_default_shop string='Shop'
Public methods (1)
  • export_categories(self)
    @api.multi

Loading…

Loading…