Odoo Document & Knowledge Management
Go to file
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
.github/workflows [IMP] update dotfiles [ci skip] 2023-02-10 00:45:48 +01:00
attachment_zipped_download [FIX] attachment_zipped_download: zip allowed document only 2023-08-29 10:46:58 +02:00
document_knowledge document_knowledge 16.0.1.1.0 2022-12-15 07:38:32 +00:00
document_page Translated using Weblate (Spanish) 2023-08-04 13:09:37 +00:00
document_page_approval Translated using Weblate (Spanish) 2023-08-04 13:09:38 +00:00
document_page_group Translated using Weblate (Italian) 2023-06-23 09:09:29 +00:00
document_page_tag Translated using Weblate (Italian) 2023-07-12 15:13:45 +00:00
document_url Translated using Weblate (Spanish) 2023-08-04 13:09:38 +00:00
setup [ADD] setup.py 2022-12-19 14:41:56 +00:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2023-03-12 19:27:25 +01:00
.editorconfig Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.eslintrc.yml Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.gitignore Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.isort.cfg Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.pre-commit-config.yaml [IMP] update dotfiles [ci skip] 2023-02-10 00:45:48 +01:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.pylintrc Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
.pylintrc-mandatory Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 21:44:44 +02:00
README.md [UPD] addons table in README.md 2023-07-14 18:44:58 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

knowledge

TODO: add repo description.

Available addons

addon version maintainers summary
attachment_zipped_download 16.0.1.0.1 Attachment Zipped Download
document_knowledge 16.0.1.1.0 Documents Knowledge
document_page 16.0.1.1.0 Document Page
document_page_approval 16.0.1.1.0 Document Page Approval
document_page_group 16.0.1.0.0 Define access groups on documents
document_page_tag 16.0.1.0.0 Allows you to assign tags or keywords to pages and search for them afterwards
document_url 16.0.1.0.3 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.