trytonpsk-sale_pos_frontend.../restaurant.xml

19 lines
721 B
XML

<?xml version="1.0"?>
<!-- This file is part sale_shop module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="sale_shop_table_view_form">
<field name="model">sale.shop.table</field>
<field name="type">form</field>
<field name="name">sale_shop_table_form</field>
</record>
<record model="ir.ui.view" id="sale_shop_table_view_tree">
<field name="model">sale.shop.table</field>
<field name="type">tree</field>
<field name="name">sale_shop_table_tree</field>
</record>
</data>
</tryton>