You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
816 B

<odoo>
<record id="create_accounting_deposit_view" model="ir.ui.view">
<field name="name">create_accounting_deposit view</field>
<field name="model">opendons.createaccountingdeposit</field>
<field name="arch" type="xml">
<form>
<p>
Are you sure do you want to create a accounting deposit for bank deposit or canceled payments ?
</p>
<footer>
<button name="create_accounting_deposit" string="Create a accounting deposit" type="object"/>
<button string="Cancel" class="btn btn-secondary" special="cancel" />
</footer>
</form>
</field>
</record>
</odoo>