mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] missing import of data.xml + cleanup of view
This commit is contained in:
@@ -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': [],
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user