mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-22 13:42:07 +00:00
15 lines
494 B
Python
15 lines
494 B
Python
# Copyright 2024 - TODAY, Escflectra
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Payment Order Lock Draft",
|
|
"summary": """
|
|
Account Payment Order Lock Draft""",
|
|
"version": "2.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Escflectra,Odoo Community Association (OCA)",
|
|
"maintainers": ["marcelsavegnago", "kaynnan"],
|
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
|
"depends": ["account_payment_order"],
|
|
}
|