mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
17 lines
619 B
Python
17 lines
619 B
Python
# Copyright 2010-2014 Camptocamp - Vincent Renaville
|
|
# Copyright 2016 Tecnativa - Vicent Cubells
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Balance on journal items",
|
|
"summary": "Display balance totals in move line view",
|
|
"version": "14.0.1.1.0",
|
|
"category": "Accounting",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"author": "Camptocamp," "Tecnativa," "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["account"],
|
|
"data": ["views/account_move_line_view.xml"],
|
|
}
|