2014-07-04 18:42:47 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
2017-08-23 03:48:14 +02:00
|
|
|
# Copyright 2015-2017 See manifest
|
|
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
|
2014-07-04 18:42:47 +02:00
|
|
|
{
|
|
|
|
'name': "Account Move Template",
|
2017-08-23 03:48:14 +02:00
|
|
|
'version': '10.0.2.0.0',
|
2014-07-04 18:42:47 +02:00
|
|
|
'category': 'Generic Modules/Accounting',
|
|
|
|
'summary': "Templates for recurring Journal Entries",
|
2017-08-23 03:48:14 +02:00
|
|
|
'author': "Agile Business Group,Odoo Community Association (OCA), Aurium "
|
|
|
|
"Technologies,Vauxoo",
|
2017-09-04 13:47:05 +02:00
|
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
2014-07-04 18:42:47 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'depends': ['account_accountant', 'analytic'],
|
|
|
|
'data': [
|
|
|
|
'security/ir.model.access.csv',
|
2014-12-19 15:08:34 +01:00
|
|
|
'view/move_template.xml',
|
2014-12-09 16:52:37 +01:00
|
|
|
'wizard/select_template.xml',
|
2014-07-04 18:42:47 +02:00
|
|
|
],
|
|
|
|
'test': [
|
|
|
|
],
|
2017-08-23 03:48:14 +02:00
|
|
|
'installable': True,
|
2014-07-04 18:42:47 +02:00
|
|
|
}
|