mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 11:22:00 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="account_move_send_batch_wizard_form" model="ir.ui.view">
|
||||
<field name="name">account.move.send.batch.wizard.form</field>
|
||||
<field name="model">account.move.send.batch.wizard</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<field name="move_ids" invisible="1"/>
|
||||
|
||||
<!-- Warnings -->
|
||||
<div class="m-0" id="alerts" invisible="not alerts">
|
||||
<field name="alerts" class="o_field_html" widget="actionable_errors"/>
|
||||
</div>
|
||||
|
||||
<!-- Summary -->
|
||||
<field name="summary_data" invisible="not summary_data" widget="account_batch_sending_summary" nolabel="1"/>
|
||||
|
||||
<footer>
|
||||
<button string="Send"
|
||||
data-hotkey="q"
|
||||
name="action_send_and_print"
|
||||
type="object"
|
||||
class="print btn-primary o_mail_send">
|
||||
</button>
|
||||
<button string="Cancel"
|
||||
data-hotkey="x"
|
||||
special="cancel"
|
||||
class="btn-secondary"/>
|
||||
</footer>
|
||||
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue