Commit Graph

556 Commits

Author SHA1 Message Date
OCA-git-bot
3e1f7e650b [UPD] README.rst 2023-09-03 13:20:51 +00:00
Pierre Verkest
66dd5ab063 [IMP] attachment_zipped_download: provide ir.attachment.action_download mixin
This helps to download multiple attachments from any models.
2023-08-31 10:15:50 +02:00
OCA-git-bot
6984c9caf5 [UPD] addons table in README.md 2023-08-29 18:51:07 +00:00
OCA-git-bot
40fa2b8496 attachment_zipped_download 16.0.1.0.2 2023-08-29 18:16:31 +00:00
oca-ci
617c66babc [UPD] Update document_page_approval.pot 2023-08-29 18:07:42 +00:00
oca-ci
97f1adaa81 [UPD] Update document_page.pot 2023-08-29 18:07:41 +00:00
OCA-git-bot
821e56d1f0 Merge PR #427 into 16.0
Signed-off-by pedrobaeza
2023-08-29 18:05:44 +00:00
Pierre Verkest
4c2c45ef0a [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...).
2023-08-29 10:46:58 +02:00
Ivorra78
7b2ecf9340 Translated using Weblate (Spanish)
Currently translated at 100.0% (61 of 61 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page_approval
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/es/
2023-08-04 13:09:38 +00:00
Ivorra78
016c38e605 Translated using Weblate (Spanish)
Currently translated at 100.0% (17 of 17 strings)

Translation: knowledge-16.0/knowledge-16.0-document_url
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_url/es/
2023-08-04 13:09:38 +00:00
Ivorra78
33949cc30f Translated using Weblate (Spanish)
Currently translated at 100.0% (95 of 95 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page/es/
2023-08-04 13:09:37 +00:00
kaynnan
e43ae00146 [MIG] document_page_reference: Migration to 16.0 2023-07-17 04:32:47 -03:00
kaynnan
58d742d7b0 [IMP] document_page_reference: pre-commit stuff 2023-07-17 04:01:49 -03:00
mymage
6be9dd2e1f Translated using Weblate (Italian)
Currently translated at 100.0% (7 of 7 strings)

Translation: knowledge-15.0/knowledge-15.0-document_page_reference
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page_reference/it/
2023-07-17 04:01:09 -03:00
OCA-git-bot
7e90225fa9 document_page_reference 15.0.1.1.0 2023-07-17 04:01:09 -03:00
mymage
994f8245c0 Translated using Weblate (Italian)
Currently translated at 100.0% (7 of 7 strings)

Translation: knowledge-15.0/knowledge-15.0-document_page_reference
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page_reference/it/
2023-07-17 04:01:09 -03:00
mymage
09040b4001 Translated using Weblate (Italian)
Currently translated at 100.0% (7 of 7 strings)

Translation: knowledge-15.0/knowledge-15.0-document_page_reference
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page_reference/it/
2023-07-17 04:01:09 -03:00
mymage
044d3b5da1 Added translation using Weblate (Italian) 2023-07-17 04:01:09 -03:00
OCA-git-bot
7fdc79920f document_page_reference 15.0.1.0.1 2023-07-17 04:01:08 -03:00
oca-ci
7b8314e92f [UPD] Update document_page_reference.pot 2023-07-17 04:01:08 -03:00
Lois Rilo
456dc25492 [IMP] document_page_reference: auto-fill reference when not supplied.
also, make reference optional in tree view and not the first field.
2023-07-17 04:01:08 -03:00
Miquel Raïch
69c22bb641 [FIX] document_page_reference: assure content or content_parsed is visible 2023-07-17 04:01:08 -03:00
OCA-git-bot
34a561643f [UPD] README.rst 2023-07-17 04:01:08 -03:00
oca-ci
96724c19b5 [UPD] Update document_page_reference.pot 2023-07-17 04:01:08 -03:00
Olga Marco
e465c1b73a [MIG] document_page_reference: Migration to 15.0 2023-07-17 04:01:08 -03:00
oca-git-bot
1235257d2e [IMP] update dotfiles 2023-07-17 04:01:08 -03:00
Michael Telahun
90255a2aab [MIG] document_page_reference: Migrate to 14.0
[UPD] Update document_page_reference.pot

[UPD] README.rst
2023-07-17 04:01:08 -03:00
Michael Telahun
126f576417 [IMP] document_page_reference: black, isort, prettier 2023-07-17 04:01:08 -03:00
Jaime Arroyo
19c826834c [13.0][MIG] document_page_reference 2023-07-17 04:01:08 -03:00
Jaime Arroyo
01915a9d69 [IMP] document_page_reference: black, isort, prettier 2023-07-17 04:01:08 -03:00
Jaime Arroyo
1335922481 [12.0][MIG] document_page_reference 2023-07-17 04:01:08 -03:00
Jordi Ballester Alomar
17cba0db6f [IMP] document_page_reference: add option to create a new page from a non-existing reference 2023-07-17 04:01:08 -03:00
Enric Tobella
2c7baa3c1b [ADD] document_page_reference 2023-07-17 04:01:08 -03:00
OCA-git-bot
2d90c953c3 [UPD] addons table in README.md 2023-07-14 18:44:58 +00:00
OCA-git-bot
1f04025602 document_url 16.0.1.0.3 2023-07-14 18:44:53 +00:00
OCA-git-bot
237f63fcdf Merge PR #420 into 16.0
Signed-off-by pedrobaeza
2023-07-14 18:42:06 +00:00
angelinaanaki
1dba67a783 [16.0][FIX] document_url: Add URL button and paperclip button 2023-07-14 17:07:48 +02:00
Francesco Foresti
c27788331d Translated using Weblate (Italian)
Currently translated at 100.0% (19 of 19 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page_tag
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_tag/it/
2023-07-12 15:13:45 +00:00
mymage
4284f6f14c Translated using Weblate (Italian)
Currently translated at 100.0% (95 of 95 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page/it/
2023-06-23 13:10:34 +00:00
mymage
2e9b36f6e7 Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_group/it/
2023-06-23 09:09:29 +00:00
mymage
2198747731 Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page_approval
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
2023-06-22 15:08:20 +00:00
mymage
985c6ec5df Translated using Weblate (Italian)
Currently translated at 100.0% (17 of 17 strings)

Translation: knowledge-16.0/knowledge-16.0-document_url
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_url/it/
2023-06-22 15:08:19 +00:00
mymage
cb2f10d8ce Translated using Weblate (Italian)
Currently translated at 100.0% (95 of 95 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page/it/
2023-06-16 17:09:50 +00:00
mymage
7da50f642e Translated using Weblate (Italian)
Currently translated at 100.0% (95 of 95 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page/it/
2023-06-14 09:09:32 +00:00
Weblate
7d55c2cb88 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-16.0/knowledge-16.0-document_url
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_url/
2023-06-08 00:26:30 +00:00
OCA-git-bot
8420859fab [UPD] addons table in README.md 2023-06-08 00:25:37 +00:00
OCA-git-bot
405653308c document_url 16.0.1.0.2 2023-06-08 00:25:21 +00:00
oca-ci
2f3c869cf5 [UPD] Update document_url.pot 2023-06-08 00:22:55 +00:00
OCA-git-bot
02d56062fe Merge PR #415 into 16.0
Signed-off-by pedrobaeza
2023-06-08 00:21:09 +00:00
Francesco Foresti
bc7e772ee5 Translated using Weblate (Italian)
Currently translated at 96.7% (59 of 61 strings)

Translation: knowledge-16.0/knowledge-16.0-document_page_approval
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
2023-06-06 17:09:26 +00:00