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
b894055941
commit
566da00c4e
@@ -6,7 +6,7 @@
|
|||||||
"version": "18.0.1.0.0",
|
"version": "18.0.1.0.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com/",
|
||||||
"category": "Accounting & Finance",
|
"category": "Accounting & Finance",
|
||||||
"depends": ["account_ebics", "account_batch_payment"],
|
"depends": ["account_ebics", "account_batch_payment"],
|
||||||
"data": ["views/account_batch_payment_views.xml"],
|
"data": ["views/account_batch_payment_views.xml"],
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<record id="view_batch_payment_form" model="ir.ui.view">
|
<record id="view_batch_payment_form" model="ir.ui.view">
|
||||||
<field name="name">account.batch.payment.form</field>
|
<field name="name">account.batch.payment.form</field>
|
||||||
<field name="model">account.batch.payment</field>
|
<field name="model">account.batch.payment</field>
|
||||||
@@ -16,5 +15,4 @@
|
|||||||
</button>
|
</button>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user