Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3613 Zobrazení

Dears:

order lines fields can use track_visibility='onchange' ?


example:

class salereqlines(models.Model):

  _name = 'sale.req.lines'

  product_id = fields.Many2one('product.product', track_visibility='onchange')


When user change order lines product or qty... can show on messages ...

 

Avatar
Zrušit