Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
6.1.1
Category
Added functionality - Product Extension
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://openlabs.co.in/
Last tracking update
2026-08-07 06:51:51
Authors
Odoo Community Association (OCA), Sharoon Thomas, Open Labs Business Solutions
Maintainers
Odoo Community Association (OCA), Sharoon Thomas, Open Labs Business Solutions
Committers
sebastien beau, Alexis de Lattre, Alexandre Fayolle, Sandy Carter, Alexandre Fayolle @ camptocamp, Sébastien Beau
Odoo dependencies
OCA/product-attribute:
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
product_icecat, product_images_sync
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 form Inherits base.view_company_form
view_product_form_img_inh product.product.images product.product form 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)