trytonpsk-sale_pos_frontend.../dash.xml

21 lines
739 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data noupdate="1">
<record model="dash.app.rest_order" id="dash_app_rest_order">
<field name="company">1</field>
<field name="icon">th</field>
<field name="kind">internal</field>
</record>
<record model="dash.app" id="app_rest_order">
<field name="name">Rest Order</field>
<field name="origin">dash.app.rest_order,1</field>
<field name="active">True</field>
<field name="app_name">rest_order</field>
</record>
</data>
</tryton>