Files
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

27 lines
879 B
Python

# Copyright (C) 2019 Open Source Integrators
# Copyright (C) 2019 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Invoice Refund Reason",
"version": "18.0.1.0.0",
"summary": "Account Invoice Refund Reason.",
"category": "Accounting",
"author": "Open Source Integrators, "
"Serpent CS, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-invoicing",
"data": [
"security/ir.model.access.csv",
"data/account.move.refund.reason.csv",
"views/account_move_view.xml",
"views/account_move_refund_reason_view.xml",
"wizard/account_move_reversal_view.xml",
],
"depends": ["account"],
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["max3903"],
"installable": True,
}