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

23 lines
645 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Documents - Expense',
'version': '1.0',
'category': 'Productivity/Documents',
'summary': 'Store expense documents in the Document app',
'description': """
Expense documents will be automatically integrated to the Document app.
""",
'depends': ['documents', 'hr_expense_extract'],
'data': [
'data/documents_workflow_rule_data.xml',
'views/hr_expense_views.xml',
],
'demo': [
'demo/documents_document_demo.xml',
],
'auto_install': True,
'license': 'OEEL-1',
}