mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: Improvements in precheckin portal
This commit is contained in:
@@ -626,6 +626,7 @@ class PortalPrecheckin(CustomerPortal):
|
||||
csrf=False,
|
||||
)
|
||||
def portal_precheckin_folio_send_invitation(self, **kw):
|
||||
print(kw)
|
||||
if kw.get("folio_id"):
|
||||
folio = request.env["pms.folio"].browse(int(kw.get("folio_id")))
|
||||
kw.update({"folio": folio})
|
||||
|
||||
Reference in New Issue
Block a user