mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
15 lines
480 B
Python
15 lines
480 B
Python
# Copyright 2021 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Account Maturity Date Default",
|
|
"version": "15.0.1.0.1",
|
|
"category": "Accounting",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"license": "AGPL-3",
|
|
"depends": ["account"],
|
|
"data": [],
|
|
"installable": True,
|
|
"maintainers": ["victoralmau"],
|
|
}
|