2017-08-23 03:48:14 +02:00
|
|
|
# Copyright 2015-2017 See manifest
|
2018-03-05 20:31:53 +01:00
|
|
|
# Copyright 2018 Raf Ven <raf.ven@dynapps.be>
|
2017-08-23 03:48:14 +02:00
|
|
|
# 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",
|
2018-03-05 20:31:53 +01:00
|
|
|
'version': '11.0.1.0.0',
|
2014-07-04 18:42:47 +02:00
|
|
|
'category': 'Generic Modules/Accounting',
|
|
|
|
'summary': "Templates for recurring Journal Entries",
|
2018-10-31 13:03:41 +01:00
|
|
|
'author': "Agile Business Group, Odoo Community Association (OCA), Aurium "
|
|
|
|
"Technologies, Vauxoo, Eficent",
|
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',
|
2018-03-05 20:31:53 +01:00
|
|
|
'depends': [
|
|
|
|
'account',
|
|
|
|
'analytic',
|
|
|
|
],
|
2014-07-04 18:42:47 +02:00
|
|
|
'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',
|
2018-10-31 13:03:41 +01:00
|
|
|
'security/account_move_template_security.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
|
|
|
}
|