1
0
Fork 0
mirror of synced 2023-12-14 09:32:52 +01:00

Increase version to 3.2.0

This commit is contained in:
Guillem Barba 2014-06-04 11:32:58 +02:00
parent fe8a66c57f
commit ee52054446
3 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,5 @@
#The COPYRIGHT file at the top level of this repository contains the full # The COPYRIGHT file at the top level of this repository contains the full
#copyright notices and license terms. # copyright notices and license terms.
from trytond.pool import Pool from trytond.pool import Pool
from stock import * from stock import *

View file

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton> <tryton>
<data> <data>
<record id="view_stock_configuration_view_form" model="ir.ui.view"> <record id="view_stock_configuration_view_form" model="ir.ui.view">
@ -7,6 +9,7 @@
<field name="type">form</field> <field name="type">form</field>
<field name="inherit" ref="stock.stock_configuration_view_form"/> <field name="inherit" ref="stock.stock_configuration_view_form"/>
</record> </record>
<record model="ir.sequence.type" id="sequence_type_lot"> <record model="ir.sequence.type" id="sequence_type_lot">
<field name="name">Lot</field> <field name="name">Lot</field>
<field name="code">stock.lot</field> <field name="code">stock.lot</field>
@ -21,6 +24,7 @@
<field name="sequence_type" ref="sequence_type_lot"/> <field name="sequence_type" ref="sequence_type_lot"/>
<field name="group" ref="stock.group_stock_admin"/> <field name="group" ref="stock.group_stock_admin"/>
</record> </record>
<record model="ir.sequence" id="sequence_lot"> <record model="ir.sequence" id="sequence_lot">
<field name="name">Lot</field> <field name="name">Lot</field>
<field name="code">stock.lot</field> <field name="code">stock.lot</field>

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=3.1.0 version=3.2.0
depends: depends:
stock_lot stock_lot
xml: xml: