what i need is i need to see each module workflow which is the steps and processes orders and how to modify them or add a new function as an example: when i add a new product i need it to be call another function as a new function to be done before anyone could use this product
I can't find the work cycle or any diagram for the workflow of each module where at least i could find them
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
@niyas raphy hello thats not what i meant ,what i need is i need to modify as an example: when i creating new quotation in the sales module the process is (creating the qoutation > qoutation sent> sales order) what if i need to configure it to be (creating the qoutation> sales order>"new process"> sent ) where should i customize the process order and create a new one as an example
you have to inherit the state field, add new state to it and change the statusbar accordingly.
the mentioned case is not something you can change functionally from user interface in odoo
where could i find this states and how could i modify them also put in my iam using odoo community
to understand states and statusbar in odoo: https://www.youtube.com/watch?v=Z7nux4M3rrc
okay one last question is where should i understand and see the lifecycle of each module and the states order and how each module process flow i think this is a basic information should be available for any business to understand how the workflow
hello @niyass one last question is where should i understand and see the lifecycle of each module and the states order and how each module process flow i think this is a basic information should be available for any business to understand how the workflow
Hi,
There is no workflow or diagram as you expect. If you need to understand the functional work flow of the system, you have to watch the odoo functional and elearning videos to understand what happens on doing something in the system.
Functional documentation: https://www.odoo.com/documentation/16.0/
As per the given example of product use case, suppose if you need to add a product and if it should be blocked by using others, you can keep it as archived or untick sales and purchase boolean fields in the products, so that the product wont be available in sales and purchase.
If the above solution wont work for you, you have to customize the system and make the needed flow for this. For customizing the system: https://www.odoo.com/documentation/16.0/developer.html
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Dec 18
|
4358 | ||
|
0
Apr 25
|
220 | ||
|
0
Mar 25
|
377 | ||
|
1
Dec 24
|
722 | ||
|
1
Aug 23
|
2096 |
@niyas raphy hello thats not what i meant ,what i need is i need to modify as an example: when i creating new quotation in the sales module the process is (creating the qoutation > qoutation sent> sales order) what if i need to configure it to be (creating the qoutation> sales order>"new process"> sent ) where should i customize the process order and create a new one as an example