mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
17 lines
463 B
Python
17 lines
463 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2009-2018 Noviat.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Financial asset management - method Number & End',
|
|
'version': '10.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author': "Noviat,Odoo Community Association (OCA)",
|
|
'website': 'http://www.noviat.com',
|
|
'category': 'Accounting & Finance',
|
|
'depends': [
|
|
'account_asset_management',
|
|
],
|
|
'installable': True,
|
|
}
|