mymage
dafe2e74ab
Translated using Weblate (Italian)
...
Currently translated at 38.4% (15 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/it/
2023-04-17 16:41:28 +00:00
mymage
851293f407
Translated using Weblate (Italian)
...
Currently translated at 69.6% (23 of 33 strings)
Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/it/
2023-04-10 16:32:54 +00:00
mymage
83634d2c46
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-12.0/server-backend-12.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_import_match/it/
2023-04-10 16:32:53 +00:00
mymage
362705c328
Translated using Weblate (Italian)
...
Currently translated at 38.4% (15 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/it/
2023-04-10 16:32:52 +00:00
mymage
d49b814077
Translated using Weblate (Italian)
...
Currently translated at 69.6% (23 of 33 strings)
Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/it/
2023-03-30 14:30:41 +00:00
mymage
edfde928a3
Translated using Weblate (Italian)
...
Currently translated at 51.8% (14 of 27 strings)
Translation: server-backend-12.0/server-backend-12.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_import_match/it/
2023-03-30 14:30:40 +00:00
mymage
cb1203078f
Translated using Weblate (Italian)
...
Currently translated at 38.4% (15 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/it/
2023-03-30 14:30:40 +00:00
Francesco Foresti
70ed02b0fb
Translated using Weblate (Italian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: server-backend-12.0/server-backend-12.0-base_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/it/
2023-03-20 13:23:50 +00:00
Francesco Foresti
8e9a0b5555
Translated using Weblate (Italian)
...
Currently translated at 38.4% (15 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/it/
2023-01-02 11:58:24 +00:00
mymage
70f5b3b928
Translated using Weblate (Italian)
...
Currently translated at 69.6% (23 of 33 strings)
Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/it/
2023-01-01 14:45:32 +00:00
Moisés López - https://www.vauxoo.com/
0d4bf844db
[REF] requirements.txt: Use "pymssql<=2.2.5" to fix "Failed building wheel for pymssql" ( #195 )
...
The `pymssql==2.2.6` version 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:49:33 -06:00
OCA-git-bot
8b4dd48680
pglogical 12.0.1.0.1
2022-10-01 15:28:22 +00:00
OCA-git-bot
62ff367015
Merge PR #178 into 12.0
...
Signed-off-by dreispt
2022-10-01 14:49:07 +00:00
OCA Transbot
23986a39e3
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_global_discount
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_global_discount/
2022-08-23 07:09:59 +00:00
OCA-git-bot
00d3a81364
base_global_discount 12.0.3.0.0
2022-08-23 07:09:49 +00:00
OCA-git-bot
3feca5b94a
[UPD] README.rst
2022-08-23 07:09:48 +00:00
oca-travis
04244b7113
[UPD] Update base_global_discount.pot
2022-08-23 07:04:26 +00:00
OCA-git-bot
4630233cfe
Merge PR #165 into 12.0
...
Signed-off-by pedrobaeza
2022-08-23 06:57:35 +00:00
Holger Brunn
927c50bd09
[FIX] pglogical: don't replicate aggregate functions
2022-08-18 15:08:23 +02:00
OCA-git-bot
1f91dc29c6
[ADD] setup.py
2022-08-11 07:33:13 +00:00
oca-travis
f47f0a9bb9
[UPD] Update pglogical.pot
2022-08-11 07:26:11 +00:00
OCA-git-bot
e32610cd0c
Merge PR #163 into 12.0
...
Signed-off-by dreispt
2022-08-11 07:17:49 +00:00
Holger Brunn
49bcac937b
fixup! fixup! fixup! [IMP] use sqlparse also to determine which ddl to update
2022-07-13 00:38:22 +02:00
Holger Brunn
ba91374b7e
fixup! fixup! [IMP] use sqlparse also to determine which ddl to update
2022-07-13 00:31:49 +02:00
Holger Brunn
b99468dec9
fixup! [IMP] use sqlparse also to determine which ddl to update
2022-07-13 00:31:49 +02:00
Holger Brunn
38ae4a696c
fixup! fixup! fixup! fixup! [IMP] use sqlparse also to determine which ddl to update
2022-07-13 00:31:49 +02:00
Holger Brunn
fbe5bc5cb4
fixup! fixup! fixup! [IMP] use sqlparse also to determine which ddl to update
2022-07-06 11:53:55 +02:00
Holger Brunn
5046e6d000
fixup! fixup! [IMP] use sqlparse also to determine which ddl to update
2022-06-22 10:23:48 +02:00
Holger Brunn
b76c3ed67b
fixup! [IMP] use sqlparse also to determine which ddl to update
2022-06-22 07:24:43 +02:00
Holger Brunn
dec01e2bab
[ADD] sqlparse to requirements
2022-05-17 17:06:36 +02:00
Holger Brunn
d431ee796c
[IMP] use sqlparse also to determine which ddl to update
2022-05-17 17:06:36 +02:00
antonioburic
377aa43832
[UPD] pglogical - using sqlparse to deduce DDL statements to replicate.
2022-05-17 17:06:36 +02:00
Holger Brunn
84047078a2
[ADD] pglogical
2022-05-17 17:06:36 +02:00
Simone Rubino
dc5c73695f
[IMP] base_global_discount: Add discounted amount selection
2022-05-06 10:40:50 +02:00
OCA-git-bot
0074a68153
Merge PR #164 into 12.0
...
Signed-off-by StefanRijnhart
2022-05-06 08:28:47 +00:00
Simone Rubino
d795b17d1c
[FIX] base_external_dbsource_mysql: Pin version of MySQLdb
2022-05-05 20:52:06 +02:00
Holger Brunn
4725ff3452
[FIX] add external_dependencies_override for MySQLdb
2022-05-03 14:47:05 +02:00
Olga Marco Puértolas
56fba17abc
Translated using Weblate (Spanish)
...
Currently translated at 96.9% (32 of 33 strings)
Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/es/
2022-02-08 11:59:33 +00:00
Maria Sparenberg
b963c5824a
Translated using Weblate (German)
...
Currently translated at 96.5% (28 of 29 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role_history
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role_history/de/
2022-02-07 14:59:17 +00:00
Maria Sparenberg
615e55c01c
Translated using Weblate (German)
...
Currently translated at 62.5% (5 of 8 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role_company
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role_company/de/
2022-02-07 14:59:17 +00:00
Maria Sparenberg
06218fe6ad
Translated using Weblate (German)
...
Currently translated at 90.4% (19 of 21 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role_profile
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role_profile/de/
2022-02-07 14:59:16 +00:00
Maria Sparenberg
fa1e3cfbcc
Translated using Weblate (German)
...
Currently translated at 84.6% (33 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/de/
2022-02-07 14:59:16 +00:00
Maria Sparenberg
2f20e9c31a
Added translation using Weblate (German)
2022-02-07 13:03:13 +00:00
Maria Sparenberg
dca67427c0
Added translation using Weblate (German)
2022-02-07 13:01:45 +00:00
Maria Sparenberg
1b1848479b
Added translation using Weblate (German)
2022-02-07 12:58:52 +00:00
OCA Transbot
27b555932d
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/
2022-01-31 17:09:24 +00:00
OCA-git-bot
456f7ca187
[ADD] setup.py
2022-01-31 17:09:03 +00:00
OCA-git-bot
3de7e54000
[UPD] README.rst
2022-01-31 17:09:02 +00:00
oca-travis
7a41015d39
[UPD] Update base_user_role_company.pot
2022-01-31 16:32:01 +00:00
oca-travis
f6a7b23983
[UPD] Update base_user_role.pot
2022-01-31 16:32:01 +00:00