Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Artificial Intelligence
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to send sign documents with every purchase contract. (V19)

Subscribe

Get notified when there's activity on this post

This question has been flagged
purchaseStudioSignqsmx
1 Reply
648 Views
Avatar
Héctor Velázquez Hernández (hevel)

We are a company which contracts freelancers for a variety of services. We require their services frequently, so it is not ideal to paste the terms and conditions we ask them to sign over and over. We also require those to be linked to the same purchase order describing the services they are being contracted for. How could I set this up in odoo?

0
Avatar
Discard
Avatar
Héctor Velázquez Hernández (hevel)
Author Best Answer

Solution:

This solution’s objective is to attach a sign document in the purchase orders by default.


Required documentation:

Request a signature.


Initial requirements:

  • Having an active “Custom” subscription so you have access to “Studio”.

  • Having both “Sign” and “Purchase” apps downloaded .

  • Having a request for quotation or a purchase with terms and conditions written (you can find the terms and conditions section all the way down in the request for quotation).

  • Activate the developer mode entering the app “Setting” > Scrolling to the section “Developer tools” > clicking on “Activate developer mode”.


Step 1: Creating a Sign template with the file we need our vendors to sign.

Inside the “Sign” app and click on “Templates” > “Upload PDF”



Step 2: Edit the template so it can be signed.

After uploading the needed file, you just need to “drag and drop” the elements appearing on the left side of the screen wherever we want them to appear on the file. Remember to save the template once you are done.

Step 3: Copy the template link.

Once the template to sign has been created, you need to go back to “Templates”. Then, click on the “Share” button from the file you want to attach to your purchase orders.



Once you have done that, copy the link that is going to appear in your database.



Step 4: Pasting the link in the terms and conditions field.

It is essential to have a “Custom” active subscription for this step. If you do not have one, you will not be able to replicate it or, by doing so, your subscription type will immediately change.


For this step, you must enter the “Purchase” app and click on any request for quotation or sale order.  


Then, you must enter “Studio” by clicking on the tools symbol on the upper right corner. 

Scroll down until you reach the “terms and conditions” field. Just click on the space where the text should be. By doing so, a menu will display on the left side of the screen. Finally, just scroll down until you see the “Default value” field and paste the link to the sign document you just copied. This will paste the link as the default terms and conditions value for all of your requests for quotation and purchase orders.


Note: the “Default value” field where you just pasted the link is an html. In the next tip, I am going to show you a way you can turn the link into a button and also set it as the default value. However, if you are good at coding, you can reach the same result by just defining the input yourself. 


Pro tip:

In order to make the link look better, like a button for example, follow the next steps:


Step 4.1: Creating an email template.

You need to enter the “Settings” app > Scroll down to the “Companies” section > Click “Review All Templates” at the “Email Templates” part.


Then, click on “New” in the upper left corner.

Step 4.2: Set up the template.

You must choose a name for the template and select one of the options from the “Applies to” section. The reason for this settings is just to avoid an error, neither the template name, nor the “Applies to” option are relevant. However, it is recommended to select something not related to your usual work flow.


Step 4.3: Set up what you want to be sent on your request for quotations or purchase orders.

In the “Body” section, you are going to write whatever you want to be added on your RFQs or purchase orders. The most important part of this is to link the sign document you created in any way you like the most. In this case, I am going to do so with a button (created by using the command /button) which will contain the sign document link. 

Step 4.4: Copy the html code from what you set up in the previous step.

Select what you just wrote and click on the three vertical dots to expand the menu, which appears automatically when we select the text. As you can see, there is no need to select everything you wrote accurately. 

Then, click the “</>” symbol, which will deploy the html code (notice the “Developer mode” must be activated in order to do this step correctly). 

Finally, just copy your html code completely. 

Important note: If your html code does not display like the following picture, just close the html code view by clicking on the purple “</>” button and redo from the previous screenshot. The html code should display as shown below already.


Step 5: Define the html code as the default value for your RFQs and Purchase orders’ terms and conditions.

Get in the “Purchase” app and enter any request for quotation or purchase with something written on its terms and conditions. Then, open “Studio” by clicking on the tools symbol on the upper right side of your screen. 


After that, click on the terms and conditions text, which will deploy a menu on the left side of the screen. There, you must paste the html code on the “Default value” field. Then, just click on “Close” on the upper right corner of the screen.

Step 6: Corroborate the changes.

Create a new request for quotation, in which the changes made must already appear.


Step 7: Change the sign document to a slightly different version for particular cases only.

If, for example, you have contact with global freelancers, you may need to share your terms and conditions in a different language version when convenient. To just edit the file in particular cases, click on your button, or wherever you registered the link to the sign document, which is going to deploy a menu with the “Edit” option. 

Then, another menu will display. Just delete and replace the current link with the one from the version you want to share according to the specific case.

Flow execution.

The way this would look in a realistic case would be the following:


1: Create a request for quotation or purchase order to the freelancer where you add the service they will provide and its specifications. Then click on “Send”. If you want to send the purchase order, you must confirm the request for quotation first and then click on the “Send PO” button that is going to display.


2: The freelancer is going to receive something like this, where they will be able to find the added button at the bottom, which will redirect them to the sign document.


3: When they click on it, they are going to see the linked document and, at the very moment they sign it, you are going to receive a copy of the signed document automatically.

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
How to add 'tag' field to 'sales' apps view list Solved
purchase Studio
Avatar
Avatar
1
Jan 24
3485
Generate PDF report and open in Sign application
Studio Sign
Avatar
Avatar
1
Jul 23
298
How to get Vendor dependent Product list in Purchasing App/Create order
purchase Studio
Avatar
0
Aug 20
4128
Validation Error: When adding other groups to 'Receive Products' button.
purchase Studio odoo17
Avatar
0
Jul 24
2316
Quantity disappeared from quotation module Solved
purchase quotation Studio
Avatar
Avatar
2
Feb 24
3162
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk Slovenščina Español (América Latina) Español Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now