mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-01-22 22:31:44 +00:00
[MIG] account_ebics_oe: Migration to 18.0
This commit is contained in:
parent
bbe5ec4d76
commit
283c404b0c
@ -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 -->
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
@ -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>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
odoo-addon-module_change_auto_install
|
# odoo-addon-module_change_auto_install
|
||||||
openupgradelib
|
openupgradelib
|
||||||
cryptography<37
|
cryptography<37
|
||||||
|
Loading…
Reference in New Issue
Block a user