21 lines
965 B
XML
21 lines
965 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!--Wizard For Raise Apprval Messages Thesis ORIC-->
|
|
<record id="wizard_message_form_for_oric" model="ir.ui.view">
|
|
<field name="name">Thesis Wizard Message Approval Message ORIC</field>
|
|
<field name="model">dss.dialog</field>
|
|
<field name="type">form</field>
|
|
<field name="arch" type="xml">
|
|
<form string="Message" version="7.0">
|
|
<separator string="Message" colspan="6"/>
|
|
<field name="text" colspan="4" nolabel="1" readonly="1" widget="html"/>
|
|
<newline/>
|
|
<separator colspan="6"/>
|
|
<footer>
|
|
<button name="btn_approve_oric" type="object" string="Yes" class="oe_highlight"/>
|
|
<button special="cancel" string="No"/>
|
|
</footer>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
</odoo> |