mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 13:42:06 +00:00
28 lines
974 B
Python
28 lines
974 B
Python
# Copyright 2012-2018 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Multicurrency revaluation",
|
|
"version": "2.0.1.1.0",
|
|
"category": "Finance",
|
|
"summary": "Manage revaluation for multicurrency environment",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/account-closing",
|
|
"license": "AGPL-3",
|
|
"depends": ["account"],
|
|
"demo": ["demo/account_demo.xml", "demo/currency_demo.xml"],
|
|
"data": [
|
|
"views/res_config_view.xml",
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/account_view.xml",
|
|
"views/account_move_views.xml",
|
|
"wizard/print_currency_unrealized_report_view.xml",
|
|
"wizard/wizard_currency_revaluation_view.xml",
|
|
"report/assets.xml",
|
|
"report/report.xml",
|
|
"report/unrealized_currency_gain_loss.xml",
|
|
],
|
|
"installable": True,
|
|
}
|