2
2
Going live
3
3
==========
4
4
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 :
7
9
8
10
Module import
9
11
=============
10
12
13
+ .. _website_themes/going_live/module_import/saas :
14
+
11
15
Odoo SaaS
12
16
---------
13
17
@@ -20,16 +24,23 @@ Follow these steps the first time you import a module:
20
24
#. Click on :guilabel: `Import Module ` in the menu.
21
25
#. Upload your ZIP file, tick :guilabel: `Force init `, and click the :guilabel: `Import App ` button.
22
26
27
+ .. image :: going_live/screenshot-import-module.png
28
+ :alt: Import a module on Odoo Online
29
+
23
30
If you need to re-import a module after making some changes, follow the same steps, but before
24
31
importing the module, open the developer menu and select :guilabel: `Become Superuser `. To leave the
25
32
Superuser mode, log out and log back in.
26
33
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.
29
38
30
39
.. seealso ::
31
40
- `Odoo eLearning: Register a Free Domain Name <https://www.odoo.com/slides/slide/register-a-free-domain-name-1663 >`_
32
41
42
+ .. _website_themes/going_live/module_import/sh :
43
+
33
44
Odoo.sh
34
45
-------
35
46
@@ -38,3 +49,22 @@ in the list and install it.
38
49
39
50
.. seealso ::
40
51
: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 `
0 commit comments