mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
@@ -171,5 +171,5 @@ class AccountBankStatementImportSheetMappingWizard(models.TransientModel):
|
||||
"res_id": mapping.id,
|
||||
"view_mode": "form",
|
||||
"view_id": False,
|
||||
"target": "new",
|
||||
"target": "current",
|
||||
}
|
||||
|
||||
@@ -140,16 +140,13 @@
|
||||
</group>
|
||||
</group>
|
||||
</xpath>
|
||||
<xpath expr="//div[@name='final_buttons']/button" position="attributes">
|
||||
<attribute name="class">btn-default</attribute>
|
||||
<attribute name="string">Cancel</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//div[@name='final_buttons']/button" position="before">
|
||||
<xpath expr="//div[@name='states_buttons']/button" position="before">
|
||||
<button
|
||||
name="import_mapping"
|
||||
string="Import"
|
||||
type="object"
|
||||
class="btn-primary"
|
||||
attrs="{'invisible': [('state', '!=', 'final')]}"
|
||||
/>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user