mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-21 13:12:06 +00:00
18 lines
624 B
Python
18 lines
624 B
Python
|
# Copyright 2021 - TODAY, Escflectra
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "Account Payment Order Tier Validation",
|
||
|
"summary": """Extends the functionality of Payment Orders
|
||
|
to support a tier validation process.""",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"license": "AGPL-3",
|
||
|
"author": "Escflectra,Odoo Community Association (OCA)",
|
||
|
"maintainers": ["marcelsavegnago"],
|
||
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
||
|
"depends": ["account_payment_order", "base_tier_validation"],
|
||
|
"data": [
|
||
|
"views/account_payment_order.xml",
|
||
|
],
|
||
|
}
|