mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
add support for 16.0 Odoo OE camt parser
This commit is contained in:
parent
020b546b58
commit
cfc3b07cca
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2009-2022 Noviat.
|
# Copyright 2009-2023 Noviat.
|
||||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
|
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -12,5 +12,7 @@
|
|||||||
"data": [
|
"data": [
|
||||||
"views/account_payment_order_views.xml",
|
"views/account_payment_order_views.xml",
|
||||||
],
|
],
|
||||||
"installable": True,
|
# installable False unit OCA payment order becomes
|
||||||
|
# available for 16.0
|
||||||
|
"installable": False,
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2009-2022 Noviat.
|
# Copyright 2009-2023 Noviat.
|
||||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
|
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
|
||||||
|
|
||||||
from odoo import _, models
|
from odoo import _, models
|
||||||
|
Loading…
Reference in New Issue
Block a user