Base sale multichannels - Export products

base_sale_export_product
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/6.1/base_sale_export_product
VERSION
VERSION 6.1.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSBenoit Guillot, Alexis de Lattre, Alexandre Fayolle, sebastien beau, Sébastien Beau
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_multichannels
    - sale_automatic_workflow
    - sale_quick_payment
    - sale_exceptions
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
This module contains a wizard to export one or several products "manually" to an external shop such as a Magento shop, a PrestaShop boutique, Amazon or eBay.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_export_wizard_view product.export.wizard.view product.export.wizard form New
Models touched (1)

New fields (0)

No new fields.

Public methods (5)
  • export(self, cr, uid, id, options, context=None)
  • export_all(self, cr, uid, id, context=None)
  • export_image(self, cr, uid, id, context=None)
  • export_inventory(self, cr, uid, id, context=None)
  • export_product(self, cr, uid, id, context=None)