Skip to content

Commit

Permalink
[MIG] pos_access_right: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Luis-Mora committed May 6, 2024
1 parent 9554fb5 commit 306131d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions pos_access_right/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Contributors
- Sylvain LE GAL <https://twitter.com/legalsylvain>
- Ammmar Officewala <https://twitter.com/AmmarOfficewala>
- Helly kapatel <[email protected]>
- `Binhex <https://binhex.cloud//com>`__:

- David Luis Mora <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion pos_access_right/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Point of Sale - Extra Access Right",
"version": "16.0.1.0.1",
"version": "17.0.1.0.1",
"category": "Point Of Sale",
"summary": "Point of Sale - Extra Access Right for certain actions",
"author": "La Louve, GRAP, Odoo Community Association (OCA)",
Expand Down
2 changes: 2 additions & 0 deletions pos_access_right/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Sylvain LE GAL \<<https://twitter.com/legalsylvain>\>
- Ammmar Officewala \<<https://twitter.com/AmmarOfficewala>\>
- Helly kapatel \<<[email protected]>\>
- [Binhex](https://binhex.cloud//com):
- David Luis Mora \<<[email protected]>\>
4 changes: 4 additions & 0 deletions pos_access_right/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,10 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li>
<li>Ammmar Officewala &lt;<a class="reference external" href="https://twitter.com/AmmarOfficewala">https://twitter.com/AmmarOfficewala</a>&gt;</li>
<li>Helly kapatel &lt;<a class="reference external" href="mailto:helly.kapatel&#64;initos.com">helly.kapatel&#64;initos.com</a>&gt;</li>
<li><a class="reference external" href="https://binhex.cloud//com">Binhex</a>:<ul>
<li>David Luis Mora &lt;<a class="reference external" href="mailto:d.luis&#64;binhex.cloud">d.luis&#64;binhex.cloud</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
1 change: 0 additions & 1 deletion pos_access_right/static/src/xml/ActionpadWidget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
t-name="ActionpadWidget"
t-inherit="point_of_sale.ActionpadWidget"
t-inherit-mode="extension"
owl="1"
>
<xpath
expr="div[hasclass('actionpad')]//button[hasclass('pay')]"
Expand Down
1 change: 0 additions & 1 deletion pos_access_right/static/src/xml/NumpadWidget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
t-name="NumpadWidget"
t-inherit="point_of_sale.NumpadWidget"
t-inherit-mode="extension"
owl="1"
>
<xpath
expr="div[hasclass('numpad')]//button[hasclass('numpad-minus')]"
Expand Down
1 change: 0 additions & 1 deletion pos_access_right/static/src/xml/TicketScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
t-name="TicketScreen"
t-inherit="point_of_sale.TicketScreen"
t-inherit-mode="extension"
owl="1"
>
<xpath
expr="//div[hasclass('ticket-screen')]//button[hasclass('highlight')]"
Expand Down
1 change: 1 addition & 0 deletions pos_access_right/tests/test_pos_access_right.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ def test_access_pos(self):

self.group_payment = self.env.ref("pos_access_right.group_payment")
self.assertEqual(self.group_payment, self.pos_config_main.group_payment_id)

0 comments on commit 306131d

Please sign in to comment.