Skip to content

Commit edb41d8

Browse files
ksc-odoosamueljlieber
authored andcommitted
[IMP] sales: updated quotation template for 17
closes #7101 Signed-off-by: Zachary Straub (zst) <[email protected]>
1 parent 648cc25 commit edb41d8

9 files changed

+52
-79
lines changed

content/applications/sales/sales/send_quotations/quote_template.rst

Lines changed: 52 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,10 @@ corner. Doing so reveals a blank quotation template form that can be customized
5353

5454
Start by entering a name for the template in the :guilabel:`Quotation Template` field.
5555

56-
Then, in the :guilabel:`Quotation expires after` field, designate how many days the quotation
57-
template will remain valid for, or leave the field on the default `0` to keep the template valid
56+
Then, in the :guilabel:`Quotation Validity` field, designate how many days the quotation template
57+
will remain valid for, or leave the field on the default `0` to keep the template valid
5858
indefinitely.
5959

60-
If the :guilabel:`Online Signature` and/or :guilabel:`Online Payment` features are activated in the
61-
:guilabel:`Settings` (:menuselection:`Sales app --> Configuration --> Settings`), those options are
62-
available in the :guilabel:`Online confirmation` field.
63-
64-
In the :guilabel:`Online confirmation` field, check the box beside :guilabel:`Signature` to request
65-
an online signature from the customer to confirm an order. Check the box beside :guilabel:`Payment`
66-
to request an online payment from the customer to confirm an order.
67-
68-
Both options can be enabled simultaneously, in which case the customer must provide **both** a
69-
signature **and** a payment to confirm an order.
70-
7160
Next, in the :guilabel:`Confirmation Mail` field, click the blank field to reveal a drop-down menu.
7261
From the drop-down menu, select a pre-configured email template to be sent to customers upon
7362
confirmation of an order.
@@ -77,10 +66,11 @@ confirmation of an order.
7766
typing the name of the new email template in the field, and select either: :guilabel:`Create` or
7867
:guilabel:`Create and edit...` from the drop-down menu that appears.
7968

80-
Selecting :guilabel:`Create` creates the email template, which can be edited later. Selecting
81-
:guilabel:`Create and edit...` creates the email template, and a :guilabel:`Create Confirmation
82-
Mail` pop-up window appears, in which the email template can be customized and configured right
83-
away.
69+
Selecting :guilabel:`Create` creates the email template, which can be edited later.
70+
71+
Selecting :guilabel:`Create and edit...` creates the email template, and a :guilabel:`Create
72+
Confirmation Mail` pop-up window appears, in which the email template can be customized and
73+
configured right away.
8474

8575
.. image:: quote_template/create-confirmation-mail-popup.png
8676
:align: center
@@ -92,13 +82,32 @@ confirmation of an order.
9282
If working in a multi-company environment, use the :guilabel:`Company` field to designate to which
9383
company this quotation template applies.
9484

95-
In the :guilabel:`Recurrence` field, choose from a variety of pre-configured amounts of time (e.g.
96-
:guilabel:`Monthly`, :guilabel:`Quarterly`) to designate how often this quotation template should
97-
occur.
85+
If a journal is set in the :guilabel:`Invoicing Journal` field, all sales orders with this template
86+
will invoice in that specified journal. If no journal is set in this field, the sales journal with
87+
the lowest sequence is used.
88+
89+
If the :guilabel:`Online Signature` and/or :guilabel:`Online Payment` features are activated in the
90+
:guilabel:`Settings` (:menuselection:`Sales app --> Configuration --> Settings`), those options are
91+
available on quotation template forms.
92+
93+
Check the box beside :guilabel:`Online Signature` to request an online signature from the customer
94+
to confirm an order.
95+
96+
Check the box beside :guilabel:`Online Payment` to request an online payment from the customer to
97+
confirm an order. When :guilabel:`Online Payment` is checked, a new percentage field appears, in
98+
which a specific percentage of payment can be entered.
99+
100+
Both options, :guilabel:`Online Signature` and :guilabel:`Online Payment` can be enabled
101+
simultaneously, in which case the customer must provide **both** a signature **and** a payment to
102+
confirm an order.
103+
104+
In the :guilabel:`Recurring Plan` field, choose from a variety of pre-configured amounts of time
105+
(e.g. :guilabel:`Monthly`, :guilabel:`Quarterly`, etc.) to designate how often this quotation
106+
template should occur.
98107

99108
.. note::
100-
The :guilabel:`Recurrence` field **only** applies to subscription plans. For more information,
101-
check out the documentation on :doc:`../../subscriptions/plans`.
109+
The :guilabel:`Recurring Plan` field **only** applies to subscription plans. For more
110+
information, check out the documentation on :doc:`../../subscriptions/plans`.
102111

103112
Lines tab
104113
---------
@@ -108,10 +117,6 @@ In the :guilabel:`Lines` tab, products can be added to the quotation template by
108117
section headers), and further explained with discretionary information (such as warranty details,
109118
terms, etc.) by clicking :guilabel:`Add a note`.
110119

