Commit cad73f7c by Yvon

mention warning

parent 700ce0b6
......@@ -9,6 +9,8 @@ _logger = logging.getLogger(__name__)
class ShiftCounterEvent(models.Model):
_inherit = 'shift.counter.event'
#voir si ce warning : 2023-10-12 19:30:09,651 4895 WARNING odoo openerp.models: shift.registration.read() with unknown field 'final_standard_point'
#est causé par ce bout de code
def _alter_point_event_depending_on_makeups_total_count(self, vals):
try:
if vals['point_qty'] > 0:
......
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