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
    • Approvals
    • 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
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Technical
  3. CLuedoo Validation Process v 19.0
  4. Sales Conditions FAQ

CLuedoo Validation Process

by CLuedoo https://www.cluedoo.com/shop/licclusetwfm0005-cluedoo-validation-process-7238
Odoo

$ 300.00

In-App Purchases
v 19.0 Third Party
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies Show
Cluedoo Approval Base for JavaScript
Lines of code 2220
Technical Name cds_cluedoo_approval_studio
LicenseLGPL-3
Websitehttps://www.cluedoo.com/shop/licclusetwfm0005-cluedoo-validation-process-7238
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies Show
Cluedoo Approval Base for JavaScript
Lines of code 2220
Technical Name cds_cluedoo_approval_studio
LicenseLGPL-3
Websitehttps://www.cluedoo.com/shop/licclusetwfm0005-cluedoo-validation-process-7238


ODOO'S FUNCTION

Standard Odoo treats approvals as rigid, static technical configurations restricted to IT administrators. This approach offers poor process visibility, lacks organization, and prevents business controlling departments from easily managing approval conditions.

CLUEDOO'S FUNCTION

CLuedoo transforms standard approvals from a hidden technical setting into a clear, user-friendly application built on three main components:
​1️⃣ Validation Groups: Control the high-level workflow for a specific model, giving you options to enforce sequential approvals, auto-confirm steps, or revoke all validations at once.
​2️⃣ Validation Rules: Define the exact conditions for each step, allowing you to set specific sequences, use Python for dynamic approvers and notifications, and target specific methods or domains.
​3️⃣ Validation Entries: Act as the historical log, providing a clear, searchable view of every approval action taken to ensure total visibility over the process.

VALIDATION RULES


Go to CLuedoo Approval → Approval Rules → Create a new rule.
Fill the necessary information.
e.g., triggering an approval upon clicking 'Confirm RFQ' for orders over $1,000.

Actions:
  • Rule name: dept manager
  • Sequence: Step 1
  • Model: Purchase Order
  • Method: button_confirm
  • Validation Group: PO > 1000
→ The dropdown suggests the groups related to the selected model only.
  • Approvers: Mitchell Admin

  • Conditions: Total is greater than 1000
  • Users to Notify: Mitchell Admin

Conditions

Notifications

Create one or more approval rules.

Result:

Create a Purchase Order with total > 1000, the approval rules will be triggered on the Confirm Order button.

The system automatically updates the progress after each approval.

If you are not the designated approver for this step, a warning message will appear.

DYNAMIC APPROVERS

On an approval rule, fill in a Python code to define the approver of this step.

result = record.user_id | record.create_uid

→ Only the Salesperson and Sale Order creator are allowed to approve/ reject.



DYNAMIC USERS TO NOTIFY

On an approval rule, fill in a Python code to define the users to notify of this step.

result = record.user_id if record.opportunity_id else record.create_uid

→ If the Opportunity field is set on the Sales Order form, it will notify the Salesperson. Otherwise, it will notify the Sale Order creator.


VALIDATION GROUPS


Go to CLuedoo Approval → Validation Groups → Create a new group.

Fill in group name and choose the Model (e.g., Purchase Order).

APPROVAL RULES TAB

Click Add a line to select the created rules to the group / create new rules on the fly.

  • The pop-up wizard will suggest rules related to the selected model only.
You can also view all approval rules linked to this validation group here.


APPROVE IN ORDER
  • If not activated , approvals can be done in any order.
  • If activated , approvals need to be done in chronological order, from the top to bottom rules in the list. (e.g., CFO cannot approve before dept manager)

The system will block the action and display a warning if an unauthorized user attempts to confirm the RFQ.

AUTO CONFIRM
  • If activated > After the last approval, the PO will be auto-confirmed
  • If not activated > After the last approval, we still have to click Confirm Order manually


ALLOW REVOKE

If activated, users in the selected group can revoke all previous validation steps.

Add user(s) in the group.

The Revoke All button appears for users in the group only.

A confirmation message will appear. Click 'Yes, Reset Everything' to revoke all previously completed steps.

AUTOMATION TAB

Go to Settings → Technical → Automation → Automation Rules → Create a new rule and select the approval rule group → Save

Go back to the approval rule group → Under the Automation tab, the automation rule has been automatically added.


You can add Automation Rules from any models.

Click 'Add a line' to create/select a new automation rule.

VALIDATION ENTRIES


Go to CLuedoo Approval → Validation Entries → Users can view all approval entries of all models.

The validation history corresponding to each approval rule can also be accessed via the History tab.


Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
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

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