1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_in_documents/__manifest__.py
2024-12-10 09:04:09 +07:00

22 lines
567 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'India - Documents',
'countries': ['in'],
'version': '1.0',
'description': """
Demo Documents for India
========================
This is help to show case the documents OCR for India.
""",
'category': 'Productivity/Documents',
'depends': ['l10n_in', 'documents'],
'demo': [
'demo/documents_document_demo.xml',
],
'auto_install': ['l10n_in', 'documents'],
'installable': True,
'license': 'OEEL-1',
}