visitor_push_subscription |
Push Subscription for a Website Visitor
Catalog: Odoo
Schema: website
Documentation:
Contains the char push_token of a website.visitor's push subscription.
Push subscriptions are created when a visitor accepts to receive 'Web Push Notifications' on its
browser.
This token is used by the firebase service to send notifications to that browser.
A visitor can have multiple push subscriptions if they use several devices / browsers.
(push_subscriptions are 'merged' onto the main visitor, see website.visitor#_merge_visitor for
more information.)
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table visitor_push_subscription are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
display_name |
string |
Display Name |
☐ |
|
id |
int32 |
ID |
☐ |
|
push_token |
string |
Push Subscription |
☑ |
|
website_visitor_id_label |
string |
|
☐ |
|
website_visitor_id |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826
Odoo API Data Model