Odoo18-Base/addons/l10n_gcc_invoice_stock_account/__manifest__.py
2025-01-06 10:57:38 +07:00

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