Commit 26faa235 by Damien Moulard

fix indent error

parent 72e81ad2
......@@ -10,7 +10,7 @@ class ShiftCounterEvent(models.Model):
def _update_partner_target_status(self, vals):
"""actions when points are removed or added"""
"""actions when points are removed or added"""
conf = self.env['ir.config_parameter']
suspension_limit = int(conf.get_param("lacagette_membership.points_limit_to_get_suspended"))
unsubscribe_limit = int(conf.get_param("lacagette_membership.points_limit_to_get_unsubscribed"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment