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

21 lines
559 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Documents Project Sign',
'version': '1.0',
'category': 'Productivity/Documents',
'summary': 'Sign documents attached to tasks',
'description': """
Adds an action to sign documents attached to tasks.
""",
'website': ' ',
'depends': ['documents_project', 'documents_sign'],
'data': [
'data/documents_workflow_rule_data.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}