This question has been flagged
3 Replies
1959 Views

Is it possible to create a button in form view that imports documents?

Avatar
Discard
Best Answer

Coding it is possible, using a field binary to upload the file and a button to process it

Avatar
Discard
Best Answer

Hi Giezel,

It is the answer of Axel Mendoza

foo = fields.Binary()
<field name="foo"/>


Avatar
Discard