mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Update documentation Don't duplicate labels between name of account.move.line and ref of account.move, now that name of account.move.line is not required any more.
29 lines
1.0 KiB
Python
29 lines
1.0 KiB
Python
# Copyright 2012-2020 Akretion France (http://www.akretion.com/)
|
|
# @author: Benoît GUILLOT <benoit.guillot@akretion.com>
|
|
# @author: Chafique DELLI <chafique.delli@akretion.com>
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# Copyright 2018-2020 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Account Check Deposit",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Accounting",
|
|
"license": "AGPL-3",
|
|
"summary": "Manage deposit of checks to the bank",
|
|
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"depends": ["account"],
|
|
"development_status": "Mature",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/check_deposit_security.xml",
|
|
"data/sequence.xml",
|
|
"views/account_check_deposit_view.xml",
|
|
"views/account_move_line_view.xml",
|
|
"report/report.xml",
|
|
"report/report_checkdeposit.xml",
|
|
],
|
|
"installable": True,
|
|
}
|