[IMP] After invoice onshipping it should show all the created invoices
[odoo/odoo.git] / addons / base_import_module / __openerp__.py
1 {
2     'name': 'Base import module',
3     'description': """
4 Import a custom data module
5 ===========================
6
7 This module allows authorized users to import a custom data module (.xml files and static assests)
8 for customization purpose.
9 """,
10     'category': 'Uncategorized',
11     'website': 'https://www.odoo.com',
12     'author': 'OpenERP SA',
13     'depends': ['web'],
14     'installable': True,
15     'auto_install': False,
16     'data': ['views/base_import_module.xml'],
17     'qweb': [],
18     'test': [],
19 }