Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged

I want to perform an arithmetic calculation on a field whenever the tree view gets loaded.Here here is the 

model.py:

class li(models.Model):

    ns_rate = fields.Float(compute='_compute_ns_rate', store=True)

     def _compute_ns_rate(self): 

        for record in self: 

            record.ns_rate = float(math.ceil(float(record.ns_rate)*4)/4)




Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
feb. 18
3469
1
feb. 16
3633
1
mar. 15
4279
1
mar. 15
4962
1
nov. 23
2463