[ADD] stock_inventory_verification_request

This commit is contained in:
lreficent
2017-02-17 10:54:52 +01:00
committed by Jordi Ballester Alomar
parent a5dccd08b8
commit f5cd970020
11 changed files with 523 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 Eficent Business and IT Consulting Services S.L.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="seq_slot_verification_request" model="ir.sequence">
<field name="name">Slot Verification Request</field>
<field name="code">stock.slot.verification.request</field>
<field name="prefix">SVR/%(range_year)s/</field>
<field name="padding">5</field>
<field name="company_id" eval="False"/>
</record>
</odoo>