add support for 16.0 Odoo OE camt parser

This commit is contained in:
Luc De Meyer
2023-02-12 17:07:49 +01:00
parent 336f9c9c22
commit deebf75d1a
30 changed files with 207 additions and 233 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2009-2022 Noviat.
# Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
{
@@ -12,5 +12,7 @@
"data": [
"views/account_payment_order_views.xml",
],
"installable": True,
# installable False unit OCA payment order becomes
# available for 16.0
"installable": False,
}

View File

@@ -1,4 +1,4 @@
# Copyright 2009-2022 Noviat.
# Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
from odoo import _, models