añadido addon desde la tienda de apps de Odoo. Imal-Tech

This commit is contained in:
snt 2024-09-08 16:01:48 +02:00
parent 40d7d88038
commit f0e0ce3d07
26 changed files with 631 additions and 0 deletions

View 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,
}