[REF] pdf quote builder: split into mutliple pages
closes odoo/documentation#17024
X-original-commit: d5bf15b6e8
Signed-off-by: Megan Valenzuela (meval) <meval@odoo.com>
@@ -1,3 +1,6 @@
|
||||
:show-content:
|
||||
:hide-page-toc:
|
||||
|
||||
=================
|
||||
PDF quote builder
|
||||
=================
|
||||
@@ -20,6 +23,25 @@ customers, and adds an elegant level of professionalism to a company.
|
||||
It is recommended to edit PDF forms with Adobe software. The form fields on the header and footer
|
||||
PDF templates are necessary to get dynamic values with Odoo.
|
||||
|
||||
.. cards::
|
||||
|
||||
.. card:: Add dynamic text to PDFs
|
||||
:target: pdf_quote_builder/dynamic_text
|
||||
|
||||
Add dynamic text fields to PDFs.
|
||||
|
||||
.. card:: Add PDFs to quotes
|
||||
:target: pdf_quote_builder/add_pdf_quotes
|
||||
|
||||
Add a PDF header or footer to a quote.
|
||||
|
||||
.. card:: Add PDFs to products
|
||||
:target: pdf_quote_builder/add_pdf_products
|
||||
|
||||
Set up the headers and footers for products. These will appear on sales quotes and online
|
||||
store pages.
|
||||
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
@@ -74,208 +96,16 @@ Under this, in the :guilabel:`Quotation Templates` section, this PDF can be rest
|
||||
templates only.
|
||||
|
||||
.. note::
|
||||
Alternatively, navigate to :menuselection:`Sales app --> Configuration --> Quotation Templates`,
|
||||
select a template and directly :guilabel:`Add` or :guilabel:`Upload` a PDF to it in the
|
||||
:guilabel:`Quote Builder` tab.
|
||||
Alternatively, you can also navigate to :menuselection:`Sales app --> Configuration --> Quotation
|
||||
Templates`, select a template and directly :guilabel:`Add` or :guilabel:`Upload` a PDF to it in
|
||||
the :guilabel:`Quote Builder` tab.
|
||||
|
||||
Lastly, beside the :guilabel:`File Content` field, the :guilabel:`Configure dynamic fields` option
|
||||
is available.
|
||||
Lastly, beside the :guilabel:`File Content` field, you have the possibility to :guilabel:`Configure
|
||||
dynamic fields`.
|
||||
|
||||
Dynamic text in PDFs
|
||||
====================
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
While creating custom PDFs for quotes, use *dynamic text* for Odoo to auto-fill the PDF content with
|
||||
information related to the quote from the Odoo database, like names, prices, etc.
|
||||
|
||||
Dynamic text values are form components (text inputs) that can be added in a PDF file, and Odoo
|
||||
automatically fills those values in with information related to the quote.
|
||||
|
||||
Dynamic text values
|
||||
-------------------
|
||||
|
||||
Below are common dynamic text values used in custom PDFs that are already mapped to the correct
|
||||
fields, and what they represent.
|
||||
|
||||
For headers and footers PDF:
|
||||
|
||||
- :guilabel:`name`: Sales Order Reference
|
||||
- :guilabel:`partner_id__name`: Customer Name
|
||||
- :guilabel:`user_id__name`: Salesperson Name
|
||||
- :guilabel:`amount_untaxed`: Untaxed Amount
|
||||
- :guilabel:`amount_total`: Total Amount
|
||||
- :guilabel:`delivery_date`: Delivery Date
|
||||
- :guilabel:`validity_date`: Expiration Date
|
||||
- :guilabel:`client_order_ref`: Customer Reference
|
||||
|
||||
|
||||
For product PDF:
|
||||
|
||||
- :guilabel:`description`: Product Description
|
||||
- :guilabel:`quantity`: Quantity
|
||||
- :guilabel:`uom`: Unit of Measure (UoM)
|
||||
- :guilabel:`price_unit`: Price Unit
|
||||
- :guilabel:`discount`: Discount
|
||||
- :guilabel:`product_sale_price`: Product List Price
|
||||
- :guilabel:`taxes`: Taxes name joined by a comma (`,`)
|
||||
- :guilabel:`tax_excl_price`: Tax Excluded Price
|
||||
- :guilabel:`tax_incl_price`: Tax Included Price
|
||||
|
||||
After uploading a PDF, click :guilabel:`Configure dynamic fields`. This allows the mapping of any
|
||||
field name found in the PDF to the desired displayed field by writing down any existing path.
|
||||
Headers and footers start from the current *sale_order* model, while product documents follow their
|
||||
path from their :guilabel:`sale_order_line`. Leaving that path empty fills a custom note directly
|
||||
from the specific quote that requires it.
|
||||
|
||||
.. example::
|
||||
When a PDF is built, it is best practice to use common dynamic text values (:guilabel:`name` and
|
||||
:guilabel:`partner_id_name`). When uploaded into the database, Odoo auto-populates those fields
|
||||
with the information from their respective fields.
|
||||
|
||||
In this case, Odoo would auto-populate the Sales Order Reference in the :guilabel:`name` dynamic
|
||||
text field, and the Customer Name in the :guilabel:`partner_id_name` field.
|
||||
|
||||
.. image:: pdf_quote_builder/pdf-quote-builder-sample.png
|
||||
:alt: PDF quote being built using common dynamic placeholders.
|
||||
|
||||
Once the PDF files are complete, save them to the computer's hard drive. Next, navigate to
|
||||
:menuselection:`Sales app --> Configuration --> Headers/Footers`, and click :guilabel:`Upload`.
|
||||
Select the PDF file to be uploaded, then click :guilabel:`Open`. The PDF is added to the database,
|
||||
and appears in the first Kanban card.
|
||||
|
||||
.. note::
|
||||
The Kanban template cards can be rearranged by clicking and dragging the template into the
|
||||
desired location.
|
||||
|
||||
.. example::
|
||||
When uploading PDF containing the form field :guilabel:`invoice_partner_country`, which is an
|
||||
information available in the sales order, configure the :guilabel:`path` of the :guilabel:`Form
|
||||
Field Name` to:
|
||||
|
||||
- :guilabel:`partner_invoice_id.country_id.name` for a header or footer document
|
||||
- :guilabel:`order_id.partner_invoice_id.country_id.name` for a product document fills the form
|
||||
with the invoice partner country's name when the PDF is built.
|
||||
|
||||
|
||||
.. tip::
|
||||
When uploading any PDF containing the form field :guilabel:`custom_note`, leaving the
|
||||
:guilabel:`path` empty allows the seller to write down any note where that form field is in that
|
||||
document and shown when the PDF is built.
|
||||
|
||||
Add PDF to product
|
||||
==================
|
||||
|
||||
In the Odoo **Sales** app, it is also possible to add a custom PDF to a product form. When a PDF is
|
||||
added to a product, and that product is used in a quotation, that PDF is also inserted in the final
|
||||
PDF.
|
||||
|
||||
To add a custom PDF to a product, start by navigating to :menuselection:`Sales app --> Products -->
|
||||
Products`, and select the desired product to add a custom PDF to.
|
||||
|
||||
.. note::
|
||||
A document could also be added to a product variant, instead of a product. If there are documents
|
||||
on a product *and* on its variant, **only** the documents in the variant are shown.
|
||||
|
||||
To add a custom document to a product variant, navigate to :menuselection:`Sales app -->
|
||||
Products --> Product Variants`. Select the desired variant, click the :guilabel:`Documents` smart
|
||||
button, and proceed to upload the custom document to the specific product variant.
|
||||
|
||||
On the product page, click the :guilabel:`Documents` smart button at the top of the page to navigate
|
||||
to a :guilabel:`Documents` page for that product, where files related to that product can be
|
||||
uploaded. From this page, either click :guilabel:`New` or :guilabel:`Upload`.
|
||||
|
||||
.. image:: pdf_quote_builder/documents-smart-button.png
|
||||
:alt: The Documents smart button on a product form in Odoo Sales.
|
||||
|
||||
Clicking :guilabel:`Upload` opens the computer's local file directory. An uploaded document can be
|
||||
further configured on the document card, or by clicking the :icon:`fa-ellipsis-v`
|
||||
:guilabel:`(vertical ellipsis)` icon in the top-right corner of the document card, and then clicking
|
||||
:guilabel:`Edit`.
|
||||
|
||||
Clicking :guilabel:`New` reveals a blank documents form, in which the desired PDF can be uploaded
|
||||
via the :guilabel:`Upload your file` button on the form, located in the :guilabel:`File Content`
|
||||
field.
|
||||
|
||||
PDF form configuration
|
||||
----------------------
|
||||
|
||||
The first field on the documents form is for the :guilabel:`Name` of the document, and it is
|
||||
grayed-out (not clickable) until a document is uploaded. Once a PDF has been uploaded, the
|
||||
:guilabel:`Name` field is auto-populated with the name of the PDF, and it can then be edited.
|
||||
|
||||
Prior to uploading a document, there's the option to designate whether the document is a
|
||||
:guilabel:`File` or :guilabel:`URL` from the :guilabel:`Type` drop-down field menu.
|
||||
|
||||
.. image:: pdf_quote_builder/document-form-uploaded-pdf.png
|
||||
:alt: A standard document form with an uploaded PDF in Odoo Sales.
|
||||
|
||||
.. note::
|
||||
If a PDF is uploaded, the :guilabel:`Type` field is auto-populated to :guilabel:`File`, and it
|
||||
cannot be modified.
|
||||
|
||||
Then, in the :guilabel:`Sales` section, click the drop-down menu in the :guilabel:`Visible at`
|
||||
field, and select either: :guilabel:`On quotation`, :guilabel:`On confirmed order`, or
|
||||
:guilabel:`Inside quote pdf`.
|
||||
|
||||
- :guilabel:`Quotation`: The document is sent to (and accessible by) customers at any time.
|
||||
|
||||
- :guilabel:`Confirmed order`: The document is sent to customers upon the confirmation of an order.
|
||||
This is best for user manuals and other supplemental documents.
|
||||
|
||||
- :guilabel:`Inside quote`: The document is included in the PDF of the quotation, between the header
|
||||
pages and the :guilabel:`Pricing` section of the quote.
|
||||
|
||||
.. example::
|
||||
When the :guilabel:`Inside quote` option for the :guilabel:`Visible at` field is chosen, and the
|
||||
custom PDF file, `Corner Desk.pdf` is uploaded, the PDF is visible on the quotation in the
|
||||
*customer portal* under the :guilabel:`Documents` field.
|
||||
|
||||
.. image:: pdf_quote_builder/pdf-on-quote-sample.png
|
||||
:alt: Sample of an uploaded pdf with the on quote option chosen in Odoo Sales.
|
||||
|
||||
Beside the :guilabel:`File Content` field, is the :guilabel:`Configure dynamic fields` option. When
|
||||
doing so, remember that the starting model is the :guilabel:`sale_order_line`, unlike for headers
|
||||
and footers that start from the :guilabel:`sale_order`.
|
||||
|
||||
Lastly, in the :guilabel:`E-Commerce` section, decide whether or not to :guilabel:`Publish on
|
||||
Website` so that the PDF appears on the product page in the online store.
|
||||
|
||||
.. example::
|
||||
When the :guilabel:`Publish on Website` option is enabled, a link to the uploaded document,
|
||||
`Corner Desk.pdf`, appears on the product's page in the online store.
|
||||
|
||||
It appears beneath a :guilabel:`Documents` heading, with a link showcasing the name of the
|
||||
uploaded document.
|
||||
|
||||
.. image:: pdf_quote_builder/show-product-page.png
|
||||
:alt: Showing a link to an uploaded document on a product page using Odoo Sales.
|
||||
|
||||
PDF quote
|
||||
=========
|
||||
|
||||
On a sales order, in the :guilabel:`Quote Builder` tab, select additional documents to be merged
|
||||
into the final PDF. If a selected document has custom fields, they appear as editable text boxes to
|
||||
be filled in.
|
||||
|
||||
.. image:: pdf_quote_builder/quote-builder-headers.png
|
||||
:alt: Selectable quotation headers and footers under the Quote Builder section in a quotation.
|
||||
|
||||
Once a quote with a preconfigured PDF has been confirmed, Odoo provides the option to print the
|
||||
confirmed quote to check for errors, or to keep for records.
|
||||
|
||||
To print the PDF quote, navigate to the confirmed quote, and click :icon:`fa-cog`
|
||||
:guilabel:`Actions` to reveal a drop-down menu. From this drop-down menu, select :guilabel:`Print`,
|
||||
then select :guilabel:`PDF Quote`.
|
||||
|
||||
.. image:: pdf_quote_builder/drop-down-print-pdf.png
|
||||
:alt: Print PDF quote option on drop-down menu located on confirmed sales order in Odoo Sales.
|
||||
|
||||
Doing so instantly downloads the PDF quote. When opened, the PDF quote, along with the configured
|
||||
product PDF that was set to be visible inside the quote, can be viewed and printed.
|
||||
|
||||
.. note::
|
||||
Download these :download:`PDF quote builder examples
|
||||
<pdf_quote_builder/pdfquotebuilderexamples.zip>` or download :download:`sample quotation
|
||||
<pdf_quote_builder/sample_quotation.pdf>` for added reference.
|
||||
|
||||
.. seealso::
|
||||
- :doc:`quote_template`
|
||||
pdf_quote_builder/dynamic_text
|
||||
pdf_quote_builder/add_pdf_quotes
|
||||
pdf_quote_builder/add_pdf_products
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
=====================
|
||||
Add PDFs to a product
|
||||
=====================
|
||||
|
||||
In Odoo *Sales*, it's also possible to add a custom PDF to a product form. When a PDF is added to a
|
||||
product, and that product is used in a quotation, that PDF is also inserted in the final PDF.
|
||||
|
||||
To add a custom PDF to a product, start by navigating to :menuselection:`Sales app --> Products -->
|
||||
Products`, and select the desired product to add a custom PDF to.
|
||||
|
||||
.. note::
|
||||
A document could also be added to a product variant, instead of a product. If there are documents
|
||||
on a product *and* on its variant, **only** the documents in the variant are shown.
|
||||
|
||||
To add a custom document to a product variant, navigate to :menuselection:`Sales app -->
|
||||
Products --> Product Variants`. Select the desired variant, click the :guilabel:`Documents` smart
|
||||
button, and proceed to upload the custom document to the specific product variant.
|
||||
|
||||
On the product page, click the :guilabel:`Documents` smart button at the top of the page to navigate
|
||||
to a :guilabel:`Documents` page for that product, where files related to that product can be
|
||||
uploaded. From this page, either click :guilabel:`New` or :guilabel:`Upload`.
|
||||
|
||||
.. image:: add_pdf_products/documents-smart-button.png
|
||||
:alt: The Documents smart button on a product form in Odoo Sales.
|
||||
|
||||
Clicking :guilabel:`Upload` opens the computer's local file directory. An uploaded document can be
|
||||
further configured on the document card, or by clicking the :icon:`fa-ellipsis-v`
|
||||
:guilabel:`(vertical ellipsis)` icon in the top-right corner of the document card, and then clicking
|
||||
:guilabel:`Edit`.
|
||||
|
||||
Clicking :guilabel:`New` reveals a blank documents form, in which the desired PDF can be uploaded
|
||||
via the :guilabel:`Upload your file` button on the form, located in the :guilabel:`File Content`
|
||||
field.
|
||||
|
||||
PDF form configuration
|
||||
======================
|
||||
|
||||
.. image:: add_pdf_products/blank-document-form.png
|
||||
:alt: A standard document form with various fields for a specific product in Odoo Sales.
|
||||
|
||||
The first field on the documents form is for the :guilabel:`Name` of the document, and it is
|
||||
grayed-out (not clickable) until a document is uploaded. Once a PDF has been uploaded, the
|
||||
:guilabel:`Name` field is auto-populated with the name of the PDF, and it can then be edited.
|
||||
|
||||
Prior to uploading a document, there's the option to designate whether the document is a
|
||||
:guilabel:`File` or :guilabel:`URL` from the :guilabel:`Type` drop-down field menu.
|
||||
|
||||
.. image:: add_pdf_products/document-form-uploaded-pdf.png
|
||||
:alt: A standard document form with an uploaded pdf in Odoo Sales.
|
||||
|
||||
.. note::
|
||||
If a PDF is uploaded, the :guilabel:`Type` field is auto-populated to :guilabel:`File`, and it
|
||||
cannot be modified.
|
||||
|
||||
Then, in the :guilabel:`Sales` section, in the :guilabel:`Visible at` field, click the drop-down
|
||||
menu, and select either: :guilabel:`On quotation`, :guilabel:`On confirmed order`, or
|
||||
:guilabel:`Inside quote pdf`.
|
||||
|
||||
- :guilabel:`Quotation`: the document is sent to (and accessible by) customers at any time.
|
||||
|
||||
- :guilabel:`Confirmed order`: the document is sent to customers upon the confirmation of an order.
|
||||
This is best for user manuals and other supplemental documents.
|
||||
|
||||
- :guilabel:`Inside quote`: the document is included in the PDF of the quotation, between the header
|
||||
pages and the :guilabel:`Pricing` section of the quote.
|
||||
|
||||
.. example::
|
||||
When the :guilabel:`Inside quote` option for the :guilabel:`Visible at` field is chosen, and the
|
||||
custom PDF file, `Corner Desk.pdf` is uploaded, the PDF is visible on the quotation in the
|
||||
*customer portal* under the :guilabel:`Documents` field.
|
||||
|
||||
.. image:: add_pdf_products/pdf-on-quote-sample.png
|
||||
:alt: Sample of an uploaded pdf with the on quote option chosen in Odoo Sales.
|
||||
|
||||
Beside the :guilabel:`File Content` field, you have the possibility to :guilabel:`Configure dynamic
|
||||
fields`. When doing so, remember that the starting model is the :guilabel:`sale_order_line`, unlike
|
||||
for headers and footers that start from the :guilabel:`sale_order`.
|
||||
|
||||
Lastly, in the :guilabel:`E-Commerce` section, decide whether or not to :guilabel:`Publish on
|
||||
Website` so that the PDF appears on the product page in the online store.
|
||||
|
||||
.. example::
|
||||
When the :guilabel:`Publish on Website` option is enabled, a link to the uploaded document,
|
||||
`Corner Desk.pdf`, appears on the product's page in the online store.
|
||||
|
||||
It appears beneath a :guilabel:`Documents` heading, with a link showcasing the name of the
|
||||
uploaded document.
|
||||
|
||||
.. image:: add_pdf_products/show-product-page.png
|
||||
:alt: Showing a link to an uploaded document on a product page using Odoo Sales.
|
||||
|
After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -0,0 +1,33 @@
|
||||
==================
|
||||
Add PDFs to quotes
|
||||
==================
|
||||
|
||||
On a sales order, in the :guilabel:`Quote Builder` tab, select additional documents to be merged
|
||||
into the final PDF. If a selected document has custom fields, they appear as editable text boxes to
|
||||
be filled in.
|
||||
|
||||
.. image:: add_pdf_quotes/quote-builder-headers.png
|
||||
:alt: Selectable quotation headers and footers under the Quote Builder section in a quotation.
|
||||
|
||||
Once a quote with a pre-configured PDF has been confirmed, Odoo provides the option to print the
|
||||
confirmed quote to check for errors, or to keep for records.
|
||||
|
||||
To print the PDF quote, navigate to the confirmed quote, and click the :guilabel:`⚙️ (gear)` icon to
|
||||
reveal a drop-down menu. From this drop-down menu, select :guilabel:`Print`, then select
|
||||
:guilabel:`PDF Quote`.
|
||||
|
||||
.. image:: add_pdf_quotes/drop-down-print-pdf.png
|
||||
:alt: Print pdf quote option on drop-down menu located on confirmed sales order in Odoo Sales.
|
||||
|
||||
Doing so instantly downloads the PDF quote. When opened, the PDF quote, along with the configured
|
||||
product PDF that was set to be visible inside the quote, can be viewed and printed.
|
||||
|
||||
.. note::
|
||||
Download these :download:`PDF quote builder examples
|
||||
<add_pdf_quotes/pdfquotebuilderexamples.zip>` or download :download:`sample quotation
|
||||
<add_pdf_quotes/sample_quotation.pdf>` for added reference.
|
||||
|
||||
.. seealso::
|
||||
- :doc:`../quote_template`
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@@ -0,0 +1,73 @@
|
||||
====================
|
||||
Dynamic text in PDFs
|
||||
====================
|
||||
|
||||
While creating custom PDFs for quotes, use *dynamic text* for Odoo to auto-fill the PDF content with
|
||||
information related to the quote from the Odoo database, like names, prices, etc.
|
||||
|
||||
Dynamic text values are form components (text inputs) that can be added in a PDF file, and Odoo
|
||||
automatically fills those values in with information related to the quote.
|
||||
|
||||
Dynamic text values
|
||||
===================
|
||||
|
||||
Below are common dynamic text values used in custom PDFs that are already mapped to the correct
|
||||
fields, and what they represent.
|
||||
|
||||
For headers and footers PDF:
|
||||
|
||||
- :guilabel:`name`: Sales Order Reference
|
||||
- :guilabel:`partner_id__name`: Customer Name
|
||||
- :guilabel:`user_id__name`: Salesperson Name
|
||||
- :guilabel:`amount_untaxed`: Untaxed Amount
|
||||
- :guilabel:`amount_total`: Total Amount
|
||||
- :guilabel:`delivery_date`: Delivery Date
|
||||
- :guilabel:`validity_date`: Expiration Date
|
||||
- :guilabel:`client_order_ref`: Customer Reference
|
||||
|
||||
|
||||
For product PDF:
|
||||
|
||||
- :guilabel:`description`: Product Description
|
||||
- :guilabel:`quantity`: Quantity
|
||||
- :guilabel:`uom`: Unit of Measure (UoM)
|
||||
- :guilabel:`price_unit`: Price Unit
|
||||
- :guilabel:`discount`: Discount
|
||||
- :guilabel:`product_sale_price`: Product List Price
|
||||
- :guilabel:`taxes`: Taxes name joined by a comma (`,`)
|
||||
- :guilabel:`tax_excl_price`: Tax Excluded Price
|
||||
- :guilabel:`tax_incl_price`: Tax Included Price
|
||||
|
||||
After uploading a PDF, you can then :guilabel:`Configure dynamic fields`. This will allow you to map
|
||||
any field name found in your PDF to the field you want to show by writing down any existing path.
|
||||
Headers and footers starts from the current :guilabel:`sale_order` model, whereas product document
|
||||
follows their path from their :guilabel:`sale_order_line`. Leaving that path empty allows you to
|
||||
fill a custom notes, directly from the specific quote that requires it.
|
||||
|
||||
.. example::
|
||||
When a PDF is built, it's best practice to use common dynamic text values (:guilabel:`name` and
|
||||
:guilabel:`partner_id_name`). When uploaded into the database, Odoo auto-populates those fields
|
||||
with the information from their respective fields.
|
||||
|
||||
In this case, Odoo would auto-populate the Sales Order Reference in the :guilabel:`name` dynamic
|
||||
text field, and the Customer Name in the :guilabel:`partner_id_name` field.
|
||||
|
||||
.. image:: dynamic_text/pdf-quote-builder-sample.png
|
||||
:align: center
|
||||
:alt: PDF quote being built using common dynamic placeholders.
|
||||
|
||||
Once the PDF file(s) are complete, save them to the computer's hard drive, and proceed to upload
|
||||
them to Odoo via :menuselection:`Sales app --> Configuration --> Headers/Footers`.
|
||||
|
||||
.. example::
|
||||
When uploading PDF containing the form field :guilabel:`invoice_partner_country`, which is an
|
||||
information available in the sales order, configure the :guilabel:`path` of the :guilabel:`Form
|
||||
Field Name` to:
|
||||
- :guilabel:`partner_invoice_id.country_id.name` for a header or footer document
|
||||
- :guilabel:`order_id.partner_invoice_id.country_id.name` for a product document fills the form
|
||||
with the invoice partner country's name when the PDF is built.
|
||||
|
||||
.. example::
|
||||
When uploading any PDF containing the form field :guilabel:`custom_note`, leaving the
|
||||
:guilabel:`path` empty allows the seller to write down any note where that form field is in that
|
||||
document and shown when the PDF is built.
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |