Migration to 4.2

This commit refs #3367
This commit is contained in:
Javier Uribe 2018-04-19 10:04:55 +02:00
parent 1ccee11278
commit ef2dd2d3f7
5 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ class PartyCrossReferenceTestCase(ModuleTestCase):
'dest_party': pty2.id,
'code': '001',
'name': 'P001'}])
transaction.cursor.commit()
transaction.commit()
def suite():

View File

@ -1,5 +1,5 @@
[tryton]
version=3.8.0
version=4.2.0
depends:
ir
res

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Party Cross references">
<form>
<label name="party"/>
<field name="party"/>
<newline/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Party Cross references" editable="bottom">
<tree editable="bottom">
<field name="party"/>
<field name="dest_party"/>
<field name="address"/>