Skip to content

Commit

Permalink
[FIX] pass pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesdk committed Jul 10, 2023
1 parent 71c2e22 commit 74851db
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion base_external_dbsource_mssql/readme/ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Add X.509 authentication
* Add X.509 authentication
2 changes: 1 addition & 1 deletion base_external_dbsource_mysql/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion base_external_dbsource_sqlite/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion base_import_match/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions base_suspend_security/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion base_user_role/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion base_user_role_history/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sqlalchemy
# generated from manifests external_dependencies
mysqlclient==2.0.1
pymssql<=2.2.5
sqlalchemy
sqlparse
2 changes: 1 addition & 1 deletion server_action_navigate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion server_action_navigate/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74851db

Please sign in to comment.