You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
535 B
14 lines
535 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--Added a field in the view to identify the sticky note -->
|
|
<odoo>
|
|
<record id="view_view_form" model="ir.ui.view">
|
|
<field name="model">ir.ui.view</field>
|
|
<field name="name">ir.ui.view.view.form</field>
|
|
<field name="inherit_id" ref="base.view_view_form"/>
|
|
<field name="arch" type="xml">
|
|
<field name="model" position="before">
|
|
<field name="sticky_identification_number"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</odoo>
|