|
material = fields.Many2one('product.template', string='Productos', domain=[('sale_ok','=',True)])
|
|
material = fields.Many2one('product.template', string='Productos', domain=[('sale_ok','=',True)])
|
|
amount = fields.Integer(string='Cantidad', default=1)
|
|
amount = fields.Integer(string='Cantidad', default=1)
|