Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
26
account_invoice_refund_reason/__manifest__.py
Normal file
26
account_invoice_refund_reason/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user