Add module product_expiry_simple

This commit is contained in:
Alexis de Lattre
2017-02-03 23:24:08 +01:00
parent c8f1517881
commit 309027198a
5 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<openerp>
<data>
<record id="removal_fefo" model="product.removal">
<field name="name">First Expiry First Out (FEFO)</field>
<field name="method">fefo</field>
</record>
</data>
</openerp>