I want to know for sure if there is a method to import pdf and docx files in the document folders I've created in the knowledge module.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
2
Réponses
7352
Vues
sudo apt-get install poppler-utils
sudo apt-get install python-pdftools
sudo apt-get install antiword
I believe that you wan to massively load attachment files to OpenERP.
The document_webdav
will give you direct access to the files, but I can't confirm it it allows you to write/upload documents.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
oct. 25
|
210 | ||
|
0
oct. 25
|
4 | ||
|
2
août 25
|
1025 | ||
Customize Report problem
Résolu
|
|
3
août 25
|
1325 | |
|
3
août 25
|
2422 |
The pdf files not functionning correctly has been addressed in this Q and A. This bit to help you fast..If you're on Ubuntu/Debian try to install poppler-utils (apt-get install poppler-utils).On other gnu/linux distros the name of the package is probably the same.Then you'll have to restart.
@picsou
poppler-utils
only provides context indexing, and does not block other functionality.