mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]14.0-pms_api_rest: service OCR supplier generic
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user