add github workflow

This commit is contained in:
Jérémy Didderen
2025-03-13 22:04:30 +01:00
committed by Luc De Meyer
parent ea9f1f8557
commit 34bd3d6fc6
2 changed files with 4 additions and 6 deletions

View File

@@ -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": [

View File

@@ -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>