forked from OCA/account-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
24 lines (23 loc) · 913 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2013-2016 Camptocamp SA (Yannick Vaucher)
# Copyright 2015-2020 Akretion - Alexis de Lattre <[email protected]>
# Copyright 2016-2021 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Payment Term Extension",
"version": "14.0.1.0.3",
"category": "Accounting & Finance",
"summary": "Adds rounding, months, weeks and multiple payment days "
"properties on payment term lines",
"development_status": "Production/Stable",
"author": "Camptocamp,"
"Tecnativa,"
"Agile Business Group, "
"Odoo Community Association (OCA)",
"maintainer": "OCA",
"website": "https://github.com/OCA/account-payment",
"license": "AGPL-3",
"depends": ["account"],
"data": ["security/ir.model.access.csv", "views/account_payment_term.xml"],
"demo": ["demo/account_demo.xml"],
"installable": True,
}