Files
account-financial-tools/currency_rate_update/__openerp__.py
Дмитро Катюха 5e9a0b43f3 [REF] currency_rate_update: refactoring related to PR #318
Conflicts:
	currency_rate_update/services/__init__.py
	currency_rate_update/services/currency_getter.py
	currency_rate_update/services/update_service_CA_BOC.py
	currency_rate_update/services/update_service_CH_ADMIN.py
	currency_rate_update/services/update_service_ECB.py
	currency_rate_update/services/update_service_PL_NBP.py
	currency_rate_update/services/update_service_RO_BNR.py
2016-05-04 17:28:05 +02:00

26 lines
736 B
Python

# -*- coding: utf-8 -*-
# © 2008-2016 Camptocamp
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Currency Rate Update",
"version": "9.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": "http://camptocamp.com",
"license": "AGPL-3",
"category": "Financial Management/Configuration",
"depends": [
"base",
"account", # Added to ensure account security groups are present
],
"data": [
"view/service_cron_data.xml",
"view/currency_rate_update.xml",
"view/company_view.xml",
"security/rule.xml",
"security/ir.model.access.csv",
],
"images": [],
"demo": [],
'installable': True
}