from odoo import fields, models class LoyaltyRule(models.Model): _inherit = 'loyalty.rule' reward_point_amount = fields.Float(digits='Reward Point')