Weblate
2b42a61963
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-16.0/server-tools-16.0-rpc_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/
2024-12-03 10:54:59 +01:00
OCA-git-bot
b897635ef1
[UPD] README.rst
2024-12-03 10:54:59 +01:00
oca-ci
8e6766e61a
[UPD] Update rpc_helper.pot
2024-12-03 10:54:59 +01:00
Simone Orsi
80bfdb6bdc
rpc_helper: migrate to v16
2024-12-03 10:54:59 +01:00
OCA-git-bot
e0768c787b
rpc_helper 14.0.1.1.1
2024-12-03 10:54:59 +01:00
OCA-git-bot
2067181243
[UPD] README.rst
2024-12-03 10:54:59 +01:00
Simone Orsi
52e0c35373
rpc_helper: fix readme
2024-12-03 10:54:59 +01:00
Ignacio Buioli
1fd80cf4b9
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (16 of 16 strings)
Translation: server-tools-14.0/server-tools-14.0-rpc_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-rpc_helper/es_AR/
2024-12-03 10:54:59 +01:00
Ignacio Buioli
aba68b81c3
Added translation using Weblate (Spanish (Argentina))
2024-12-03 10:54:59 +01:00
OCA-git-bot
8feaaae27f
rpc_helper 14.0.1.1.0
2024-12-03 10:54:59 +01:00
OCA-git-bot
8a5c60cf2d
[UPD] README.rst
2024-12-03 10:54:59 +01:00
oca-ci
d1cbfdac4a
[UPD] Update rpc_helper.pot
2024-12-03 10:54:59 +01:00
Simone Orsi
22b254a627
rpc_helper: add config via UI
2024-12-03 10:54:59 +01:00
OCA-git-bot
c82bf7d56b
[ADD] icon.png
2024-12-03 10:54:59 +01:00
OCA-git-bot
109c8eafc0
[UPD] README.rst
2024-12-03 10:54:59 +01:00
oca-travis
982a0887a7
[UPD] Update rpc_helper.pot
2024-12-03 10:54:59 +01:00
Simone Orsi
1eddf6e0dc
Add rpc_helper
2024-12-03 10:54:59 +01:00
OCA-git-bot
d765715cf3
[BOT] post-merge updates
2024-11-21 15:44:10 +00:00
OCA-git-bot
776fa31fd8
Merge PR #3109 into 17.0
...
Signed-off-by sebalix
2024-11-21 15:39:51 +00:00
Sébastien Alix
3be0b9218b
oca-port: blacklist PR(s) 1937, 2216, 2457 for base_view_inheritance_extension
2024-11-21 16:33:39 +01:00
Alessio Renda
444feb8523
[FIX] base_view_inheritance_extension: parse old value
2024-11-21 16:33:39 +01:00
Simone Orsi
808dc5b90e
base_view_inheritance_extension: wrap import
2024-11-21 16:33:39 +01:00
OCA-git-bot
ef360a882d
[BOT] post-merge updates
2024-11-07 12:56:15 +00:00
OCA-git-bot
c714f7f5d0
Merge PR #3113 into 17.0
...
Signed-off-by pedrobaeza
2024-11-07 12:51:57 +00:00
Víctor Martínez
11546c3dfd
[FIX] tracking_manager: Fix test related to ir.actions.act_window
...
Related to cac20c5f2f
Now it is necessary to have an ir.actions.act_window record
2024-11-07 13:29:13 +01:00
OCA-git-bot
ca8152c9ba
[BOT] post-merge updates
2024-10-25 07:07:21 +00:00
OCA-git-bot
20a6480e42
Merge PR #3090 into 17.0
...
Signed-off-by pedrobaeza
2024-10-25 07:03:08 +00:00
Simone Orsi
f33c2de3f0
Merge pull request #3046 from xaviedoanhduy/oca-port-base_exception-14.0-to-17.0-0d03a1
...
[17.0][FW] base_exception: port from 14.0
2024-10-24 17:32:52 +02:00
Holger Brunn
2703e52ca0
[FIX] upgrade_analysis: fix constraint logging
...
as odoo core was changed in a way that optimized away our logging
2024-10-24 14:51:55 +02:00
OCA-git-bot
62190272da
[BOT] post-merge updates
2024-10-24 10:51:06 +00:00
oca-ci
4767676bfd
[UPD] Update base_m2m_custom_field.pot
2024-10-24 10:46:41 +00:00
OCA-git-bot
5053622718
Merge PR #3033 into 17.0
...
Signed-off-by pedrobaeza
2024-10-24 10:42:53 +00:00
trisdoan
603dba8a7b
[MIG] base_m2m_custom_field: Migration to 17.0
2024-10-24 17:39:04 +07:00
OCA-git-bot
b26d775d2f
[BOT] post-merge updates
2024-10-23 07:15:02 +00:00
OCA-git-bot
94d1f2928f
Merge PR #3088 into 17.0
...
Signed-off-by sebalix
2024-10-23 07:10:37 +00:00
Alexandre Fayolle
5d2afc0325
fixup! [FIX] auditlog: registry propagation
2024-10-22 08:53:29 +02:00
Alexandre Fayolle
56d1a1e475
[FIX] auditlog: registry propagation
...
When a new auditlog rule is added / modified / deleted, all workers
need to be notified of the change. This is done through registry
signaling. The previous code was not using the proper level of signaling
resulting in workers not being aware of the changes and not implementing
the correct auditlog rules, because they had only invalidated their
cache and not reloaded the registry.
We fix this by using the same signaling as implemented in
`base_automation` which sets the the registry_invalidated field of
env.registry to True to cause a full registry reload.
2024-10-22 08:33:56 +02:00
Florent Cayré
6bc276d62a
[17.0][FIX] module_analysis: interpret exclude_directories as relative to module's folder
...
Fixes #3042 .
2024-10-11 09:59:38 +02:00
Weblate
9ec5e13880
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/
2024-10-10 07:27:42 +00:00
OCA-git-bot
3a1cfbd9de
[BOT] post-merge updates
2024-10-10 07:27:34 +00:00
oca-ci
e0aad344e9
[UPD] Update tracking_manager.pot
2024-10-10 07:23:19 +00:00
OCA-git-bot
3a3385a115
Merge PR #3062 into 17.0
...
Signed-off-by pedrobaeza
2024-10-10 07:19:30 +00:00
Christopher Rogos
36410c75a8
[FIX] tracking_manager: m2m data was tracked as None->None
2024-10-09 14:08:41 +00:00
OCA-git-bot
ff178e180e
[BOT] post-merge updates
2024-10-09 08:42:19 +00:00
OCA-git-bot
5b1e6aa654
Merge PR #3060 into 17.0
...
Signed-off-by pedrobaeza
2024-10-09 08:36:03 +00:00
Víctor Martínez
80b4ae5b5a
[FIX] tracking_manager: Avoid error when accessing the value of a field that we do not have access
...
Example use case:
- Install hr_fleet
- Set the employee_ids field of hr.employee as a tracking field
- Modify the user to not have permissions in Fleet
- Modify the name of an employee
TT51160
[FIX] tracking_manager: Test compatibility
Related to b41e7ae2c7
Do not set the child_ids field as tracking in the setup to avoid incorrect data in some cases
TT51160
2024-10-09 10:21:46 +02:00
OCA-git-bot
55636dea76
[BOT] post-merge updates
2024-10-07 10:15:28 +00:00
OCA-git-bot
a9f40673e1
Merge PR #3049 into 17.0
...
Signed-off-by pedrobaeza
2024-10-07 10:11:25 +00:00
mymage
67aa0a3b13
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-10-07 10:06:29 +00:00
Víctor Martínez
8a26a4b0ee
[FIX] tracking_manager: Avoid error if no record is linked (example: child_ids of res.partner)
...
Example use case:
- Define the child_ids field of res.partner as tracking.
- Modify contact Brandon Freeman and leave parent_id empty (Azure Interior)
- No error should be displayed
TT51146
2024-10-07 11:51:24 +02:00