Tower: upload om_account_followup 19.0.1.0.2 (was 1.0.2, via marketplace)
This commit is contained in:
27
addons/om_account_followup/wizard/followup_results_view.xml
Normal file
27
addons/om_account_followup/wizard/followup_results_view.xml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<data>
|
||||||
|
|
||||||
|
<record id="view_om_account_followup_sending_results" model="ir.ui.view">
|
||||||
|
<field name="name">followup.sending.results.form</field>
|
||||||
|
<field name="model">followup.sending.results</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Summary of actions">
|
||||||
|
<field name="description" class="oe_view_only"/>
|
||||||
|
<footer>
|
||||||
|
<field name="needprinting" invisible="1"/>
|
||||||
|
<div invisible="not needprinting">
|
||||||
|
<button name="do_report" string="Download Letters"
|
||||||
|
type="object" class="oe_highlight"/>
|
||||||
|
</div>
|
||||||
|
<div invisible="needprinting">
|
||||||
|
<button name="do_done" string="Close" type="object"
|
||||||
|
class="oe_highlight"/>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</odoo>
|
||||||
Reference in New Issue
Block a user