JordiMForgeFlow
61e7a91bff
[FIX] base_user_role: filter domain for user role search
2023-07-06 15:03:08 +02:00
mymage
b1583da489
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-13.0/server-backend-13.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_import_match/it/
2023-04-17 16:36:35 +00:00
mymage
6614469790
Translated using Weblate (Italian)
...
Currently translated at 31.2% (15 of 48 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/it/
2023-04-17 16:36:35 +00:00
mymage
334d5fb445
Translated using Weblate (Italian)
...
Currently translated at 33.3% (10 of 30 strings)
Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/it/
2023-04-17 16:36:34 +00:00
mymage
06482fda98
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-13.0/server-backend-13.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_import_match/it/
2023-04-10 16:33:09 +00:00
mymage
4903fbc4a9
Translated using Weblate (Italian)
...
Currently translated at 31.2% (15 of 48 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/it/
2023-04-10 16:33:08 +00:00
mymage
63cbaaf25e
Translated using Weblate (Italian)
...
Currently translated at 33.3% (10 of 30 strings)
Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/it/
2023-04-10 16:33:07 +00:00
mymage
d64c3df280
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-13.0/server-backend-13.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_import_match/it/
2023-03-30 14:27:33 +00:00
mymage
7bf520a008
Translated using Weblate (Italian)
...
Currently translated at 31.2% (15 of 48 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/it/
2023-03-30 14:27:33 +00:00
mymage
65cb7c33f9
Translated using Weblate (Italian)
...
Currently translated at 33.3% (10 of 30 strings)
Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/it/
2023-03-30 14:27:21 +00:00
Francesco Foresti
8b96b59498
Translated using Weblate (Italian)
...
Currently translated at 31.2% (15 of 48 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/it/
2023-01-02 11:51:05 +00:00
Moisés López - https://www.vauxoo.com/
c84c6e0d7b
REF] requirements.txt: Use "pymssql<=2.2.5" to fix "Failed building wheel for pymssql" ( #196 )
...
The new `pymssql==2.2.6` version released this weekend
- <img width="414" alt="Screenshot 2022-11-15 at 20 11 53" src="https://user-images.githubusercontent.com/6644187/202066666-a1551d22-d50a-4c14-ae0a-dd35dc147a40.png ">
requires extra setup to be installed
So, it is raising new errors where it is not setup
You can reproduce it running the following command:
docker run -it --rm python:3.6 pip3 install -q pymssql==2.2.6
`ERROR: Could not build wheels for pymssql...`
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python /usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmpmp6b33ly
cwd: /tmp/pip-install-p4ocn1ip/pymssql_01748f191a744758bda6f7d536f6ec35
Complete output (25 lines):
setup.py: platform.system() => Linux
setup.py: platform.architecture() => ('64bit', 'ELF')
setup.py: platform.libc_ver() => ('glibc', '2.2.5')
setup.py: include_dirs => []
setup.py: library_dirs => []
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/pymssql
copying src/pymssql/__init__.py -> build/lib.linux-x86_64-3.6/pymssql
running build_ext
cythoning src/pymssql/_mssql.pyx to src/pymssql/_mssql.c
cythoning src/pymssql/_pymssql.pyx to src/pymssql/_pymssql.c
building 'pymssql._mssql' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
creating build/temp.linux-x86_64-3.6/src/pymssql
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.6m -c src/pymssql/_mssql.c -o build/temp.linux-x86_64-3.6/src/pymssql/_mssql.o -DMSDBLIB
src/pymssql/_mssql.c:747:10: fatal error: sqlfront.h: No such file or directory
747 | #include "sqlfront.h"
| ^~~~~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for pymssql
ERROR: Could not build wheels for pymssql which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
FAIL
However, using
docker run -it --rm python:3.6 pip3 install -q pymssql==2.2.5
It is installing well!
So, I have created this PR in order to fix all the error in the CI using this project and installing this package
2022-11-15 20:50:53 -06:00
OCA Transbot
259adabe3e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/
2022-08-11 07:12:15 +00:00
OCA-git-bot
304c55e647
base_user_role 13.0.1.4.0
2022-08-11 07:12:03 +00:00
oca-travis
0a4454e37a
[UPD] Update base_user_role.pot
2022-08-11 07:06:11 +00:00
OCA-git-bot
7cc0327a9c
Merge PR #167 into 13.0
...
Signed-off-by sebalix
2022-08-11 06:57:50 +00:00
GuillemCForgeFlow
a20c4b0df7
[13.0][FIX]base_user_role: Show active users on Users page
2022-08-08 16:26:49 +02:00
OCA-git-bot
a2cfe05194
base_user_role 13.0.1.3.2
2022-05-03 11:54:20 +00:00
OCA-git-bot
5dad92f082
Merge PR #162 into 13.0
...
Signed-off-by hbrunn
2022-05-03 11:44:57 +00:00
OCA Transbot
7bf7d8966c
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/
2022-05-03 06:39:51 +00:00
OCA-git-bot
484a8d6fc7
base_user_role 13.0.1.3.1
2022-05-03 06:39:40 +00:00
oca-travis
cc4e915c11
[UPD] Update base_user_role.pot
2022-05-03 06:33:50 +00:00
OCA-git-bot
8fb3c3f893
Merge PR #161 into 13.0
...
Signed-off-by dreispt
2022-05-03 06:25:52 +00:00
GuillemCForgeFlow
65c9fa77f0
[13.0][FIX]base_user_role: Add compute_sudo
2022-04-26 10:08:01 +02:00
GuillemCForgeFlow
a7fc18a3b1
[13.0][FIX]base_user_role
2022-04-20 16:32:30 +02:00
OCA Transbot
f1c742b589
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/
2022-04-20 09:51:38 +00:00
OCA-git-bot
429cc0d850
base_user_role 13.0.1.3.0
2022-04-20 09:51:27 +00:00
oca-travis
11a9d57959
[UPD] Update base_user_role.pot
2022-04-20 09:45:49 +00:00
OCA-git-bot
ae3d9e012c
Merge PR #157 into 13.0
...
Signed-off-by sebalix
2022-04-20 09:37:53 +00:00
GuillemCForgeFlow
212621305f
[IMP]base_user_role: Groups-roles navigation
2022-04-20 11:31:16 +02:00
OCA-git-bot
f2907548c4
base_import_match 13.0.1.0.2
2022-03-10 08:49:57 +00:00
OCA-git-bot
81d77687f4
[UPD] README.rst
2022-03-10 08:49:56 +00:00
OCA-git-bot
eee026b299
Merge PR #142 into 13.0
...
Signed-off-by dreispt
2022-03-10 08:40:59 +00:00
OCA-git-bot
ec3087ae31
[ADD] setup.py
2022-01-31 17:12:11 +00:00
OCA-git-bot
d94b1571fc
[UPD] README.rst
2022-01-31 17:12:11 +00:00
oca-travis
dcc1bd79b9
[UPD] Update server_action_navigate.pot
2022-01-31 16:36:39 +00:00
OCA-git-bot
b1fe0d6b3b
Merge PR #140 into 13.0
...
Signed-off-by dreispt
2022-01-31 16:08:28 +00:00
Rad0van
79bd879eb4
[FIX] base_import_match: importing related o2m records
...
The original code did improperly handle importing
related one2many records where at best all their
attribute values would get overwritten by last
of them. This was caused by mapping them only by
their first part.
2022-01-25 22:37:05 +01:00
OCA Transbot
0414dd0b05
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/
2022-01-07 19:16:32 +00:00
oca-travis
15fe810b12
[UPD] Update base_external_dbsource.pot
2022-01-07 19:16:21 +00:00
sergio.teruel
c031fde4d5
[IMP] base_external_dbsource: Add company field to backend
...
fw-port from b7f439e04a
2022-01-07 20:07:00 +01:00
Quentin Tawry
87add40962
[FIX] server_action_navigate: fix default order in ir_action_server_navigate_line
2021-12-02 11:18:41 +01:00
Quentin Tawry
37f0679f86
[MIG] server_action_navigate: Migration to 13.0
2021-12-02 11:18:41 +01:00
Quentin Tawry
53e9375f3c
[IMP] server_action_navigate: black, isort, prettier
2021-12-02 11:18:41 +01:00
OCA-git-bot
2c4ec16c7d
[UPD] README.rst
2021-11-10 14:07:07 +01:00
oca-travis
8438e87da2
[UPD] Update server_action_navigate.pot
2021-11-10 14:07:07 +01:00
Sylvain LE GAL
de4e9ffd40
[IMP] server_action_navigate
...
Co-authored-by: Holger Brunn <mail@hunki-enterprises.com >
[IMP] tests
2021-11-10 14:07:07 +01:00
Sylvain LE GAL
bf8af4757c
[ADD] server_action_navigate
2021-11-10 14:07:07 +01:00
OCA-git-bot
66ea86aa8c
[ADD] setup.py
2021-10-16 06:34:31 +00:00
Pedro M. Baeza
ccc8da2050
[OU-FIX] base_global_discount: Fix SQL that splits discounts by type
...
It needs to link the global discount record to see its type.
2021-10-02 14:18:01 +02:00