Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
19
account_bank_statement_1c_import/__manifest__.py
Normal file
19
account_bank_statement_1c_import/__manifest__.py
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
'name': 'Account Bank Statement 1C Import',
|
||||
'category': 'Accounting',
|
||||
'version': '19.0.0.1',
|
||||
'author': 'MK.Lab',
|
||||
'website': 'https://inf-centre.ru/',
|
||||
'depends': [
|
||||
'account',
|
||||
'l10n_ru_doc',
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/invoice_import_wizard.xml',
|
||||
'views/account_journal_wizard_action.xml',
|
||||
'views/account_journal_dashboard_inherit.xml',
|
||||
'views/account_journal_settings.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user