This question has been flagged
2 Replies
4705 Views

hi,

i have download odoo.. found perfect for my requirement....

once download i have run the setup... and can add module however i want to chnage the transition of some module.

for example : once sales is confirmed that it should go to project and after project complete then invoice.

kindly help me how to get the stup in developer mode and change the tranisition.

any suggestion wil be appericated

transition

thanks,

Sofiya

Avatar
Discard
Author

http://localhost:8069/web?debug....this wht i got help me how to change the workflow.... and add rights to the HOD and executive

Author

hi ... i have gone through the below link after installing.. http://localhost:8069/web?debug... u get dropdown to edit workflow... without openg actual xml file....

Best Answer

Actually this is a big process... Doing this in developer mode is a very bad attempt which may spoil your entire odoo... so my suggestion is please learn how to develope a module by inheritance and override the methods.... Since you are a newbee please practice all the things in odoo documentation below.. https://doc.odoo.com/6.1/developer/ [1] This is 6.1 docs... some may vary in 8.0... But its necessary for odoo developer,,, [1] https://doc.odoo.com/6.1/developer/

Avatar
Discard

URL for v8.0 documentation: https://www.odoo.com/documentation/8.0/

anand.kannathasan is my skype id.. I need your guidance.

Best Answer

Me too new to odoo, If you need to change the transition of the module , you have to modify the workflow of particular module. Please go through the documentation

https://doc.odoo.com/trunk/server/workflows/

 

Avatar
Discard