mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-26 07:36:51 +00:00
add github workflow
This commit is contained in:
committed by
Luc De Meyer
parent
ea9f1f8557
commit
34bd3d6fc6
@@ -6,7 +6,7 @@
|
|||||||
"summary": "Deploy account_ebics module on Odoo Enterprise",
|
"summary": "Deploy account_ebics module on Odoo Enterprise",
|
||||||
"version": "18.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": [
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<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('accountant.menu_accounting')" />
|
||||||
<field name="parent_id" eval="ref('accountant.menu_accounting')" />
|
</record>
|
||||||
</record>
|
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user