Pierrick Brun
71ff16a522
[MIG] iap_alternative_provider: Migration to 14.0
2024-04-19 09:51:33 +02:00
Pierrick Brun
702ca32bff
[IMP] iap_alternative_provider: black, isort, prettier
2024-04-19 09:51:33 +02:00
Hendrix Costa
64c0803978
[IMP] iap_alternative_provider: black, isort, prettier
2024-04-19 09:51:33 +02:00
OCA-git-bot
75717f483c
[ADD] icon.png
2024-04-19 09:51:33 +02:00
OCA-git-bot
3faa833315
[UPD] README.rst
2024-04-19 09:51:33 +02:00
oca-travis
81e21b8916
[UPD] Update iap_alternative_provider.pot
2024-04-19 09:51:33 +02:00
Sébastien BEAU
7fb12086db
[12.0][ADD] add base_iap_alternative
2024-04-19 09:51:33 +02:00
mymage
885d0194a9
Translated using Weblate (Italian)
...
Currently translated at 100.0% (87 of 87 strings)
Translation: server-tools-17.0/server-tools-17.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-auditlog/it/
2024-04-17 14:35:04 +00:00
Weblate
d0b61ab0cc
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-auditlog/
2024-04-12 11:03:55 +00:00
OCA-git-bot
8a35da005b
[BOT] post-merge updates
2024-04-12 11:00:39 +00:00
oca-ci
a8cd34153e
[UPD] Update auditlog.pot
2024-04-12 10:58:26 +00:00
OCA-git-bot
ad29e1b2c0
Merge PR #2755 into 17.0
...
Signed-off-by pedrobaeza
2024-04-12 10:56:32 +00:00
OCA-git-bot
30281d34df
[BOT] post-merge updates
2024-03-01 10:05:33 +00:00
OCA-git-bot
2ebb73aedb
Merge PR #2865 into 17.0
...
Signed-off-by pedrobaeza
2024-03-01 10:03:24 +00:00
Radovan Skolnik
0ff20a89f1
Update __manifest__.py
2024-02-28 01:10:32 +01:00
Radovan Skolnik
1781f0fe72
[FIX] Add missing depend
...
Without explicit web dependency all tests fail like this:
File "/home/odoo/src/odoo/odoo/models.py", line 6905, in onchange
raise NotImplementedError("onchange() is implemented in module 'web'")
NotImplementedError: onchange() is implemented in module 'web'
2024-02-27 21:22:22 +01:00
Raf Ven
dcab07e824
[MIG] auditlog: Migration to 17.0
2024-02-19 08:20:02 +01:00
Raf Ven
e5c22848ff
[IMP] auditlog: pre-commit stuff
2024-02-19 08:20:02 +01:00
BT-anieto
12281f79c9
[16.0][FIX] auditlog: Add/Remove User Group
...
When adding/removing a group in a user (and tracking a user or a partner), odoo sends a 'reified' val 'in_group_{group_id}'. We must convert this value into the real groups_id one.
2024-02-19 08:20:02 +01:00
Ivorra78
82754f91cf
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: server-tools-17.0/server-tools-17.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception/es/
2024-02-14 19:37:17 +00:00
mymage
25e4ba06a0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: server-tools-17.0/server-tools-17.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-jsonifier/it/
2024-02-14 13:37:30 +00:00
mymage
250341b379
Translated using Weblate (Italian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: server-tools-17.0/server-tools-17.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception/it/
2024-02-14 13:37:30 +00:00
Francesco Foresti
015e225311
Translated using Weblate (Italian)
...
Currently translated at 100.0% (75 of 75 strings)
Translation: server-tools-17.0/server-tools-17.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-database_cleanup/it/
2024-02-12 13:37:17 +00:00
mymage
68bb4fff06
Translated using Weblate (Italian)
...
Currently translated at 100.0% (8 of 8 strings)
Translation: server-tools-17.0/server-tools-17.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-scheduler_error_mailer/it/
2024-02-06 16:37:27 +00:00
mymage
c17e9146a1
Added translation using Weblate (Italian)
2024-02-06 07:20:52 +00:00
mymage
723d864560
Added translation using Weblate (Italian)
2024-02-06 07:20:49 +00:00
mymage
65406b5019
Added translation using Weblate (Italian)
2024-02-06 07:10:03 +00:00
mymage
d708e0ca81
Added translation using Weblate (Italian)
2024-02-06 07:10:01 +00:00
Stefan Rijnhart
1eb44b8845
[FIX] auditlog: prevent removal of x2many values from inaccessible companies
...
Having a product.template with taxes from multiple companies assigned, let a
user without all of these companies enabled set the taxes of that product.
Before this change, the taxes related to inaccessible companies will be
inadvertently removed.
Co-authored-by: Raf Ven <raf.ven@dynapps.be>
2024-02-05 08:36:29 +01:00
Weblate
ad3febf4a2
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-database_cleanup/
2024-02-03 20:05:02 +00:00
Weblate
aaa8cb1e9e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-scheduler_error_mailer/
2024-02-03 20:05:00 +00:00
Weblate
3c1bf796e8
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-database_cleanup/
2024-02-03 20:04:33 +00:00
Weblate
68b344f9e9
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-jsonifier
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-jsonifier/
2024-02-03 20:04:17 +00:00
Weblate
21fef51617
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception/
2024-02-03 20:04:14 +00:00
Weblate
7bf47c99dd
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-base_view_inheritance_extension
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_view_inheritance_extension/
2024-02-03 20:04:12 +00:00
Weblate
0d1a089db2
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception/
2024-02-03 20:03:43 +00:00
Weblate
9ab989e4cb
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-base_technical_user
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_technical_user/
2024-02-03 20:03:41 +00:00
OCA-git-bot
fd76566e6c
[BOT] post-merge updates
2024-02-02 11:50:32 +00:00
oca-ci
51062858d1
[UPD] Update scheduler_error_mailer.pot
2024-02-02 11:48:35 +00:00
OCA-git-bot
f635ae2197
Merge PR #2797 into 17.0
...
Signed-off-by thomaspaulb
2024-02-02 11:46:53 +00:00
OCA-git-bot
df6ee7ecd8
[BOT] post-merge updates
2024-02-02 11:43:51 +00:00
oca-ci
74c1e66ae2
[UPD] Update base_view_inheritance_extension.pot
2024-02-02 11:41:57 +00:00
OCA-git-bot
803de710ff
Merge PR #2795 into 17.0
...
Signed-off-by thomaspaulb
2024-02-02 11:40:24 +00:00
OCA-git-bot
72a6e85d57
[BOT] post-merge updates
2024-02-02 08:00:18 +00:00
oca-ci
93c4eb40de
[UPD] Update onchange_helper.pot
2024-02-02 07:58:19 +00:00
OCA-git-bot
0f05079a0a
Merge PR #2806 into 17.0
...
Signed-off-by gurneyalex
2024-02-02 07:56:44 +00:00
OCA-git-bot
3d1b0d95c8
[BOT] post-merge updates
2024-02-02 07:34:08 +00:00
oca-ci
db69a2f3af
[UPD] Update base_exception.pot
2024-02-02 07:31:55 +00:00
OCA-git-bot
c5fcea1583
Merge PR #2809 into 17.0
...
Signed-off-by gurneyalex
2024-02-02 07:29:54 +00:00
OCA-git-bot
4e66f46a81
[BOT] post-merge updates
2024-02-02 01:05:04 +00:00