To modifying/adding state, the response is in this thread
http://forum.openerp.com/forum/topic21135.html
you could remove item doing so
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<delete model="ir.ui.menu" search="[('name','=','Customers
Partners')]" />
</data>
</openerp>
2013/2/4 Briehan Lombaard <briehan@xxxxxxxxxxxx
<mailto:briehan@xxxxxxxxxxxx>>
Hi there,
I'm modifying the default purchase order workflow and need to
track new states using the _track attribute but I'm unable to
remove the 'RFQ Confirmed' and 'RFQ Approved' states that are
tracked by default. Is there any way to override the states being
tracked while also replacing the old ones? I don't need those two
in the new workflow.
--
Kind regards
Briehan Lombaard
_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
<https://launchpad.net/%7Eopenerp-community>
Post to : openerp-community@xxxxxxxxxxxxxxxxxxx
<mailto:openerp-community@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~openerp-community
<https://launchpad.net/%7Eopenerp-community>
More help : https://help.launchpad.net/ListHelp