[FIX] Roommatik private method

This commit is contained in:
Dario Lodeiros
2019-08-07 13:50:00 +02:00
parent 735ff081a3
commit d107bcc2b4

View File

@@ -99,7 +99,7 @@ class RoomMatik(models.Model):
return json_response
@api.model
def _rm_add_payment(self, code, payment):
def rm_add_payment(self, code, payment):
apidata = self.env['account.payment']
return apidata.sudo().rm_checkin_partner(code, payment)
# Debug Stop -------------------