bank-payment/account_payment_order_lock_draft/__manifest__.py

15 lines
494 B
Python
Raw Permalink Normal View History

2024-08-26 14:11:32 +00:00
# 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"],
}