Skip to content

Commit c24ff05

Browse files
committed
[IMP] knowledge/management: update Articles management
task-4444311
1 parent 1c4392f commit c24ff05

File tree

6 files changed

+189
-89
lines changed

6 files changed

+189
-89
lines changed

content/applications/essentials/export_import_data.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ modification. This document covers the export and import of data into and out of
1313
can occur with large exports, or in cases where the import file is too large. To circumvent this
1414
limitation surrounding the size of the records, process exports or imports in smaller batches.
1515

16-
.. _export-data:
16+
.. _essentials/export_import_data/export-data:
1717

1818
Export data from Odoo
1919
=====================
@@ -66,7 +66,7 @@ several options for the data to export:
6666
in the export user interface is equal to *parent_id* (external identifier). This is helpful
6767
because then, the only data exported is what should be modified and re-imported.
6868

69-
.. _import-data:
69+
.. _essentials/export_import_data/import-data:
7070

7171
Import data into Odoo
7272
=====================
@@ -534,14 +534,15 @@ that are able to be imported.
534534
unless it is manually added, but it is still included in the export. However, if the :guilabel:`I
535535
want to update data (import-compatible export)` checkbox is ticked, it is included in the export.
536536

537-
Select the required fields to be included in the export using the :ref:`options <export-data>` on
538-
the pop-up window, then click :guilabel:`Export`.
537+
Select the required fields to be included in the export using the :ref:`options
538+
<essentials/export_import_data/export-data>` on the pop-up window, then click :guilabel:`Export`.
539539

540540
Import updated data
541541
-------------------
542542

543543
After exporting, make any necessary changes to the data file. When the file is ready, it can be
544-
:ref:`imported <import-data>` by following the same process as a normal data import.
544+
:ref:`imported <essentials/export_import_data/import-data>` by following the same process as a
545+
normal data import.
545546

546547
.. danger::
547548
When updating data, it is extremely important that the *External ID* remain consistent, as

content/applications/essentials/html_editor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ toolbar and apply any of the following formatting options:
5151
the tone by clicking buttons such as :guilabel:`Correct, Shorten, Lengthen, Friendly,
5252
Professional`, and :guilabel:`Persuasive`.
5353

54-
.. image:: text_editor/style-and-colors.png
54+
.. image:: html_editor/style-and-colors.png
5555
:alt: Text editor's toolbox
5656

5757

File renamed without changes.

content/applications/productivity/knowledge/articles_editing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Article creation and editing
33
============================
44

5+
.. _knowledge/articles_editing/create-article:
6+
57
Article creation
68
================
79

@@ -118,6 +120,8 @@ To add a title emoji to the article's name and header:
118120
- Alternatively, click the :icon:`fa-file-text-o` :guilabel:`(page)` icon next to the article's
119121
name in the sidebar or the top bar and select the preferred emoji.
120122

123+
.. _knowledge/articles_editing/views:
124+
121125
Views and links from other apps
122126
-------------------------------
123127

Lines changed: 175 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,209 @@
1-
===================
2-
Articles management
3-
===================
1+
==================
2+
Article management
3+
==================
44

5-
Managing articles effectively is key to maximizing the value of your knowledge resources, whether
6-
working on a research project, studying for an exam, or building a knowledge database for your
7-
business. Knowledge allows you to fully manage your articles, from
8-
:ref:`creation <management/create>` to :ref:`removal <management/remove>`, through :ref:`sharing
9-
<management/share>` and :ref:`structure <management/structure>`.
5+
Knowledge allows for managing articles, which consists of :ref:`structuring
6+
<knowledge/management/structure>`, :ref:`sharing <knowledge/management/share>`, :ref:`removing
7+
<knowledge/management/remove>`, and :ref:`retrieving <knowledge/management/retrieve>` them.
108

11-
You can find most tools to manage articles by clicking the vertical ellipsis button (:guilabel:``)
12-
at the right side of the top bar. From there, you can move, lock, delete, or duplicate an article.
9+
Basic management
10+
================
1311

14-
.. image:: management/toolbox.png
15-
:alt: Menu with tools for the management of articles
12+
Click the :icon:`fa-ellipsis-v` (:guilabel:`ellipsis`) icon and select one of the following actions
13+
for basic article management:
1614

