product_links_sync

product_links_sync
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/6.1/product_links_sync
VERSION
VERSION 6.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSBenoit Guillot, Alexandre Fayolle, sebastien beau, Alexandre Fayolle @ camptocamp
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/e-commerce:
    - base_sale_export_product
    - base_sale_multichannels
    - sale_automatic_workflow
    - sale_quick_payment
    - sale_exceptions
    - product_links
odoo/odoo:
    - sale
    - stock
    - product
    - base
    - process
    - decimal_precision
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - procurement
    - account_voucher
    - delivery
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
        Abstract Module that add generic method to syncronise product link from the sale shop
        This module is used in magentoerpconnect and will be use soon in other e-commmerce
        connector.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_shop_view_form product_link_sync.sale_shop.view_form sale.shop field Inherits sale.view_shop_form
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

Public methods (3)
  • create(self, cr, uid, vals, context=None)
  • get_field_to_export(self, cr, uid, ids, mapping, mapping_id, context=None)
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

Public methods (1)
  • export_catalog(self, cr, uid, ids, context=None)