Skip to content

Commit

Permalink
[FIX] purchase_allowed_product: better inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
GSLabIt committed Nov 24, 2023
1 parent 22c7d48 commit bdf0407
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions purchase_allowed_product/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Purchase and Invoice Allowed Product
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:327c2b0c8f5b6c4093cc0b8d17cf3bd6ee8bfc5a2764e6eb9dbd1c76eca25074
!! source digest: sha256:af6e9abe7300c18d75758c0ab9386c2120b6ad246b5c2770ebe90bbff606065a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -74,7 +74,10 @@ Contributors

* Darius Žižys

* Ooops404 <[email protected]>
* `Ooops404 <https://www.ooops404.com>`__:
* Ooops404 <[email protected]>
* Giovanni Serra <[email protected]>

* PyTech SRL <[email protected]>

Maintainers
Expand Down
5 changes: 4 additions & 1 deletion purchase_allowed_product/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@

* Darius Žižys

* Ooops404 <[email protected]>
* `Ooops404 <https://www.ooops404.com>`__:

* Giovanni Serra <[email protected]>

* PyTech SRL <[email protected]>
6 changes: 4 additions & 2 deletions purchase_allowed_product/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Purchase and Invoice Allowed Product</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:327c2b0c8f5b6c4093cc0b8d17cf3bd6ee8bfc5a2764e6eb9dbd1c76eca25074
!! source digest: sha256:af6e9abe7300c18d75758c0ab9386c2120b6ad246b5c2770ebe90bbff606065a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/14.0/purchase_allowed_product"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_allowed_product"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a restriction in purchase and supplier invoices that has the
Expand Down Expand Up @@ -419,7 +419,9 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<li>Darius Žižys</li>
</ul>
</li>
<li>Ooops404 &lt;<a class="reference external" href="mailto:info&#64;ooops404.com">info&#64;ooops404.com</a>&gt;</li>
<li><a class="reference external" href="https://www.ooops404.com">Ooops404</a>:
* Ooops404 &lt;<a class="reference external" href="mailto:info&#64;ooops404.com">info&#64;ooops404.com</a>&gt;
* Giovanni Serra &lt;<a class="reference external" href="mailto:giovanni&#64;ooops404.com">giovanni&#64;ooops404.com</a>&gt;</li>
<li>PyTech SRL &lt;<a class="reference external" href="mailto:info&#64;pytech.it">info&#64;pytech.it</a>&gt;</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ref="purchase.res_config_settings_view_form_purchase"
/>
<field name="arch" type="xml">
<xpath expr="//div[@id='product_matrix']" position="after">
<xpath expr="//div[@name='matrix_setting_container']" position="inside">
<div
class="col-12 col-lg-6 o_setting_box"
id="default_use_only_supplied_product"
Expand Down

0 comments on commit bdf0407

Please sign in to comment.