mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] pass pre-commit
This commit is contained in:
@@ -1 +1 @@
|
||||
* Add X.509 authentication
|
||||
* Add X.509 authentication
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Database sources can be configured in Settings > Technical >
|
||||
Database Structure > Database sources.
|
||||
Database Structure > Database sources.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
'author': "Daniel Reis, "
|
||||
"LasLabs, "
|
||||
"Odoo Community Association (OCA)",
|
||||
'website': 'https://github.com/OCA/server-tools',
|
||||
'website': 'https://github.com/OCA/server-backend',
|
||||
'license': 'LGPL-3',
|
||||
'depends': [
|
||||
'base_external_dbsource',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"summary": "Try to avoid duplicates before importing",
|
||||
"version": "12.0.1.1.0",
|
||||
"category": "Tools",
|
||||
"website": "https://tecnativa.com",
|
||||
"website": "https://github.com/OCA/server-backend",
|
||||
"author": "Tecnativa, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
{
|
||||
"name": "Suspend security",
|
||||
"version": "12.0.1.0.3",
|
||||
"website": "https://github.com/OCA/server-backend",
|
||||
"author": "Therp BV, brain-tec AG, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Hidden/Dependency",
|
||||
|
||||
@@ -21,4 +21,4 @@ Add users (with dates or not):
|
||||
|
||||
.. figure:: /OCA/server-backend/12.0/base_user_role/static/description/role_users.png
|
||||
:width: 80 %
|
||||
:align: center
|
||||
:align: center
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
'license': 'AGPL-3',
|
||||
'author': 'ACSONE SA/NV, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/server-tools',
|
||||
'website': 'https://github.com/OCA/server-backend',
|
||||
'depends': [
|
||||
# Odoo
|
||||
'mail',
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
sqlalchemy
|
||||
# generated from manifests external_dependencies
|
||||
mysqlclient==2.0.1
|
||||
pymssql<=2.2.5
|
||||
sqlalchemy
|
||||
sqlparse
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"author": "GRAP, " "Odoo Community Association (OCA)",
|
||||
"summary": "Navigate between any items of any Odoo Models",
|
||||
"category": "Tools",
|
||||
"website": "https://github.com/OCA/server-ux",
|
||||
"website": "https://github.com/OCA/server-backend",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["base"],
|
||||
"maintainers": ["legalsylvain"],
|
||||
|
||||
@@ -183,7 +183,7 @@ msgid ""
|
||||
"The Action Server %s is not correctly set\n"
|
||||
" : No fields defined"
|
||||
msgstr ""
|
||||
"L'action-serveur '%d' n'est pas correctement paramétré : Aucun champ défini."
|
||||
"L'action-serveur '%s' n'est pas correctement paramétré : Aucun champ défini."
|
||||
|
||||
#. module: server_action_navigate
|
||||
#: model:ir.model.fields,help:server_action_navigate.field_ir_actions_server__state
|
||||
|
||||
Reference in New Issue
Block a user