You have been assigned a bug task for a public bug by Jay (OpenERP) 
(jvo-openerp):

Hello,

since rev 4106 and +

I made a wizard (osv.osv memory) with several steps.
In fact, a class with several states (step 1, step2, step3, etc...)...and my 
xml file displays the fields on step 1, or step 2, etc..with
this way to do :
<group  attrs="{'invisible':[('state','!=','step1')]}" >
<field name="recycling_rate"
 </group>
<group  attrs="{'invisible':[('state','!=','step2')]}" >
<field name="packaging"
 </group>
<group  attrs="{'invisible':[('state','!=','step3')]}" >
<field name="colours"
 </group>
etc...(it's a brief explanation)

Since the version 4106...
when I do a browse on the object...the values of fields are not catching from 
the step2.
With the gtk client, there is no problem. The browse catches well all fields on 
all steps.
WIth the version 4105, it works on the web client. I do the test with a "bzr 
revert -r 4105".
The problem comes from the adding of code in rev 4106.

** Affects: openobject-client-web
     Importance: Medium
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: In Progress

-- 
fields values in a form not saved since the revision 4106
https://bugs.launchpad.net/bugs/691126
You received this bug notification because you are a member of OpenERP SA's Web 
Client R&D, which is a bug assignee.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help   : https://help.launchpad.net/ListHelp

Reply via email to