13 lines
449 B
XML
13 lines
449 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. -->
|
|
<tree>
|
|
<field name="zone"/>
|
|
<field name="table"/>
|
|
<field name="completed_sales" sum="1"/>
|
|
<field name="untaxed_amount" sum="1"/>
|
|
<field name="tax_amount" sum="1"/>
|
|
<field name="total_amount" sum="1"/>
|
|
<field name="total_tip_amount" sum="1"/>
|
|
</tree>
|