Odoo Document & Knowledge Management
Go to file
Pierre Verkest 3d5a695527 [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 16.0.1.0.2
2024-12-18 13:03:22 +01:00
.github/workflows [IMP] update dotfiles 2024-05-01 16:34:57 +00:00
attachment_zipped_download [FIX] attachment_zipped_download: zip allowed document only 2024-12-18 13:03:22 +01:00
document_knowledge Translated using Weblate (Catalan) 2024-09-04 18:06:17 +00:00
document_page [MIG] document_page_approval: Finish migration 2024-11-12 17:38:23 +01:00
document_page_access_group [OU-FIX] document_page_access_group: use env in openupgrade load_data instead of cr 2024-11-11 14:15:34 +01:00
document_page_approval Update translation files 2024-11-13 07:50:49 +00:00
document_page_group Translated using Weblate (Catalan) 2024-09-04 18:06:16 +00:00
document_page_tag Translated using Weblate (Catalan) 2024-09-04 18:06:17 +00:00
document_url [BOT] post-merge updates 2024-11-14 18:28:09 +00:00
setup/_metapackage [BOT] post-merge updates 2024-11-13 06:38:59 +00:00
.copier-answers.yml [IMP] update dotfiles 2024-07-06 17:29:11 +00:00
.editorconfig Initialize 17.0 branch 2023-11-12 15:47:36 +01:00
.eslintrc.yml [IMP] update dotfiles 2024-07-06 17:29:11 +00:00
.gitignore [IMP] update dotfiles 2024-07-06 17:29:11 +00:00
.pre-commit-config.yaml [IMP] update dotfiles 2024-07-06 17:29:11 +00:00
.prettierrc.yml Initialize 17.0 branch 2023-11-12 15:47:36 +01:00
.pylintrc Initialize 17.0 branch 2023-11-12 15:47:36 +01:00
.pylintrc-mandatory Initialize 17.0 branch 2023-11-12 15:47:36 +01:00
.ruff.toml [IMP] update dotfiles 2024-05-01 16:34:57 +00:00
LICENSE Initialize 17.0 branch 2023-11-12 15:47:36 +01:00
README.md [BOT] post-merge updates 2024-11-14 18:28:09 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

knowledge

Knowlesge management addons. Also has some usefull tools to handle attachments

Available addons

addon version maintainers summary
document_knowledge 17.0.1.0.0 Documents Knowledge
document_page 17.0.1.1.0 Document Page
document_page_access_group 17.0.2.0.0 Choose groups to access document pages
document_page_approval 17.0.1.0.0 Document Page Approval
document_page_group 17.0.1.0.0 Define access groups on documents
document_page_tag 17.0.1.0.0 Allows you to assign tags or keywords to pages and search for them afterwards
document_url 17.0.1.0.1 URL attachment

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.