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.
 
 
 
 
 

27 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_edit_robots_txt" model="ir.ui.view">
<field name="name">website.robots.view.form.inherit.custom.robots.txt</field>
<field name="model">website.robots</field>
<field name="inherit_id" ref="website.view_edit_robots"/>
<field name="arch" type="xml">
<field name="content" position="before">
<div class="custom-label-field" style="display: flex">
<div class="o_td_label">
<label for="mode" string="Mode"/>
</div>
<div class="o_td_field">
<field name="mode"/>
</div>
</div>
</field>
<xpath expr="//a" position="after">
<a role="button" class="btn btn-link" target="_blank"
href="https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt">
How to create robots.txt
</a>
</xpath>
</field>
</record>
</odoo>