bugfix for wizard schema attributes made model as optional attribute (referenced by jvo)

bzr revid: hda@tinyerp.com-b9e0e4fdf66f6073cde109744a612f1c8a662d11
This commit is contained in:
Husen Daudi 2008-07-03 11:26:25 +00:00
parent 61c3ac1d5a
commit ee03b6f6fa
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
<rng:attribute name="name"/>
<rng:attribute name="id" />
<rng:optional><rng:attribute name="menu" /></rng:optional>
<rng:attribute name="model" />
<rng:optional><rng:attribute name="model" /></rng:optional>
<rng:attribute name="string" />
<rng:optional><rng:attribute name="keyword" /></rng:optional>
<rng:optional><rng:attribute name="multi" /></rng:optional>
@ -196,7 +196,7 @@
<rng:ref name="function" />
<rng:ref name="ir_set" />
</rng:choice>
</rng:zeroOrMore>
</rng:zeroOrMore>
</rng:element>
</rng:define>