mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	[14.0]black, isort, prettier
This commit is contained in:
		@@ -2,19 +2,17 @@
 | 
			
		||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    'name': 'account_ebics on Odoo Enterprise',
 | 
			
		||||
    'summary': "Deploy account_ebics module on Odoo Enterprise",
 | 
			
		||||
    'version': '14.0.1.0.0',
 | 
			
		||||
    'author': 'Noviat',
 | 
			
		||||
    'category': 'Hidden',
 | 
			
		||||
    'license': 'LGPL-3',
 | 
			
		||||
    'depends': [
 | 
			
		||||
        'account_ebics',
 | 
			
		||||
        'account_accountant',
 | 
			
		||||
    "name": "account_ebics on Odoo Enterprise",
 | 
			
		||||
    "summary": "Deploy account_ebics module on Odoo Enterprise",
 | 
			
		||||
    "version": "14.0.1.0.0",
 | 
			
		||||
    "author": "Noviat",
 | 
			
		||||
    "category": "Hidden",
 | 
			
		||||
    "license": "LGPL-3",
 | 
			
		||||
    "depends": [
 | 
			
		||||
        "account_ebics",
 | 
			
		||||
        "account_accountant",
 | 
			
		||||
    ],
 | 
			
		||||
    'data': [
 | 
			
		||||
        'views/account_ebics_menu.xml'
 | 
			
		||||
    ],
 | 
			
		||||
    'installable': True,
 | 
			
		||||
    'auto_install': True,
 | 
			
		||||
    "data": ["views/account_ebics_menu.xml"],
 | 
			
		||||
    "installable": True,
 | 
			
		||||
    "auto_install": True,
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-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')"/>
 | 
			
		||||
    <field name="parent_id" eval="ref('account_accountant.menu_accounting')" />
 | 
			
		||||
  </record>
 | 
			
		||||
 | 
			
		||||
</odoo>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user