20 lines
507 B
Python
20 lines
507 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': "Gulf Cooperation Council WMS Accounting",
|
|
'version': '1.0',
|
|
'description': """
|
|
Arabic/English for GCC + lot/SN numbers
|
|
""",
|
|
'website': "https://www.odoo.com",
|
|
'category': 'Accounting/Localizations',
|
|
|
|
'depends': ['l10n_gcc_invoice', 'stock_account'],
|
|
|
|
'data': [
|
|
'views/report_invoice.xml',
|
|
],
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|