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 # 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 .activity import * from .activity import *

View File

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

View File

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