Product Image Gallery

product_images_olbs
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/6.1/product_images_olbs
VERSION
VERSION 6.1.1
CATEGORY
CATEGORYAdded functionality - Product Extension
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sharoon Thomas, Open Labs Business Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sharoon Thomas, Open Labs Business Solutions
COMMITTERS
COMMITTERSAlexis de Lattre, Alexandre Fayolle, sebastien beau, Sandy Carter, Alexandre Fayolle @ camptocamp, Sébastien Beau
WEBSITE
WEBSITEhttp://openlabs.co.in/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_sequence
odoo/odoo:
    - product
    - base
    - process
    - decimal_precision
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This Module implements an Image Gallery for products.
    You can add images against every product.

    This module is generic but built for Magento ERP connector and
    the upcoming e-commerce system for Open ERP by Open Labs
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_company_form_product_images res.company.form.inherit res.company notebook Inherits base.view_company_form
view_product_form_img_inh product.product.images product.product xpath Inherits product.product_normal_form_view
view_product_image_form product.images.form product.images form New
view_product_image_tree product.images.tree product.images tree New
Models touched (2)

New fields (0)

No new fields.

Public methods (4)
  • copy(self, cr, uid, id, default=None, context=None)
  • create_image_from_url(self, cr, uid, id, url, image_name=None, context=None)
  • get_main_image(self, cr, uid, id, context=None)
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

Public methods (1)
  • get_local_media_repository(self, cr, uid, id=None, context=None)