[WIP] Wizard Node Reservation

This commit is contained in:
Pablo
2018-10-16 16:35:15 +02:00
parent a63665209a
commit 378b1588c7
2 changed files with 33 additions and 21 deletions

View File

@@ -42,13 +42,12 @@
<!--<group colspan="2" class="oe_subtotal_footer">-->
<!--<field name="total"/>-->
<!--</group>-->
<!--<footer>-->
<!--<button name="create_folio" string="Create Reservations" type="object"-->
<!--class="oe_highlight" />-->
<!--</footer>-->
<footer attrs="{'invisible':[('node_id','=',False)]}">
<button name="create_node_reservation" string="Create Reservations" type="object"
class="oe_highlight" />
</footer>
</sheet>
</form>
</field>
</record>
</odoo>