mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
Merge branch '17.0-mig-account_ebics_oe' into '17.0'
[MIG] account_ebics_oe: Migration to 17.0 See merge request Noviat/Noviat_Generic/accounting-ebics!29
This commit is contained in:
commit
56e12cdfc1
16
account_ebics_oe/README.rst
Normal file
16
account_ebics_oe/README.rst
Normal file
@ -0,0 +1,16 @@
|
||||
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
|
||||
:target: https://www.gnu.org/licenses/lgpl
|
||||
:alt: License: LGPL-3
|
||||
|
||||
==============================================
|
||||
Deploy account_ebics module on Odoo Enterprise
|
||||
==============================================
|
||||
|
||||
This module makes it possible to deploy the 'account_ebics'
|
||||
module on Odoo Enterprise.
|
||||
|
||||
This module will be installed automatically when following modules are activated
|
||||
on your odoo database :
|
||||
|
||||
- account_ebics
|
||||
- account_accountant
|
0
account_ebics_oe/__init__.py
Normal file
0
account_ebics_oe/__init__.py
Normal file
20
account_ebics_oe/__manifest__.py
Normal file
20
account_ebics_oe/__manifest__.py
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2020-2024 Noviat.
|
||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
{
|
||||
"name": "account_ebics on Odoo Enterprise",
|
||||
"summary": "Deploy account_ebics module on Odoo Enterprise",
|
||||
"version": "17.0.1.0.0",
|
||||
"author": "Noviat",
|
||||
"website": "https://www.noviat.com",
|
||||
"category": "Hidden",
|
||||
"license": "LGPL-3",
|
||||
"depends": [
|
||||
"account_ebics",
|
||||
"account_accountant",
|
||||
],
|
||||
"data": ["views/account_ebics_menu.xml"],
|
||||
"installable": True,
|
||||
"auto_install": True,
|
||||
"images": ["static/description/cover.png"],
|
||||
}
|
3
account_ebics_oe/pyproject.toml
Normal file
3
account_ebics_oe/pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
BIN
account_ebics_oe/static/description/cover.png
Normal file
BIN
account_ebics_oe/static/description/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
account_ebics_oe/static/description/icon.png
Normal file
BIN
account_ebics_oe/static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
8
account_ebics_oe/views/account_ebics_menu.xml
Normal file
8
account_ebics_oe/views/account_ebics_menu.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="account_ebics.ebics_processing_menu" model="ir.ui.menu">
|
||||
<field name="parent_id" eval="ref('account_accountant.menu_accounting')" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
Loading…
Reference in New Issue
Block a user