[IMP]hr : view is changed using board style and column

bzr revid: ssu@ssu-desktop-20111114125421-f9fohs6yna06m8ae
This commit is contained in:
ssu 2011-11-14 18:24:21 +05:30
parent 78a65040f2
commit 8b57d41a40
1 changed files with 12 additions and 12 deletions

View File

@ -8,12 +8,12 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="My Board">
<hpaned>
<child1>
</child1>
<child2>
</child2>
</hpaned>
<board style="1-1">
<column>
</column>
<column>
</column>
</board>
</form>
</field>
</record>
@ -38,12 +38,12 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="HR Manager Board">
<hpaned>
<child1>
</child1>
<child2>
</child2>
</hpaned>
<board style="1-1">
<column>
</column>
<column>
</column>
</board>
</form>
</field>
</record>