gateway_allowed |
Mail Gateway Allowed
Catalog: Odoo
Schema: mail
Documentation:
List of trusted email address which won't have the quota restriction.
The incoming emails have a restriction of the number of records they can
create with alias, defined by the 2 systems parameters;
- mail.gateway.loop.minutes
- mail.gateway.loop.threshold
But we might have some legit use cases for which we want to receive a ton of emails
from an automated-source. This model stores those trusted source and this restriction
won't apply to them.
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 gateway_allowed are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
email_normalized |
string |
Normalized Email |
☐ |
|
string |
Email Address |
☐ |
|
|
id |
int32 |
ID |
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826