[MIG] account_ebics_oe: Migration to 18.0

This commit is contained in:
Luc De Meyer 2024-12-23 19:25:32 +01:00
parent bbe5ec4d76
commit 283c404b0c
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[![pipeline status](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/17.0/pipeline.svg)](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/-/commits/17.0) [![pipeline status](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/18.0/pipeline.svg)](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/-/commits/18.0)
[![coverage report](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/17.0/coverage.svg)](http://noviat.picasso-pages.noviat.com/Noviat_Generic/accounting-ebics) [![coverage report](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/18.0/coverage.svg)](http://noviat.picasso-pages.noviat.com/Noviat_Generic/accounting-ebics)
<!-- /!\ do not modify above this line --> <!-- /!\ do not modify above this line -->

View File

@ -4,14 +4,14 @@
{ {
"name": "account_ebics on Odoo Enterprise", "name": "account_ebics on Odoo Enterprise",
"summary": "Deploy account_ebics module on Odoo Enterprise", "summary": "Deploy account_ebics module on Odoo Enterprise",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"author": "Noviat", "author": "Noviat",
"website": "https://www.noviat.com", "website": "https://www.noviat.com",
"category": "Hidden", "category": "Hidden",
"license": "LGPL-3", "license": "LGPL-3",
"depends": [ "depends": [
"account_ebics", "account_ebics",
"account_accountant", "accountant",
], ],
"data": ["views/account_ebics_menu.xml"], "data": ["views/account_ebics_menu.xml"],
"installable": True, "installable": True,

View File

@ -2,7 +2,7 @@
<odoo> <odoo>
<record id="account_ebics.ebics_processing_menu" model="ir.ui.menu"> <record id="account_ebics.ebics_processing_menu" model="ir.ui.menu">
<field name="parent_id" eval="ref('account_accountant.menu_accounting')" /> <field name="parent_id" eval="ref('accountant.menu_accounting')" />
</record> </record>
</odoo> </odoo>

View File

@ -1,3 +1,3 @@
odoo-addon-module_change_auto_install # odoo-addon-module_change_auto_install
openupgradelib openupgradelib
cryptography<37 cryptography<37