Public release from ruodoo-project: 19.0 - 2026-09-20 21:17:41 UTC

This commit is contained in:
CI Publish Bot
2026-09-20 21:17:50 +00:00
commit ebd298dbf0
1234 changed files with 187334 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# -*- 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',
'license': 'LGPL-3',
# 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',
],
}