111-
.. image:: quote_template/lines-tab-quotation-template.png
112-
:align: center
113-
:alt: Populated lines tab on a quotation template form in Odoo Sales.
114-
115120
To add a product to a quotation template, click :guilabel:`Add a product` in the :guilabel:`Lines`
116121
tab of a quotation template form. Doing so reveals a blank field in the :guilabel:`Product` column.
117122

@@ -169,10 +174,6 @@ In the :guilabel:`Optional Products` tab, :guilabel:`Add a line` for each cross-
169174
related to the original items in the :guilabel:`Lines` tab, if applicable. The products added here
170175
ideally complement the original offering as added value for the prospective buyer.
171176

172-
.. image:: quote_template/optional-products-tab-quotation-template.png
173-
:align: center
174-
:alt: Populated optional products tab on a quotation template in Odoo Sales.
175-
176177
Clicking :guilabel:`Add a line` reveals a blank field in the :guilabel:`Product` column.
177178

178179
When clicked, a drop-down menu with products from the database appear. Select the desired product
@@ -191,64 +192,24 @@ The :guilabel:`Terms \& Conditions` tab provides the opportunity to add terms an
191192
quotation template. To add terms and conditions, simply type (or copy/paste) the desired terms and
192193
conditions in this tab.
193194

194-
.. image:: quote_template/terms-and-conditions-tab.png
195-
:align: center
196-
:alt: Terms and conditions tab in a quotation template form in Odoo Sales.
197-
198195
.. seealso::
199196
:doc:`../../../finance/accounting/customer_invoices/terms_conditions`
200197

201198
.. note::
202199
Terms and conditions are **not** required to create a quotation template.
203200

204-
Design quotation templates
205-
==========================
206-
207-
In the upper-left corner of the quotation template form, there's a :guilabel:`Design Template`
208-
button.
209-
210-
.. image:: quote_template/design-template-button.png
211-
:align: center
212-
:alt: Design template button in the upper-left corner of quotation template form.
213-
214-
When clicked, Odoo reveals a preview of the quotation template, through the Odoo *Website*
215-
application, as it will appear on the front-end of the website to the customer.
216-
217-
.. note::
218-
This feature is **only** available if the *Website* application is installed.
219-
220-
Odoo uses numerous blue placeholder blocks to signify where certain elements appear, and what they
221-
contain (e.g. :guilabel:`Template Header`, :guilabel:`Product`).
222-
223-
To edit the content, appearance, and overall design of the quotation template via the *Website*
224-
application, click the :guilabel:`Edit` button in the upper-right corner.
225-
226-
.. image:: quote_template/design-template-edit-button.png
227-
:align: center
228-
:alt: Design template edit button in the upper-right corner of quotation template design.
229-
230-
When :guilabel:`Edit` is clicked, Odoo reveals a sidebar filled with a variety of design elements
231-
and feature-rich building blocks. These building blocks can be dragged-and-dropped anywhere on the
232-
quotation template design.
233-
234-
.. image:: quote_template/design-quotation-building-blocks.png
235-
:align: center
236-
:alt: Design quotation template building blocks sidebar in Odoo Website.
237-
238-
After a block has been dropped in the desired position, it can be customized and configured to fit
239-
any unique need, look, or style.
201+
PDF Quote Builder tab
202+
---------------------
240203

241-
.. tip::
242-
Quotation template design uses the same methodology and functionality with design building blocks
243-
as a typical web page design with Odoo *Website*. Be sure to check out the
244-
:doc:`../../../websites/website` documentation to learn more.
204+
The :guilabel:`PDF Quote Builder` tab provides options to compose an attractive quotation, with more
205+
information and visually-pleasing elements, to highlight products and/or services.
245206

246-
When all blocks and customizations are complete, click the :guilabel:`Save` button to put those
247-
configurations into place.
207+
To upload customer :guilabel:`Header pages` and :guilabel:`Footer pages`, click the :guilabel:`✏️
208+
(pencil)` icon to the right of the respective pages. Click the :guilabel:`🗑️ (trash)` icon to delete
209+
an uploaded PDF.
248210

249-
There is also a blue banner at the top of the quotation template design with a link to quickly
250-
return :guilabel:`Back to edit mode`. When clicked, Odoo returns to the quotation template form in
251-
the back-end of the *Sales* application.
211+
.. seealso::
212+
:doc:`/applications/sales/sales/send_quotations/pdf_quote_builder`
252213

253214
Use quotation templates
254215
=======================
@@ -268,6 +229,18 @@ portal.
268229
:align: center
269230
:alt: Customer preview of a quotation template in Odoo Sales.
270231

232+
.. tip::
233+
Quotation template design uses the same methodology and functionality with design building blocks
234+
as a typical web page design with Odoo *Website*. Be sure to check out the
235+
:doc:`../../../websites/website` documentation to learn more.
236+
237+
When all blocks and customizations are complete, click the :guilabel:`Save` button to put those
238+
configurations into place.
239+
240+
There is also a blue banner at the top of the quotation template design with a link to quickly
241+
return :guilabel:`Back to edit mode`. When clicked, Odoo returns to the quotation form in the
242+
back-end of the *Sales* application.
243+
271244
.. seealso::
272245
- :doc:`get_signature_to_validate`
273246
- :doc:`get_paid_to_validate`
6.9 KB
Loading
16 Bytes
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)