mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
15 lines
475 B
Python
15 lines
475 B
Python
# Copyright 2024 - TODAY, Escodoo
|
|
# 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": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Escodoo,Odoo Community Association (OCA)",
|
|
"maintainers": ["marcelsavegnago", "kaynnan"],
|
|
"website": "https://github.com/OCA/bank-payment",
|
|
"depends": ["account_payment_order"],
|
|
}
|