mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] : black, isort, prettier
This commit is contained in:
committed by
Pedro M. Baeza
parent
5b5b55c8c7
commit
df7608d90b
@@ -7,17 +7,14 @@
|
||||
"version": "12.0.1.0.0",
|
||||
"category": "Base",
|
||||
"website": "https://github.com/OCA/server-backend",
|
||||
"author": "LasLabs, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"author": "LasLabs, " "Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
'depends': [
|
||||
'base',
|
||||
],
|
||||
'data': [
|
||||
'demo/external_system_os_demo.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'views/external_system_view.xml',
|
||||
"depends": ["base",],
|
||||
"data": [
|
||||
"demo/external_system_os_demo.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"views/external_system_view.xml",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user