← Back to team overview

credativ team mailing list archive

[Bug 904331] Re: [1-line fix] 'invisible' attribute not allowed on a 'group' element

 

** Summary changed:

- 'invisible' attribute not allowed on a 'group' element
+ [1-line fix] 'invisible' attribute not allowed on a 'group' element

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/904331

Title:
  [1-line fix] 'invisible' attribute not allowed on a 'group' element

Status in OpenERP Server:
  Confirmed

Bug description:
  Hi!

  Everything is in the title. Works all fine with this 1-line fix in
  view.rng:

      <rng:define name="group">
          <rng:element name="group">
              <rng:ref name="overload"/>
              <rng:ref name="access_rights"/>            
              <rng:optional><rng:attribute name="invisible"/></rng:optional>
              ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/904331/+subscriptions


References