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

17 lines
520 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Documents - FSM',
'version': '1.0',
'category': 'Productivity/Documents',
'summary': 'Avoid auto-enabling the documents feature on fsm projects',
'description': """
Avoid auto-enabling the documents feature on fsm projects.
""",
'depends': ['documents_project', 'industry_fsm'],
'auto_install': True,
'license': 'OEEL-1',
'post_init_hook': '_documents_fsm_post_init'
}