17-
Creation, sharing, and removal of articles
18-
==========================================
15+
- :guilabel:`Move To`: Select the article to move under a category or another article, then click
16+
:guilabel:`Move Article`.
17+
- :guilabel:`Lock Content`: Lock the article to stop edits. Click :guilabel:`Unlock` to edit again.
18+
- :guilabel:`Create a Copy`: Copy the article under the :guilabel:`Private` section.
19+
- :guilabel:`Export`: Open the browser's print function.
20+
- :guilabel:`Send to Trash`: Move the article to the trash.
1921

20-
.. _management/create:
22+
.. note::
23+
The following actions only apply to nested articles and article items:
2124

22-
Creation
23-
--------
24-
25-
To create articles, click the :guilabel:`+ New` button on the right side of the top bar or the
26-
:guilabel:`+` button next to a category or another article.
25+
- :guilabel:`Convert into Article Item`: Convert the nested article into an article item.
26+
- :guilabel:`Convert into Article`: Convert the article item into a nested article.
2727

2828
.. tip::
29-
Create private articles quickly with the Alt/Option + C keyboard shortcut.
29+
- Move an article directly from the sidebar tree by dragging and dropping it under another
30+
article or category.
31+
- Press `CTRL` / `CMD` + `K` to open the command palette, then type `?` to search for visible
32+
articles or `$` for hidden articles. Alternatively, hover over the :guilabel:`Workspace`
33+
category and click the :icon:`fa-eye` (:guilabel:`eye`) icon to find hidden articles.
34+
35+
.. _knowledge/management/structure:
36+
37+
Structuring
38+
===========
39+
40+
The article structure follows a hierarchy with parent and nested articles organized within the
41+
following categories:
42+
43+
- :guilabel:`Favorites` displays all articles marked as favorites.
44+
- :guilabel:`Workspace` displays articles accessible to all internal users.
45+
- :guilabel:`Shared` displays articles shared with specific users.
46+
- :guilabel:`Private` displays personal articles.
3047

31-
.. _management/share:
48+
.. note::
49+
- To mark an article as a favorite and display the :guilabel:`Favorites` category, click the
50+
:icon:`fa-star-o` (:guilabel:`star`) icon in the top-right menu.
51+
- Nested articles inherit the access rights of their parent article.
52+
53+
.. _knowledge/management/share:
3254

3355
Sharing
34-
-------
56+
=======
3557

36-
You can share articles with internal or external users. To do so, open the share menu by clicking
37-
:guilabel:`Share` in the top-right menu of articles.
58+
Sharing an article involves configuring :ref:`access rights <knowledge/management/rights>`,
59+
inviting :ref:`users <knowledge/management/invite>`, providing :ref:`online access
60+
<knowledge/management/share-online>`, and determining its visibility in the :ref:`sidebar tree
61+
<knowledge/management/structure>`.
3862

39-
Invite users
40-
~~~~~~~~~~~~
63+
Articles listed under a category in the sidebar tree are visible. Articles that certain users must
64+
search for through the command palette due to restricted access rights are hidden.
4165

42-
To share articles with specific users (internal or external, such as a partner or a customer), click
43-
:guilabel:`Invite`. This opens a pop-up window in which you can choose the :guilabel:`Permission`
44-
:ref:`(i.e, access rights) <management/categories>` and enter the :guilabel:`Recipients`' name or
45-
email.
66+
.. _knowledge/management/rights:
4667

47-
You can also restrict a specific user from accessing the article by selecting :guilabel:`No access`
48-
permission.
68+
Configure access rights
69+
-----------------------
4970

50-
.. image:: management/invite.png
51-
:alt: pop-up window to invite users to access a Knowledge article
71+
Click :guilabel:`Share` in the top-right menu to configure access rights.
5272

53-
Share online
54-
~~~~~~~~~~~~
73+
Default Access Rights
74+
~~~~~~~~~~~~~~~~~~~~~
5575

56-
To share articles **online**, activate the :guilabel:`Share to web` button. Doing so generates a URL
57-
link anyone can use to view the article.
76+
.. tabs::
5877

59-
Additionally, the share menu displays the default permission for internal members along with all the
60-
users who have been granted specific permission.
78+
.. list-table::
79+
:widths: 20 80
80+
:header-rows: 1
81+
:stub-columns: 1
6182

