mymage
baa5e3bed4
Translated using Weblate (Italian)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/it/
2025-06-21 13:27:04 +00:00
OCA-git-bot
65a50b2106
[UPD] addons table in README.md
2025-06-04 02:59:32 +00:00
mymage
ce3e17786e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (65 of 65 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page_approval
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page_approval/it/
2025-05-06 11:24:43 +00:00
oca-git-bot
3ca5b22649
[IMP] update dotfiles
2025-02-02 19:02:34 +00:00
Weblate
70b97a3f41
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/
2025-01-21 10:06:03 +00:00
OCA-git-bot
a42bf7043f
[BOT] post-merge updates
2025-01-21 10:05:49 +00:00
oca-ci
3772254470
[UPD] Update document_page.pot
2025-01-21 10:03:47 +00:00
OCA-git-bot
08c4c5a7e6
Merge PR #519 into 15.0
...
Signed-off-by HaraldPanten
2025-01-21 10:02:07 +00:00
Alberto Martínez
3d3c233120
16.0[IMP]document_page: menu_parent_id context domain of menu creation
2025-01-21 09:22:17 +01:00
oca-git-bot
e0c5c83d1f
[IMP] update dotfiles
2024-05-01 18:18:04 +00:00
Weblate
0efac91d00
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: knowledge-15.0/knowledge-15.0-attachment_preview
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-attachment_preview/
2024-04-25 13:50:08 +00:00
OCA-git-bot
e0f457e068
[BOT] post-merge updates
2024-04-25 13:49:49 +00:00
oca-ci
d8b81a8523
[UPD] Update attachment_preview.pot
2024-04-25 13:47:37 +00:00
OCA-git-bot
a7286fcf80
Merge PR #480 into 15.0
...
Signed-off-by pedrobaeza
2024-04-25 13:45:50 +00:00
Víctor Martínez
abb1a069dd
[FIX] document_page_approval: Add correct followers in history pages
2024-04-25 15:01:21 +02:00
mymage
50e124b676
Translated using Weblate (Italian)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/it/
2024-04-04 09:43:22 +00:00
OCA-git-bot
d4cba367bb
[BOT] post-merge updates
2024-04-02 18:09:04 +00:00
oca-ci
7556db18cb
[UPD] Update attachment_zipped_download.pot
2024-04-02 18:06:44 +00:00
OCA-git-bot
efc99fe22f
Merge PR #473 into 15.0
...
Signed-off-by pedrobaeza
2024-04-02 18:05:01 +00:00
Víctor Martínez
2b993f9eab
[MIG] attachment_zipped_download: Migration to 15.0
...
TT48578
2024-04-02 14:01:36 +02:00
Víctor Martínez
039c83207e
[IMP] attachment_zipped_download: black, isort, prettier
2024-04-02 13:56:04 +02:00
mymage
9750688bc0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (10 of 10 strings)
Translation: knowledge-14.0/knowledge-14.0-attachment_zipped_download
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-attachment_zipped_download/it/
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: knowledge-14.0/knowledge-14.0-attachment_zipped_download
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-attachment_zipped_download/
Translated using Weblate (Spanish)
Currently translated at 100.0% (10 of 10 strings)
Translation: knowledge-14.0/knowledge-14.0-attachment_zipped_download
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-attachment_zipped_download/es/
2024-04-02 13:55:18 +02:00
Pierre Verkest
9cfafbb239
[IMP] attachment_zipped_download: provide ir.attachment.action_download mixin
...
This helps to download multiple attachments from any models.
[UPD] Update attachment_zipped_download.pot
[UPD] README.rst
attachment_zipped_download 14.0.2.0.0
[UPD] README.rst
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: knowledge-14.0/knowledge-14.0-attachment_zipped_download
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-attachment_zipped_download/
2024-04-02 13:55:17 +02:00
Pierre Verkest
b24ac7ba31
[FIX] attachment_zipped_download: zip allowed document only
...
The previous code allowed any authenticated to retreive any attachment present
on odoo filesystem. So a WMS user could technically spoken download a zip with
accounting documents.
This implementation is calling attachemnt.check("read") to ensure access
right and use attachemnt.raw attribute to retreive file to archive which
(not test) should works with attachment saved somewhere else than the
local filesystem (s3 storage, pgsql large object storage...).
attachment_zipped_download 14.0.1.0.2
2024-04-02 13:55:14 +02:00
Víctor Martínez
85d1c6bc86
[FIX] attachment_zipped_download: Fix tests
...
attachment_zipped_download 14.0.1.0.1
2024-04-02 13:55:12 +02:00
mymage
1443166fa1
Added translation using Weblate (Italian)
...
Translated using Weblate (Italian)
Currently translated at 100.0% (7 of 7 strings)
Translation: knowledge-14.0/knowledge-14.0-attachment_zipped_download
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-attachment_zipped_download/it/
2024-04-02 13:55:11 +02:00
Víctor Martínez
d395c0ce15
[ADD] attachment_zipped_download: New addon.
...
TT33403
[UPD] Update attachment_zipped_download.pot
[UPD] README.rst
2024-04-02 13:55:09 +02:00
Weblate
413b3bfd5e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: knowledge-15.0/knowledge-15.0-document_page_access_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page_access_group/
2024-03-29 02:57:48 +00:00
OCA-git-bot
dcacb76051
[BOT] post-merge updates
2024-03-28 21:30:18 +00:00
oca-ci
dcc5a3e17a
[UPD] Update document_page_access_group.pot
2024-03-28 21:28:10 +00:00
OCA-git-bot
6ebdafc3d3
Merge PR #469 into 15.0
...
Signed-off-by etobella
2024-03-28 21:26:22 +00:00
Alberto Martínez
31cdf2ce08
[MIG] document_page_access_group: Migration to 15.0
2024-03-28 15:39:18 +01:00
Alberto Martínez
8bbced0534
[IMP] document_page_access_group: black, isort, prettier
2024-03-28 11:48:10 +01:00
OCA-git-bot
924f0bea8d
[UPD] README.rst
2024-03-28 11:47:33 +01:00
luis-ron
ca75d7d3e4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (6 of 6 strings)
Translation: knowledge-14.0/knowledge-14.0-document_page_access_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-document_page_access_group/es/
2024-03-28 11:47:33 +01:00
luis-ron
d20e57426d
Added translation using Weblate (Spanish)
2024-03-28 11:47:33 +01:00
mymage
a647a91894
Translated using Weblate (Italian)
...
Currently translated at 100.0% (6 of 6 strings)
Translation: knowledge-14.0/knowledge-14.0-document_page_access_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-document_page_access_group/it/
2024-03-28 11:47:33 +01:00
mymage
dbe709b204
Added translation using Weblate (Italian)
2024-03-28 11:47:33 +01:00
OCA-git-bot
32cfa8e795
[UPD] README.rst
2024-03-28 11:47:33 +01:00
oca-travis
dd855cb2ab
[UPD] Update document_page_access_group.pot
2024-03-28 11:47:33 +01:00
manu
59b441995e
[ADD]document_page_access_group: Add access groups to document pages
2024-03-28 11:47:33 +01:00
Ivorra78
d5e428fee9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/es/
2024-03-27 18:36:36 +00:00
mymage
d0d90206a4
Translated using Weblate (Italian)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/it/
2024-02-05 06:33:15 +00:00
Weblate
d270758c5f
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/
2024-01-30 07:31:04 +00:00
OCA-git-bot
efbadc5824
[BOT] post-merge updates
2024-01-30 07:30:36 +00:00
oca-ci
fc9df70b4d
[UPD] Update document_page.pot
2024-01-30 07:28:43 +00:00
OCA-git-bot
c7be4a0b01
Merge PR #455 into 15.0
...
Signed-off-by pedrobaeza
2024-01-30 07:27:09 +00:00
Víctor Martínez
bea482d482
[FIX] document_page: Change web_ribbon text to title to make it translatable
2024-01-30 08:17:08 +01:00
mymage
f500753ce0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/it/
2024-01-22 10:43:45 +00:00
mymage
788adf01e0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/it/
2024-01-18 10:36:56 +00:00