__manifest__.py 774 Bytes
# -*- coding: utf-8 -*-
{
    'name': "hgt_mercadolibre",

    'summary': """
      hgt_mercadolibre """,

    'description': """
       hgt_mercadolibre
    """,

    'author': 'HGT',

    # Categories can be used to filter modules in modules listing
    # Check https://github.com/odoo/odoo/blob/master/odoo/addons/base/module/module_data.xml
    # for the full list
    'category': '',
    'version': '0.00.00.21',

    # any module necessary for this one to work correctly
    'depends': ['base',
    'hgt_dispositivos',
    ],

    # always loaded
    'data': [
        'security/ir.model.access.csv',
        'views/mercadolibre_vista.xml',
        'views/menu_vista.xml',
    ],
    # only loaded in demonstration mode
    'demo': [
        #'demo/demo.xml',
    ],
}