Add missing view files lost in previous commit

This commit is contained in:
Sergi Almacellas Abellana 2014-06-25 15:21:10 +02:00
parent e9ab926506
commit ad511bb949
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Period Lot Cache" col="8">
<label name="period"/>
<field name="period" colspan="6"/>
<label name="location"/>
<field name="location"/>
<label name="product"/>
<field name="product"/>
<label name="lot"/>
<field name="lot"/>
<label name="party"/>
<field name="party"/>
<label name="internal_quantity"/>
<field name="internal_quantity"/>
</form>

View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Period Lot Cache">
<field name="period"/>
<field name="location"/>
<field name="product"/>
<field name="lot"/>
<field name="party"/>
<field name="internal_quantity"/>
</tree>