Browse Source

[FIX] pos_fix_search_limit: priority asset view change

pull/460/head
David Alonso (Solvos) 4 years ago
parent
commit
dff667ccf8
  1. 1
      pos_fix_search_limit/README.rst
  2. 1
      pos_fix_search_limit/readme/CONTRIBUTORS.rst
  3. 1
      pos_fix_search_limit/static/description/index.html
  4. 3
      pos_fix_search_limit/views/pos_fix_limit.xml

1
pos_fix_search_limit/README.rst

@ -84,6 +84,7 @@ Contributors
~~~~~~~~~~~~
* Raphaël Reverdy <raphael.reverdy@akretion.com> (https://www.akretion.com)
* David Alonso <david.alonso@solvos.es>
Other credits
~~~~~~~~~~~~~

1
pos_fix_search_limit/readme/CONTRIBUTORS.rst

@ -1 +1,2 @@
* Raphaël Reverdy <raphael.reverdy@akretion.com> (https://www.akretion.com)
* David Alonso <david.alonso@solvos.es>

1
pos_fix_search_limit/static/description/index.html

@ -434,6 +434,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<h2><a class="toc-backref" href="#id9">Contributors</a></h2>
<ul class="simple">
<li>Raphaël Reverdy &lt;<a class="reference external" href="mailto:raphael.reverdy&#64;akretion.com">raphael.reverdy&#64;akretion.com</a>&gt; (<a class="reference external" href="https://www.akretion.com">https://www.akretion.com</a>)</li>
<li>David Alonso &lt;<a class="reference external" href="mailto:david.alonso&#64;solvos.es">david.alonso&#64;solvos.es</a>&gt;</li>
</ul>
</div>
<div class="section" id="other-credits">

3
pos_fix_search_limit/views/pos_fix_limit.xml

@ -2,7 +2,8 @@
<odoo>
<template id="assets" name="pos_fix_search_limit assets" inherit_id="point_of_sale.assets">
<template id="assets" name="pos_fix_search_limit assets" inherit_id="point_of_sale.assets"
priority="1">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_fix_search_limit/static/src/js/pos_fix_search_limit.js"></script>
</xpath>

Loading…
Cancel
Save