|
@ -27,4 +27,5 @@ class ProductTemplate(models.Model): |
|
|
_inherit = 'product.template' |
|
|
_inherit = 'product.template' |
|
|
|
|
|
|
|
|
document_ids = fields.Many2many('documents.document', string='Document', |
|
|
document_ids = fields.Many2many('documents.document', string='Document', |
|
|
help='Added product document') |
|
|
help='Added product document', |
|
|
|
|
|
domain=[('type', '=', 'binary')]) |
|
|