← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 670472] Re: `states` attributes is not handled on all widgets

 

** Summary changed:

- States broken in some wizards
+ `states` attributes is not handled on all widgets

** Summary changed:

- `states` attributes is not handled on all widgets
+ `states` attribute is not handled on all widgets for which it is valid

-- 
`states` attribute is not handled on all widgets for which it is valid
https://bugs.launchpad.net/bugs/670472
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Web Client: New

Bug description:
In some wizards, the states attribute seems to be ignored.

Here's an example :

Go to Administration -> Modules -> Import module

Two group of buttons are defined in the view, each group defines a state="xxx", so only one row should be displayed, but as you can see, both groups are displayed.

Here's the view :

<group colspan="8" col="8" states="init">
    .... first buttons row ...
</group>
<group colspan="8" col="8" states="done">
    .... second buttons row ...
</group>





References