hi, I can successfully create and view the txt file in openerp 6. However, when I migrated it to Openerp 7, I cannot view the created file.
This is how my creation works.
I have a wizard form that asks if I want to create a txt file. When I click the button to create the file, a binary field data will be shown letting me to Save the created txt file. This is how it works in Openerp 6.
In Openerp 7, when I try to click the button for create txt file, the wizard suddenly closes without letting me see the binary field data so that I can Save the file. When I try to check in the database, there is a txt file generated.
Why is that? Can anybody help me fix this? Or does anybody have any other way on how can I create txt file and let the user Save the file?
↧