Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged

I want to write a module in which you can upload an excel file, after uploading some of the sale order records should be updated based on excel file content. How can I achieve this using odoo import excel option?

Avatar
Zrušit
Autor Nejlepší odpověď

I achieved this by extending ListView.buttons template and writing its specific js file and python import function.

Avatar
Zrušit
Nejlepší odpověď

Create a custom model tailored to the excel file you want to upload, so you can upload it just using the standard odoo import function. Then you can write a method to be called from a menu action or a button that will process the imported lines and flag them as done or delete them.

Otherwise you have to make a model where you can upload the excel file as a binary attachment, and then elaborate it manually using a python excel library.

Avatar
Zrušit
Autor

can you be more specific about using standard odoo import?

can you be more specific about using standard odoo import?

Related Posts Odpovědi Zobrazení Aktivita
3
lis 23
7391
3
lis 20
4930
1
čvc 25
1104
3
čvc 16
5229
4
lis 24
10947