Remove show_account_move_form because of the fact that the context is kept from the account.move.line form view, so it triggers a crash when creating a line from the account.move form

Fix domain on analytic account on move lines
This commit is contained in:
Alexis de Lattre
2017-03-08 00:31:23 +01:00
parent 281c0b7052
commit 4c3c8e50db
2 changed files with 2 additions and 13 deletions

View File

@@ -234,7 +234,6 @@ module -->
<field name="reconcile_ref" position="after">
<field name="reconcile_id"/>
<field name="reconcile_partial_id"/>
<button name="show_account_move_form" type="object" icon="STOCK_GO_FORWARD" string="Show Journal Entry"/>
</field>
</field>
</record>