62-
.. image:: management/share-menu.png
63-
:alt: Sharing menu with URL for online sharing and the list of members.
83+
* - Setting
84+
- Use
85+
* - :guilabel:`Can edit`
86+
- Allow all internal users to edit the article.
87+
* - :guilabel:`Can read`
88+
- Allow all internal users to read the article only.
89+
* - :guilabel:`No access`
90+
- Prevent all users from accessing the article in the sidebar tree or searching in the
91+
command palette.
6492

65-
.. _management/remove:
93+
Visibility
94+
~~~~~~~~~~
6695

67-
Removal
68-
-------
96+
.. tabs::
6997

70-
To remove an article, you can either **delete** it or **archive** it.
98+
.. list-table::
99+
:widths: 20 80
100+
:header-rows: 1
101+
:stub-columns: 1
71102

72-
To delete an article, open it and click the vertical ellipsis button :menuselection:`(⋮) -->
73-
Delete`. The article is moved to the trash for 30 days before being permanently deleted. To restore
74-
it, click :guilabel:`Open the Trash`, select the article, and click :guilabel:`Restore`.
103+
* - Setting
104+
- Use
105+
* - :guilabel:`Everyone`
106+
- The article is visible in the sidebar tree to all internal users.
107+
* - :guilabel:`Members`
108+
- The article is only visible in the sidebar tree to invited users, while other users
109+
can find it using the hidden article search.
75110

76-
To archive articles, click :guilabel:`Search`, select the article(s), and click
77-
:menuselection:`Action --> Archive --> Archive`. Archived articles are hidden from the search menu.
78-
To retrieve an archived article, add a custom filter to display them (:menuselection:`Search -->
79-
Filters --> Add Custom Filter`, and set :guilabel:`Active` as :guilabel:`is No`). Then, select the
80-
article(s) and go to :menuselection:`Action --> Unarchive`.
111+
.. note::
112+
- The :guilabel:`Default Access Rights` apply to all internal users except invited users;
113+
specific access rights override default access rights.
114+
- Selecting `Can edit` or `Can read` in the :guilabel:`Default Access Rights` moves the article
115+
to the :guilabel:`Workspace` category, while selecting `No access` moves it to the
116+
:guilabel:`Private` category if it is not shared with anyone.
117+
- The :guilabel:`Shared` category appears to users with specific access rights.
118+
- The :guilabel:`Visibility` setting only applies to :guilabel:`Workspace` articles.
81119

82-
.. _management/structure:
120+
.. _knowledge/management/invite:
83121

84-
Structure of articles
85-
=====================
122+
Invite specific users
123+
---------------------
86124

87-
Articles are organized into a hierarchical structure wherein the article on top is a parent article,
88-
and those underneath are called nested articles. This structure allows the grouping of related
89-
articles.
125+
To grant specific internal or portal users access to a private article, or to share a
126+
:guilabel:`Workspace` article with a portal user, follow these steps:
90127

91-
To establish this hierarchy, create new articles by clicking the :guilabel:`+` button next to the
92-
parent-to-be article, or move existing articles by either dragging and dropping them under the
93-
parent-to-be or by clicking the vertical ellipsis button (:guilabel:``), clicking :guilabel:`Move
94-
To` on the toolbox and selecting the article to use as a parent.
128+
#. Click :guilabel:`Share` in the top-right menu.
129+
#. Click :guilabel:`Invite`.
130+
#. Select the preferred :guilabel:`Permission` and add users in the :guilabel:`Recipients` field.
131+
#. Click :guilabel:`Invite`.
95132

96-
.. _management/categories:
133+
.. _knowledge/management/share-online:
97134

98-
Categories
99-
----------
135+
Generate article URL
136+
--------------------
100137

101-
Additionally, articles are divided into four categories that can be found on the left sidebar. These
102-
categories give articles default **access rights**.
138+
Click :guilabel:`Share` and activate the :guilabel:`Share to web` toggle to generate a URL.
139+
Click the :icon:`fa-clone` (:guilabel:`copy`) icon to copy the article's URL.
103140

