2018-08-05 20:33:56 +02:00
|
|
|
# Copyright 2009-2018 Noviat
|
2019-08-12 11:42:21 +02:00
|
|
|
# Copyright 2019 Tecnativa - Pedro M. Baeza
|
2018-08-05 20:33:56 +02:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Assets Management',
|
2019-08-12 11:42:21 +02:00
|
|
|
'version': '12.0.1.0.1',
|
2018-08-05 20:33:56 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'depends': [
|
2019-06-20 19:19:51 +02:00
|
|
|
'account',
|
2018-08-05 20:33:56 +02:00
|
|
|
],
|
2018-10-31 17:05:24 +01:00
|
|
|
'excludes': ['account_asset'],
|
2018-08-05 20:33:56 +02:00
|
|
|
'author': "Noviat,Odoo Community Association (OCA)",
|
2018-10-01 11:57:07 +02:00
|
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
2018-08-05 20:33:56 +02:00
|
|
|
'category': 'Accounting & Finance',
|
|
|
|
'data': [
|
|
|
|
'security/account_asset_security.xml',
|
|
|
|
'security/ir.model.access.csv',
|
|
|
|
'wizard/account_asset_compute.xml',
|
|
|
|
'wizard/account_asset_remove.xml',
|
|
|
|
'views/account_account.xml',
|
|
|
|
'views/account_asset.xml',
|
|
|
|
'views/account_asset_profile.xml',
|
2018-10-01 11:57:07 +02:00
|
|
|
'views/res_config_settings.xml',
|
2018-08-05 20:33:56 +02:00
|
|
|
'views/account_invoice.xml',
|
|
|
|
'views/account_invoice_line.xml',
|
|
|
|
'views/account_move.xml',
|
|
|
|
'views/account_move_line.xml',
|
|
|
|
'views/menuitem.xml',
|
|
|
|
],
|
|
|
|
}
|