Skip to Content
Menu
This question has been flagged
1 Reply
695 Views

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
Discard
Best Answer

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
Discard