Skip to Content
मेन्यू
This question has been flagged

I want to access all files from many2many field. I don't want to save the files in the db, thats why is store=False


assets_uploader = fields.Many2many(comodel_name='ir.attachment', string='Assets upload', attachment=True, store=False)


<button string="Upload"  type="object" name="upload_asset" context="{'assets_uploader': assets_uploader}" />

 

def upload_asset(self):      

        for file in self._context.get('assets_uploader'):

            print(file)


Is there a solution?

Avatar
Discard
Related Posts Replies Views Activity
1
नव॰ 19
5159
2
नव॰ 24
2589
2
जून 20
11407
2
नव॰ 18
6110
0
मार्च 23
2136