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.
19 lines
632 B
19 lines
632 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<record id="view_storage_backend_form" model="ir.ui.view">
|
|
<field name="model">storage.backend</field>
|
|
<field name="inherit_id" ref="storage_backend.storage_backend_view_form" />
|
|
<field name="priority" eval="250"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//group[@name='config']" position="after">
|
|
<notebook>
|
|
<page string="Tasks">
|
|
<field name="task_ids"/>
|
|
</page>
|
|
</notebook>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|