<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><imgalt="License: LGPL-3"src="https://img.shields.io/badge/licence-LGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/server-tools/tree/11.0/base_view_inheritance_extension"><imgalt="OCA/server-tools"src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-base_view_inheritance_extension"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runbot.odoo-community.org/runbot/149/11.0"><imgalt="Try me on Runbot"src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a></p>
<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><imgalt="License: LGPL-3"src="https://img.shields.io/badge/licence-LGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/server-tools/tree/12.0/base_view_inheritance_extension"><imgalt="OCA/server-tools"src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_view_inheritance_extension"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runbot.odoo-community.org/runbot/149/12.0"><imgalt="Try me on Runbot"src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a></p>
<p>This module was written to make it simple to add custom operators for view
inheritance.</p>
<p><strong>Table of contents</strong></p>
@ -394,12 +394,6 @@ inheritance.</p>
</pre>
<p>Note that views are subject to evaluation of xmlids anyways, so if you need
to refer to some xmlid, say <ttclass="docutils literal">%(xmlid)s</tt>.</p>
<p><strong>Move an element in the view</strong></p>
@ -412,6 +406,8 @@ element first, then move the node youwant to wrap there.</p>
$remove_value(s)
<spanclass="nt"></attribute></span>
</pre>
<p><strong>Move an element in the view</strong></p>
<p>This feature is now native, cf the <aclass="reference external"href="https://www.odoo.com/documentation/12.0/reference/views.html#inheritance-specs">official Odoo documentation</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<divclass="section"id="credits">
@ -452,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <aclass="reference external"href="https://github.com/OCA/server-tools/tree/11.0/base_view_inheritance_extension">OCA/server-tools</a> project on GitHub.</p>
<p>This module is part of the <aclass="reference external"href="https://github.com/OCA/server-tools/tree/12.0/base_view_inheritance_extension">OCA/server-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <aclass="reference external"href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>