Files
account-financial-tools/account_maturity_date_default/__manifest__.py
Víctor Martínez a5034968b7 [IMP] account_maturity_date_default: Define the maturity date of the entries when updating the journal entry date.
[UPD] Update account_maturity_date_default.pot

account_maturity_date_default 13.0.2.0.0
2022-07-29 08:55:20 +02:00

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": "13.0.2.0.0",
"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"],
}