$ 197.92
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 2885 |
Technical Name |
multi_level_approval_configuration |
License | OPL-1 |
Website | https://demo18.domiup.com |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Live preview is alway available for you to have a look, don't be hesitate !
Using this account to create a purchase order; username: purchaser@example.com / password: 1
username: pur_manager@example.com / password: 1
username: sale@example.com / password: 1
username: sale_manager@example.com / password: 1
Using this account to approve; username: demo / password: demo
You can either watch our demo on Youtube
Approval All in One
Put everything in one place: employee requests, manager reviews and makes the decision. Approval module allows you manage all requests, review, then approve them.
Imagine that you have many documents need to be approved by Manager. These documents could be: Purchase order, Sales order, Timeoff, Payment, Expense,.. This module centralizes all requests of all document in one place.

User Interface
Menu | Function |
Approvals > Dashboard | The main dashboard which can be viewed in a number of different ways |
Approvals > Approvals > To Review | This menu lists all requests need to be reviewed by you |
Approvals > Approvals > My Requests | Show the requests made by you |
Approval Flow
This flow is applied consistency for all request
or even not a manager.
Employee
Request
Notification
Manager
Approved
Approval Dashboard
Manager can manage all requests in one place

You can create a new approval type for each business model. There are 2 cases:
Approval type for new model. Each model needs different fields, you can choose those ones fit your company requirement.
Approval type for existed business model. Sale Order, Purchase Order, Stock Transfer, MRP Order, HR Recruitment, Invoice and Payment.. are defined in other modules. you don't need to choose fields but declare the domain, which the approval flow will be applied on
Configure Approval Type for Existing Models
Take Purchase Order for example. I create a new Approval Type for it:

This module allows you to set a approval flow for model which defined in another modules. There a new option in Approval Type "Apply for model?". Tick it, a new option "Model Setting" will be displayed.
From above picture, a purchase order which has a total amount > 5,000$, must be approved by purchase manager. I set up like below:
Model: I choose Purchase Order, it links to ir.model.
Domain: It means that, when an order changes its state to to_approve: if its total amount > 5000, it must be approved by Purchase Manager.
Constraint Fields?: Prevent updating these field if the document is needed approval.
Readonly Fields?: Prevent updating these field if the document has been approved.
Hide Buttons from Model View?: tick this option to hide all buttons on Purchase form view when an order is waiting for approval, only 2 button Approve and Refuse are displayed .
Approved Action: it's technical field - python code, when an order is approved, the function record.button_approve() will be executed automatically.
Refused Action: It's technical field too, but is call when an order is refused.
Approval Process
- Steps:
- Purchaser creates a purchase order which need to be approved by Manager.
- Purchaser requests for approval from Manager.
- Manager do review the request. Then, make the decision: Approve, or Refuse.
Step 1: Create a new Purchase Order
Purchaser creates a new purchase order to buy 5 large desks

Do confirm the order, its state is changed to To Approve
You can see a button Request Approval and the message This document need to be approved!

You need to enable the option `Purchase Order Approval` in Purchase > Configuration > Settings.
Step 2: Request for approval.
Purchaser clicks on button Request Approval. Then, a new popup will be opened:

All data are filled automatically, you could update them if needed. Then, click on button Submit Request. A new request is created and shown as below:

Step 3: Manager reviews the request.
Purchase Manager navigates the menu Approvals > Approvals > To Review:

Open the request, Manager can approve or refuse it.

Modules you may like
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Hello
All right i will buy
Re: Hello
Thank you
hallo,
this request approval can send by email?
Re: hallo,
Hi,
Yes, you can enable the option "Mail Notification" from Approval Type (form view) > tab "Notification".
Regards,