mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
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
26 lines
736 B
Python
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
|
|
}
|