Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
account_invoice_refund_link/__manifest__.py
Normal file
19
account_invoice_refund_link/__manifest__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
||||
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
||||
# Copyright 2021 Tecnativa - João Marques
|
||||
# Copyright 2014-2023 Tecnativa - Pedro M. Baeza
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Show links between refunds and their originator invoices.",
|
||||
"version": "18.0.1.0.0",
|
||||
"development_status": "Mature",
|
||||
"category": "Accounting & Finance",
|
||||
"website": "https://github.com/OCA/account-invoicing",
|
||||
"author": "Pexego, Tecnativa, Odoo Community Association (OCA)",
|
||||
"installable": True,
|
||||
"post_init_hook": "post_init_hook",
|
||||
"depends": ["account"],
|
||||
"license": "AGPL-3",
|
||||
"data": ["views/account_invoice_view.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user