account-reconcile/account_in_payment/__manifest__.py

16 lines
459 B
Python

# Copyright 2024 Dixmit
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account In Payment",
"summary": """
This module enables in-payment mode for your accounting""",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Dixmit,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
"depends": ["account_reconcile_oca"],
"data": [],
"demo": [],
}