Tower: unpublish om_account_followup — remove source from 19.0 branch
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
<?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