Repository
OCA/connector-prestashop · module folder · Try on Runboat
Module version
1.0.0
Category
Connector
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://odoo-community.org/
Last tracking update
2026-08-07 07:17:53
Authors
Tecnativa, Camptocamp SA Odoo Community Association (OCA)
Maintainers
Tecnativa, Camptocamp SA Odoo Community Association (OCA)
Committers
Pedro M. Baeza
Odoo dependencies
Python dependencies
bs4, freezegun, html2text, prestapyt, vcr, requests, cachetools
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_template_manufacturer_form_view product.template.manufacturer.form product.template form Inherits product_manufacturer.product_template_manufacturer_form_view
view_partner_form res.partner.form res.partner form Inherits connector_prestashop.view_partner_form
view_prestashop_backend_form prestashop.backend.form prestashop.backend form Inherits connector_prestashop.view_prestashop_backend_form
view_prestashop_manufacturer_address_form prestashop.manufacturer.address.form prestashop.manufacturer.address form New
view_prestashop_manufacturer_address_tree prestashop.manufacturer.address.tree prestashop.manufacturer.address tree New
view_prestashop_manufacturer_form prestashop.manufacturer.form prestashop.manufacturer form New
view_prestashop_manufacturer_tree prestashop.manufacturer.tree prestashop.manufacturer tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • import_manufacturers_since Datetime
    args: 'Import Manufacturers since'
Public methods (1)
  • import_manufacturers(self)
    @api.multi

New fields (5)
  • active_ext Boolean
    string='Active in PrestaShop'
  • backend_id Many2one → prestashop.backend
    comodel_name='prestashop.backend' readonly=True string='PrestaShop Backend'
  • id_reference Integer
    help="In PrestaShop, carriers can be copied with the same 'Reference ID' (only the last copied carrier will be synchronized with the ERP)" string='Reference ID'
  • name_ext Char
    string='Name in PrestaShop'
  • odoo_id Many2one → res.partner
    comodel_name='res.partner' oldname='openerp_id' ondelete='cascade' required=True string='Partner'
Public methods (0)

No public methods.

New fields (3)
  • backend_id Many2one → prestashop.backend
    comodel_name='prestashop.backend' readonly=True related='prestashop_partner_id.backend_id' store=True string='PrestaShop Backend'
  • odoo_id Many2one → res.partner
    comodel_name='res.partner' oldname='openerp_id' ondelete='cascade' required=True string='Partner'
  • prestashop_partner_id Many2one → prestashop.manufacturer
    comodel_name='prestashop.manufacturer' ondelete='cascade' required=True string='PrestaShop Manufacturer'
Public methods (0)

No public methods.

New fields (2)
  • prestashop_manufacturer_address_bind_ids One2many → prestashop.manufacturer.address
    comodel_name='prestashop.manufacturer.address' inverse_name='odoo_id' string='PrestaShop Manufacturer Address Binding'
  • prestashop_manufacturer_bind_ids One2many → prestashop.manufacturer
    comodel_name='prestashop.manufacturer' inverse_name='odoo_id' string='PrestaShop Manufacturer Binding'
Public methods (0)

No public methods.

Loading…