| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/7.0/product_images |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Sharoon Thomas, Open Labs Business Solutions |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Sharoon Thomas, Open Labs Business Solutions |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Alexandre Fayolle, sebastien beau, Renato Lima, Rudolf Schnapka, Arthur Vuillard |
| WEBSITE | |
| WEBSITE | http://openlabs.co.in/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_sequence odoo/odoo: - product - base - process - web - decimal_precision - 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
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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)
No new fields.
Public methods (1)get_local_media_repository(self, cr, uid, id=None, context=None)