Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC

This commit is contained in:
CI Publish Bot
2026-05-10 21:19:11 +00:00
commit cbf9e6e6d6
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# -*- coding: utf-8 -*-
{
'name': "mklab_dms_document",
'summary': """
Работа с входящими и исходящими документами и их хранение""",
'description': """
Работа с входящими и исходящими документами и их хранение
""",
'author': "MK.Lab",
'website': "http://www.inf-centre.ru",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Uncategorized',
'version': '13.20230927',
# any module necessary for this one to work correctly
'depends': ['base','dms', 'utm', 'base_tier_validation'],
# always loaded
'data': [
'security/ir.model.access.csv',
'data/data.xml',
'views/views.xml',
'views/report.xml',
],
'demo': [
'demo/demo.xml',
],
}