Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to import PDFs in any model?

2 Comments
Avatar
Discard
Avatar
odoo
-

Is there any new answer?

Avatar
odoo
-

Is there a script available (ever created?) and what is your experience with importing 2,000 PDFs from another application or location into Odoo V17? 

And which converters did you use? 

This post was 2 years ago so I hope that there is more possible and more experience with this ;-)

1 Answer
0
Avatar
odoo
Best Answer

To do this, the following steps must be taken:

- The PDFs must all be converted to Base64 format. There are various free (online) converters for this purpose.

- We insert the txt result into our import file. (Column name is the name of the file-field we added before)

- Import & Done.

(Some colleagues surely can provide a script for bulk converting of the PDFs).

Avatar
Discard