[IMP]14.0-pms_api_rest: service OCR supplier generic

This commit is contained in:
braisab
2024-04-11 19:25:59 +02:00
committed by Darío Lodeiros
parent 54963776be
commit 447becce0b
11 changed files with 371 additions and 163 deletions

View File

@@ -111,6 +111,12 @@ class PmsProperty(models.Model):
inverse_name="pms_property_id",
)
ocr_checkin_supplier = fields.Selection(
string="OCR Checkin Supplier",
help="Select ocr supplier for checkin documents",
selection=[],
)
# PUSH API NOTIFICATIONS
def get_payload_avail(self, avails, client):
self.ensure_one()