104-
- :guilabel:`Favorites`: You can set any article you can access as a favorite. To do so, click the
105-
star-shaped icon (:guilabel:``) in the top-right menu of articles. Marking articles as
106-
**favorites** is user-specific and does not affect other users.
107-
- :guilabel:`Workspace`: Articles displayed in that category are available to all internal users.
108-
These users have the right to read, modify or share these articles.
109-
- :guilabel:`Shared`: Articles displayed in that category are those you shared with internal users,
110-
external users, or shared with you.
111-
- :guilabel:`Private`: Articles displayed in that category are only available to you.
141+
.. note::
142+
- If an article contains :ref:`inserted views <knowledge/articles_editing/views>`, users with
143+
the URL do not see them unless they can access the inserted content.
144+
- Having the Website app is necessary to share an article's URL.
112145

113-
.. image:: management/left-sidebar-cat.png
114-
:alt: Categories displayed in the left sidebar of Odoo Knowledge
146+
.. _knowledge/management/remove:
147+
148+
Removal
149+
=======
150+
151+
Removing an article involves deleting or archiving it.
152+
153+
Delete an article
154+
-----------------
155+
156+
Select an article in the sidebar tree and click the :icon:`fa-ellipsis-v` (:guilabel:`ellipsis`)
157+
icon, then :guilabel:`Send to Trash`. The article is moved to the trash for 30 days before being
158+
permanently deleted.
159+
160+
Alternatively, click :guilabel:`Search` in the top-left menu. Select an article and click
161+
:menuselection:`Actions --> Delete --> Delete` to remove the article permanently.
162+
163+
Archive an article
164+
------------------
165+
166+
Click :guilabel:`Search`, select an article, and click :menuselection:`Actions --> Archive -->
167+
Archive`.
168+
169+
.. tip::
170+
- To restore a deleted article, click :guilabel:`Open the Trash` at the bottom of the sidebar
171+
tree, select an article, and click :guilabel:`Restore`. Alternatively, click :guilabel:`Search`
172+
in the top-left menu. In the search bar, click :menuselection:`Filters --> Trashed`. Click the
173+
article, then :guilabel:`Restore`.
174+
- To restore an archived article, click :guilabel:`Search`. In the search bar, click
175+
:menuselection:`Filters --> Archived`. Select an article and go to :menuselection:`Action -->
176+
Unarchive`.
177+
178+
.. _knowledge/management/retrieve:
179+
180+
Retrieval
181+
=========
182+
183+
Retrieving Knowledge articles consists of accessing them from various Odoo apps or restoring
184+
previous versions.
185+
186+
Access articles from various apps
187+
---------------------------------
188+
189+
Knowledge articles are accessible from the :ref:`form view <studio/views/general/form>` of various
190+
apps. Click the :icon:`fa-bookmark` :guilabel:`(Knowledge)` icon in the top right corner to open
191+
the command palette, then choose one of the following search methods:
192+
193+
- :guilabel:`Search for an article`: start typing the text to execute a semantic search that
194+
identifies relevant article information.
195+
- :guilabel:`Advanced Search`: after typing the text in the search bar, click :guilabel:`Advanced
196+
Search` to perform a parametric search with options to filter, group, or save articles.
197+
198+
Version history
199+
---------------
200+
201+
To retrieve a previous version of an article, select it in the sidebar tree and click the
202+
:icon:`fa-history` (:guilabel:`history`) icon in the top-right menu to open the version history.
203+
Select a version and click :guilabel:`Restore history`.
204+
205+
.. note::
206+
- In the version history, the :guilabel:`Content` tab shows the selected version, while the
207+
:guilabel:`Comparison` tab displays the differences between the article's previous and current
208+
versions.
209+
- By default, archived articles have a 30-day expiration date before being permanently deleted.

content/applications/websites/ecommerce/products.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ page. When you :guilabel:`Save`, the product page is automatically published.
4545
Import products
4646
---------------
4747

48-
To :ref:`import product data <import-data>` using XLSX or CSV files, go to
49-
:menuselection:`Website --> eCommerce --> Products`, click the :icon:`fa-cog` (:guilabel:`gear`)
50-
icon, then :ref:`Import records <import-data>`.
48+
To :ref:`import product data <essentials/export_import_data/import-data>` using XLSX or CSV files,
49+
go to :menuselection:`Website --> eCommerce --> Products`, click the :icon:`fa-cog`
50+
(:guilabel:`gear`) icon, then :ref:`Import records <essentials/export_import_data/import-data>`.
5151

5252
.. tip::
5353
To publish **large batches** of products, follow these steps:

0 commit comments

Comments
 (0)