'I want to add an Integer field in a transientModel, but the field is not added. Without giving me any kind of error

class MrpProductProducefiltro(models.TransientModel): _inherit = "mrp.product.produce"

servicio_mp_id = fields.Integer('Tipo servicios')


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source