añadido addon desde la tienda de apps de Odoo. Imal-Tech
This commit is contained in:
parent
40d7d88038
commit
f0e0ce3d07
26 changed files with 631 additions and 0 deletions
22
default_product_image/__manifest__.py
Executable file
22
default_product_image/__manifest__.py
Executable file
|
@ -0,0 +1,22 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Default Product Image',
|
||||
'description': """
|
||||
This module will help you to add default image to products with no images.
|
||||
""",
|
||||
'summary': 'Module to help you add default image to products',
|
||||
'author': 'Imal-Tech',
|
||||
'website': 'https://www.imal-tech.com',
|
||||
'maintainer': 'Imal-Tech',
|
||||
'category': 'Sales',
|
||||
'version': '16.0.1.0.0',
|
||||
'depends': ['base', 'sale_management'],
|
||||
'data': [
|
||||
'views/res_config_views.xml',
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
'images': ['static/description/banner.gif'],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue