Product Image Gallery

product_images
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/7.0/product_images
VERSION
VERSION 0.2
CATEGORY
CATEGORYGeneric Modules
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Sharoon Thomas, Open Labs Business Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Sharoon Thomas, Open Labs Business Solutions
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, sebastien beau, Renato Lima, Rudolf Schnapka, Arthur Vuillard
WEBSITE
WEBSITEhttp://openlabs.co.in/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_sequence
odoo/odoo:
    - product
    - base
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
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 to 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 xpath 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)