← Back to team overview

credativ team mailing list archive

[Bug 904331] [NEW] 'invisible' attribute not allowed on a 'group' element

 

Public bug reported:

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>
            ...

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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:
  'invisible' attribute not allowed on a 'group' element

Status in OpenERP Server:
  New

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


Follow ups

References