Files
account-financial-tools/account_move_line_used_currency/__manifest__.py
2022-11-02 14:16:54 +05:30

15 lines
530 B
Python

# Copyright 2021 ForgeFlow, S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Account Move Line Amount Currency",
"version": "14.0.1.0.0",
"website": "https://github.com/OCA/account-financial-tools",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Accounts",
"license": "LGPL-3",
"depends": ["account"],
"data": ["views/account_move_line_view.xml", "views/account_move_view.xml"],
"pre_init_hook": "pre_init_hook",
"installable": True,
}