[FIX] missing import of data.xml + cleanup of view

This commit is contained in:
unknown
2013-09-18 13:45:44 +02:00
parent b08284e1c7
commit fe7f136a30
2 changed files with 10 additions and 1 deletions

View File

@@ -27,7 +27,8 @@
'depends': ['base', 'account'],
'description': """Allows to move/moveline asynchronously""",
'website': 'http://www.camptocamp.com',
'data': ['view/move_line_importer_view.xml',
'data': ['data.xml',
'view/move_line_importer_view.xml',
'security/ir.model.access.csv',
'security/multi_company.xml'],
'demo': [],

View File

@@ -8,6 +8,7 @@
<form version="7.0" string="Imported file">
<header>
<button name="import_file"
type="object"
states="draft,error"
string="Import File"
class="oe_highlight"/>
@@ -31,6 +32,9 @@
class="oe_inline"/>
</div>
</group>
<group>
<field name="bypass_orm"/>
</group>
<group>
<field name="company_id" groups="base.group_multi_company"/>
</group>
@@ -41,6 +45,10 @@
colspan="4"/>
</page>
</notebook>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="message_ids" widget="mail_thread"/>
</div>
</form>
</field>
</record>