🎉 Initialize module repository
This commit is contained in:
23
views/mvd_tcg_add_to_deck_views.xml
Normal file
23
views/mvd_tcg_add_to_deck_views.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="mvd_tcg_add_to_deck_view_form" model="ir.ui.view">
|
||||
<field name="name">mvd.tcg.add.to.deck.view.form</field>
|
||||
<field name="model">mvd.tcg.add.to.deck</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Add to Deck">
|
||||
<group>
|
||||
<field name="card_id"/>
|
||||
<field name="deck_id"/>
|
||||
<field name="board_id"/>
|
||||
<field name="quantity"/>
|
||||
<field name="role_ids" widget="many2many_tags" options="{'color_field': 'color'}"/>
|
||||
<field name="note"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button name="action_add_to_deck" type="object" string="Add" class="btn-primary"/>
|
||||
<button string="Cancel" class="btn-secondary" special="cancel"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user