Skip to content

Commit b3d59b7

Browse files
committed
[IMP] Website Themes - Going Live
[IMP] Website Themes - Going Live - Content update and additions - Screenshot - New anchors [FIX] Fix after code review [FIX] Anchor to noupdate attribute closes #12518 X-original-commit: 664d737 Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
1 parent 6ca2a36 commit b3d59b7

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

content/developer/howtos/website_themes/going_live.rst

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
Going live
33
==========
44

5-
Once you have finished all the web design and development work, it's time to deploy it on a
6-
development or production database.
5+
Once all the web design and development work finished, it's time to deploy it on a development or
6+
production database.
7+
8+
.. _website_themes/going_live/module_import:
79

810
Module import
911
=============
1012

13+
.. _website_themes/going_live/module_import/saas:
14+
1115
Odoo SaaS
1216
---------
1317

@@ -20,16 +24,23 @@ Follow these steps the first time you import a module:
2024
#. Click on :guilabel:`Import Module` in the menu.
2125
#. Upload your ZIP file, tick :guilabel:`Force init`, and click the :guilabel:`Import App` button.
2226

27+
.. image:: going_live/screenshot-import-module.png
28+
:alt: Import a module on Odoo Online
29+
2330
If you need to re-import a module after making some changes, follow the same steps, but before
2431
importing the module, open the developer menu and select :guilabel:`Become Superuser`. To leave the
2532
Superuser mode, log out and log back in.
2633

27-
.. warning::
28-
The ZIP file size must be less than 50 MB.
34+
.. important::
35+
- Don't forget to untick :guilabel:`Force init` if you import a module for the second time.
36+
Otherwise, existing data might be lost. (:ref:`Related to noupdate=1 <website_themes/pages/theme_pages/noupdate>`).
37+
- The ZIP file size must be less than 50 MB.
2938

3039
.. seealso::
3140
- `Odoo eLearning: Register a Free Domain Name <https://www.odoo.com/slides/slide/register-a-free-domain-name-1663>`_
3241

42+
.. _website_themes/going_live/module_import/sh:
43+
3344
Odoo.sh
3445
-------
3546

@@ -38,3 +49,22 @@ in the list and install it.
3849

3950
.. seealso::
4051
:doc:`Introduction to Odoo.sh <../../../administration/odoo_sh/overview/introduction>`
52+
53+
.. _website_themes/going_live/whats_next:
54+
55+
What's next?
56+
============
57+
58+
After importing and installing the module and before going live, make sure to check the SEO and
59+
redirects as well as your domain name.
60+
61+
.. seealso::
62+
63+
**SEO & Redirects**
64+
65+
- :doc:`../../../applications/websites/website/pages/seo`
66+
- :ref:`website/URL-redirection`
67+
68+
**Domain name**
69+
70+
- :ref:`domain-name/existing`
Loading

0 commit comments

Comments
 (0)