← Back to team overview

openerp-community team mailing list archive

Re: Overriding _track in v7

 

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>

> 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<openerp-community@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~**openerp-community<https://launchpad.net/~openerp-community>
> More help   : https://help.launchpad.net/**ListHelp<https://help.launchpad.net/ListHelp>
>

Follow ups

References