account-closing/account_multicurrency_revaluation/__manifest__.py

28 lines
974 B
Python
Raw Normal View History

2022-06-29 18:32:15 +00:00
# Copyright 2012-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Multicurrency revaluation",
2023-05-19 08:19:13 +00:00
"version": "2.0.1.1.0",
2022-06-29 18:32:15 +00:00
"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,
}