[ADD] extend the demo module to showcase more possibilities

This commit is contained in:
Holger Brunn
2019-09-15 06:12:55 +02:00
parent a5e6acc3a6
commit 09dd190780
4 changed files with 70 additions and 6 deletions

View File

@@ -13,6 +13,8 @@
<tree>
<field name="name"/>
<field name="value"/>
<field name="value_selection"/>
<field name="value_many2one"/>
<field name="user_id"/>
</tree>
</field>
@@ -20,7 +22,13 @@
<footer>
<button name="open_x2m_matrix" type="object"
string="Try x2m 2d matrix"
class="oe_stat_button" icon="fa-edit"/>
class="oe_link" icon="fa-edit"/>
<button name="open_x2m_matrix_selection" type="object"
string="Try x2m 2d matrix (selection)"
class="oe_link" icon="fa-edit"/>
<button name="open_x2m_matrix_many2one" type="object"
string="Try x2m 2d matrix (many2one)"
class="oe_link" icon="fa-edit"/>
</footer>
</sheet>
</form>