This question has been flagged

Hi All,

Let's say,

I have an object, inside of it there are 3 kind of attachment (ir.attachment) that user input directly.


This is the field on my .py file

data1 = fields.Many2many('ir.attachment', string="Attachments 1")

data2 = fields.Many2many('ir.attachment', string="Attachments 2")

data3 = fields.Many2many('ir.attachment', string="Attachments 3")


Is there a way to print all 3 of them into a pdf ?

Thank you,

Avatar
Discard