Increase version to 3.2.0

This commit is contained in:
Guillem Barba 2014-06-03 19:12:23 +02:00
parent 32adb231f6
commit ca626189d4
3 changed files with 7 additions and 10 deletions

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="sale_opportunity_activity_form_view">
@ -8,9 +8,7 @@ contains the full copyright notices and license terms. -->
<field name="inherit" ref="sale_opportunity.opportunity_view_form"/>
<field name="name">sale_opportunity_form</field>
</record>
</data>
<data>
<record model="ir.ui.view" id="sale_opportunity_activity_tree_view">
<field name="model">sale.opportunity</field>
<field name="inherit" ref="sale_opportunity.opportunity_view_tree"/>

View File

@ -1,5 +1,5 @@
[tryton]
version=3.0.0
version=3.2.0
depends:
activity
sale_opportunity