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 <[email protected]>

> 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/~openerp-community>
> Post to     : 
> openerp-community@lists.**launchpad.net<[email protected]>
> Unsubscribe : 
> https://launchpad.net/~**openerp-community<https://launchpad.net/~openerp-community>
> More help   : 
> https://help.launchpad.net/**ListHelp<https://help.launchpad.net/ListHelp>
>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp

Reply via email to