Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
30
tests/__manifest__.py
Normal file
30
tests/__manifest__.py
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
'name': 'DOB Tests',
|
||||
'version': '19.0.1.0.0',
|
||||
'author': 'Mk.Lab',
|
||||
'description': 'Central test suite for all custom DOB modules.',
|
||||
'depends': [
|
||||
'account_bank_statement_1c_import',
|
||||
'account_move_templates',
|
||||
'account_move_templates_invoice',
|
||||
'base_tier_validation',
|
||||
'base_user_role',
|
||||
'docx_report',
|
||||
'docx_report_generation',
|
||||
'ir_rule_protected',
|
||||
'l10n_ru_advance_payments',
|
||||
'l10n_ru_attorney',
|
||||
'l10n_ru_contract',
|
||||
'l10n_ru_contract_account',
|
||||
'l10n_ru_contract_sale',
|
||||
'l10n_ru_doc',
|
||||
'l10n_ru_upd_xml',
|
||||
'mklab_base_indicators',
|
||||
'mklab_dms_document',
|
||||
'mklab_project_task_indicators',
|
||||
'access_apps',
|
||||
'ir_rule_protected',
|
||||
],
|
||||
'installable': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Reference in New Issue
Block a user