Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
973 Weergaven

2 ou 3 times a week we place supplier orders for numerous products.

Some of them do exist in our odoo base, others needs to be created.

our base comprises say 20 000  products in inventory

The suppliers send the list of items being ordered (pdf files or csv files)

How to make that the odoo search function uses the files received to check whether the product is already in the base or not.
Based on the search results we will update the db and then input the full orders.

We use a Entreprise V14 base (Odoo Saas).

Thanks for your thoughts

Avatar
Annuleer
Beste antwoord

What you can do is create a wizard with a file field then when you give the wizard the file it will read it (json or csv file) - extract the product ids from the file and take you to a products list view with those specific ids as domain.

Avatar
Annuleer