Skip to content

Commit f2c49f1

Browse files
committed
[IMP] spreadsheet: remove default templates
task-4278043 closes #11942 X-original-commit: 5cb47dc Signed-off-by: Audrey Vandromme (auva) <[email protected]> Signed-off-by: Siobhan McGonigle (mcsi) <[email protected]>
1 parent 95bb52a commit f2c49f1

File tree

3 files changed

+47
-113
lines changed

3 files changed

+47
-113
lines changed

Diff for: content/applications/productivity/documents.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,14 @@ Link
202202
To add a link to your documents dashboard, click :icon:`fa-link` :guilabel:`Link`, enter the
203203
:guilabel:`URL`, and :guilabel:`Name` it.
204204

205+
.. _documents/documents/spreadsheet:
206+
205207
Spreadsheet
206208
~~~~~~~~~~~
207209

208-
To create a new :doc:`spreadsheet <spreadsheet>`, click :guilabel:`Spreadsheet`. You can select
209-
a :guilabel:`Blank spreadsheet` or an :doc:`existing template <spreadsheet/templates>`.
210+
To create a new :doc:`spreadsheet <spreadsheet>`, select the workspace where the file should be
211+
stored, click the :guilabel:`New` button, then :guilabel:`Spreadsheet`. You can create a
212+
:guilabel:`Blank spreadsheet` or select an :doc:`existing template <spreadsheet/templates>` to use.
210213

211214
Share
212215
-----

Diff for: content/applications/productivity/spreadsheet.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ can:
1919
- :doc:`Insert and link your Odoo data (pivots, graphs, lists, and menus) <spreadsheet/insert>`.
2020
- :doc:`Use global filters <spreadsheet/global_filters>`.
2121
- :doc:`Use formulas and functions <spreadsheet/functions>`.
22-
- :doc:`Use default templates or create new ones <spreadsheet/templates>`.
22+
- :doc:`Create and use templates <spreadsheet/templates>`.
2323
- Format data.
2424
- Sort and filter data.
2525

Diff for: content/applications/productivity/spreadsheet/templates.rst

+41-110
Original file line numberDiff line numberDiff line change
@@ -2,126 +2,47 @@
22
Templates
33
=========
44

5-
Spreadsheet templates allow you to quickly create spreadsheets without starting from scratch.
6-
7-
Several pre-built templates are available when creating a new spreadsheet from the **Documents**
8-
app, such as:
9-
10-
- :ref:`budget reports <templates/budget-reports>`,
11-
- :ref:`pipeline revenue reports <templates/pipeline-reports>`, or
12-
- :ref:`sales commission report <templates/sales-commission>`.
13-
14-
.. image:: templates/report-templates.png
15-
:alt: View of all the default templates
16-
17-
You can also :ref:`save any spreadsheet as a template <templates/save>` and :ref:`manage and edit
18-
existing templates <templates/manage>`.
19-
20-
Default templates
21-
=================
22-
23-
.. _templates/budget-reports:
24-
25-
Accounting: budget reports
26-
--------------------------
27-
28-
Budget reports compare a company's actual spending with its budget over a defined period. Two
29-
templates are available: one uses quarterly intervals (:guilabel:`Budget Report (Quarterly)`), while
30-
the other uses monthly intervals (:guilabel:`Budget Report (Monthly)`).
31-
32-
.. image:: templates/budget-report.png
33-
:alt: Extract of a budget report
34-
35-
The cells under the :guilabel:`Actuals` column are automatically filled in with the amount of money
36-
made and spent over the corresponding period (month or quarter). The data is taken from posted
37-
journal items under :ref:`income and expense accounts <chart-of-account/type>`.
38-
39-
.. warning::
40-
Journal items under the :guilabel:`Other Income` account type are not considered when collecting
41-
data.
42-
43-
To analyze your budget's performance, fill the cells under the :guilabel:`Budget` column with how
44-
much money you expect to make (:guilabel:`Income` rows) and spend (:guilabel:`Expenses` rows) over
45-
the related period and per account. Then, the performance (:guilabel:`Perf.`) column compares
46-
:guilabel:`Actuals` data to their corresponding budget, expressed as a percentage.
47-
48-
Lastly, the :guilabel:`Net Profit` row represents the total :guilabel:`Income` minus the total
49-
:guilabel:`Expenses` for the :guilabel:`Actuals` and :guilabel:`Budget` columns.
50-
51-
.. _templates/pipeline-reports:
52-
53-
CRM: pipeline revenue reports
54-
-----------------------------
55-
56-
Two pipeline revenue reports are available. The :guilabel:`Pipeline Revenue Report (Monthly)` is
57-
dedicated to one-time revenue (:abbr:`NRR (non-recurring revenue)`), while the :guilabel:`MRR/NRR
58-
Pipeline Revenue Report (Monthly)` covers recurring and non-recurring revenue (:abbr:`MRR (monthly
59-
recurring revenue)`).
60-
61-
.. tip::
62-
Enable :guilabel:`Recurring Revenues` by going to :menuselection:`CRM --> Configuration -->
63-
Settings`.
64-
65-
.. image:: templates/pipeline-revenue.png
66-
:alt: Extract of a pipeline revenue report
67-
68-
The cells under the :guilabel:`Actuals` column are automatically filled in with the amount of
69-
monthly revenue from **won** opportunities.
70-
71-
To compute the revenue performance, fill in the monthly revenue targets.
72-
73-
- For the :guilabel:`Revenue by Team` sheet, fill in the cells under the :guilabel:`Target` columns
74-
for each sales team.
75-
- For the :guilabel:`Revenue by Salesperson` sheet, open the :guilabel:`Targets` sheet and fill in
76-
the cells next to each salesperson. Use the :guilabel:`Monthly Factor` table below to adapt the
77-
main targets depending on the month of the year.
78-
79-
Then, the performance (:guilabel:`Perf.`) column compares :guilabel:`Actuals` data to their related
80-
budget, expressed as a percentage.
81-
82-
Lastly, the :guilabel:`Forecasted` column gathers the monthly revenue of leads multiplied by their
83-
:guilabel:`Probability` percentage.
5+
Spreadsheet templates allow you to quickly create spreadsheets without starting from scratch. For
6+
example, you could create a template for a monthly budget report or a quarterly sales commission
7+
report.
848

