c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02487
[Bug 670472] [NEW] States broken in some wizards
Public bug reported:
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>
** Affects: openobject-client-web
Importance: Undecided
Status: New
--
States broken in some wizards
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>
Follow ups
References