[FW][REV] odoo_sh: revert commit 6c48f90

closes odoo/documentation#1622

Forward-port-of: odoo/documentation#1618
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Stanislas Sobieski
2022-02-22 14:11:54 +00:00
parent a3a8098fed
commit 1c7c9eab28
8 changed files with 40 additions and 43 deletions
@@ -74,8 +74,8 @@ The neutralization includes:
* Setting payment acquirers and shipping providers in test mode.
* Disabling IAP services
The latest database will be kept alive for one year after which you will be expected to rebuild the branch.
Older ones from the same branch may get garbage collected to make room for new ones.
The latest database will be kept alive indefinitely, older ones from the same branch may get garbage collected
to make room for new ones. It will be valid for 3 months, after which you will be expected to rebuild the branch.
If you make configuration or view changes in these databases, make sure to document them or write them directly
in the modules of the branch, using XML data files overriding the default configuration or views.
@@ -384,7 +384,7 @@ we are considering the feature if there is enough demand.
In case the domain of your users email addresses use SPF (Sender Policy Framework) or DKIM
(DomainKeys Identified Mail), don't forget to authorize Odoo as a sending host in your domain name
settings to increase the deliverability of your outgoing emails.
The configuration steps are explained in the documentation about :ref:`SPF
The configuration steps are explained in the documentation about :ref:`SPF
<email_communication/spf_compliant>` and :ref:`DKIM <email_communication/dkim_compliant>`.