859
.. note::
86-
For actuals and forecasts:
87-
88-
- The :guilabel:`Expected Closing` date found on leads is used to assign them to a month.
89-
- The recurring monthly revenue is used even if the recurring plan's number of months is set to
90-
a different value than 1 month. For example, a yearly plan's revenue is divided by 12 months.
91-
92-
.. _templates/sales-commission:
10+
Templates are available to all users on the database.
9311

94-
Sales: sales commission
95-
-----------------------
12+
.. _spreadsheet/templates/create:
9613

97-
This report presents the monthly commission earned or due to each salesperson.
14+
Create a template
15+
=================
9816

99-
.. image:: templates/sales-commission.png
100-
:alt: Extract of a sales commission report
17+
Any spreadsheet can be saved as a template. Open the relevant spreadsheet or :ref:`create a new one
18+
<documents/documents/spreadsheet>`. From the menu bar, click :menuselection:`File -->
19+
Save as template`. Modify the default :guilabel:`Template Name` if needed and click
20+
:guilabel:`Confirm`.
10121

102-
The :guilabel:`Rate` column is pre-filled with the percentage rate from the :guilabel:`Rates` tab,
103-
which can be customized for each product category according to the company's policy. Adjusting the
104-
rate for a specific product category automatically updates the commission amount for that category.
22+
.. important::
23+
Once a spreadsheet is saved as a template, any further changes to the open spreadsheet are
24+
saved only in that spreadsheet. To make changes to the template, you need to :ref:`edit
25+
the template <spreadsheet/templates/manage>`.
10526

106-
The :guilabel:`Invoiced` column shows the total amount of untaxed invoices grouped by salesperson
107-
and month.
27+
You can also create a template by :ref:`making a copy of an existing template and editing it
28+
<spreadsheet/templates/manage>`.
10829

109-
Lastly, the :guilabel:`Comm.` column is computed by multiplying the invoiced amount with the rate
110-
percentage.
30+
.. _spreadsheet/templates/use:
11131

112-
.. _templates/save:
32+
Use templates
33+
=============
11334

114-
Save a spreadsheet as a template
115-
================================
35+
To create a new spreadsheet using a template, open the Documents app and click
36+
:menuselection:`New --> Spreadsheet`. Select the relevant template and click :guilabel:`Create`.
11637

117-
Any spreadsheet can be saved as a template. From the menu bar, click :menuselection:`File --> Save
118-
as template`. Modify the default :guilabel:`Template Name` if necessary and click
119-
:guilabel:`Confirm`.
38+
Alternatively, go to :menuselection:`Documents --> Configuration --> Spreadsheet Templates` then,
39+
on the line of the relevant template, click :icon:`fa-plus` :guilabel:`New spreadsheet`.
12040

12141
.. note::
122-
Templates are available to all users on the database.
42+
By default, the new spreadsheet inherits the name of the template, which is shown at the top of
43+
the screen. To rename the spreadsheet, click the name and edit it.
12344

124-
.. _templates/manage:
45+
.. _spreadsheet/templates/manage:
12546

12647
Manage and edit templates
12748
=========================
@@ -130,9 +51,19 @@ Manage templates by going to :menuselection:`Documents --> Configuration --> Spr
13051
Remove the :guilabel:`My Templates` :ref:`filter <search/preconfigured-filters>` to view all
13152
templates in the database.
13253

133-
To edit an existing template, click `✎ Edit` next to the desired template. Modifications are
134-
automatically saved.
54+
Various actions are possible:
55+
56+
- Copy an existing template by clicking :icon:`fa-clone` :guilabel:`Make a copy` at the right of
57+
the screen. The new template appears at the bottom of the list. Click the :guilabel:`Name` to
58+
edit it.
59+
60+
- Edit an existing template (including one you just copied) by clicking :icon:`fa-pencil`
61+
:guilabel:`Edit`, then making the required changes. Modifications are
62+
automatically saved.
63+
64+
- Delete a template by ticking the checkbox next to it, clicking :icon:`fa-cog`
65+
:guilabel:`Actions`, then :guilabel:`Delete`.
13566

13667
.. tip::
137-
Use the download button under the :guilabel:`Data` column to export a template in JSON format.
138-
The file can be imported into another database.
68+
Use the download button under the :guilabel:`Spreadsheet file` column to export a template in
69+
JSON format. The file can be imported into another database.

0 commit comments

Comments
 (0)