Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
0.2
Category
Generic Modules
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://openlabs.co.in/
Last tracking update
2026-08-07 06:56:11
Authors
Akretion, Odoo Community Association (OCA), Sharoon Thomas, Open Labs Business Solutions
Maintainers
Akretion, Odoo Community Association (OCA), Sharoon Thomas, Open Labs Business Solutions
Committers
sebastien beau, Guewen Baconnier, Alexandre Fayolle, Renato Lima, Rudolf Schnapka, Arthur Vuillard
Odoo dependencies
OCA/product-attribute:
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
magentoerpconnect_catalog, prestashoperpconnect
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 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)