mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
20 lines
640 B
Python
20 lines
640 B
Python
# Copyright (C) 2020 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "No Default Account",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"maintainers": ["dreispt"],
|
|
"summary": "Remove default expense account for vendor bills journal",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"license": "AGPL-3",
|
|
"depends": ["account"],
|
|
"category": "Accounting/Accounting",
|
|
"data": [
|
|
"views/account_journal_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|