mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Roommatik private method
This commit is contained in:
@@ -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 -------------------
|
||||
|
||||
Reference in New Issue
Block a user