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