Initial import from Docker volume
This commit is contained in:
12
modules/lot/view/lot_graph2.xml
Executable file
12
modules/lot/view/lot_graph2.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?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. -->
|
||||
<graph type="vbar">
|
||||
<x>
|
||||
<field name="lot_product"/>
|
||||
</x>
|
||||
<y>
|
||||
<field name="lot_price" string="USD Price"/>
|
||||
<field name="lot_quantity" string="Quantity sold Mt"/>
|
||||
</y>
|
||||
</graph>
|
||||
Reference in New Issue
Block a user