← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 712926] Re: Show "required field error" for hidden tabs on save

 

Hello,

OpenERP Permits to define attributes of a field depends on other fields
of the same window using attribute "attrs",

<page string="Email" attrs="{'invisible':[('state','!=','activity')]}">
where state is the field type = selection.

so if state != activity then above page will be invisible - but it
contains a field which is required ...... so when we save the form it
should not ask "to correct the red fields" for the fields of the hidden
page.....

hope this may help you out to understand the bug description.

--
Thanks


** Changed in: openobject-client-web
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/712926

Title:
  Show "required field error" for hidden tabs on save

Status in OpenERP Web Client:
  New

Bug description:
   Hello,
   I am using web-client 6.0 stable revision no 4499.
   Tabs are made visible/invisible depending on one selection field.
   Even though I fill all required field in visible tab, on `save` I get 'Required field error'  for the required fields of hidden tabs.
   This was working perfect in 5.0





References