summaryrefslogtreecommitdiff
path: root/addons/note_pad/views/note_views.xml
blob: b36586fee416be5a5ec9b0c8c9f383cceaa56b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" ?>
<odoo>

    <record id="view_note_note_pad_form" model="ir.ui.view">
      <field name="name">note_pad.view.form</field>
      <field name="model">note.note</field>
      <field name="inherit_id" ref="note.view_note_note_form"/>
      <field name="arch" type="xml">
        <field name="memo" position="replace">
           <field name="note_pad_url" widget="pad" class="oe_memo"/>
        </field>
      </field>
    </record>

</odoo>