Skip to content

Commit 2f1c105

Browse files
[18.0][MIG] pos_customer_comment: Migration to 18.0
1 parent 7144edf commit 2f1c105

16 files changed

Lines changed: 152 additions & 143 deletions

pos_customer_comment/README.rst

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ Point of Sale - Cashier Comment
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
20-
:target: https://github.com/OCA/pos/tree/18.0/pos_customer_comment
20+
:target: https://github.com/OCA/pos/tree/16.0/pos_customer_comment
2121
:alt: OCA/pos
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/pos-18-0/pos-18-0-pos_customer_comment
23+
:target: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_customer_comment
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/pos&target_branch=18.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/pos&target_branch=16.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module extends the functionality of point of sale module, to allow
32-
display and edit customer note field in the point of sale UI for the
33-
cashier.
31+
This module extends the functionality of point of sale module, to allow display and edit
32+
customer note field in the point of sale UI for the cashier.
3433

3534
**Table of contents**
3635

@@ -40,67 +39,61 @@ cashier.
4039
Usage
4140
=====
4241

43-
- Go to your partner view and write or edit new PoS comments
42+
* Go to your partner view and write or edit new PoS comments
4443

45-
|image1|
44+
.. figure:: https://raw.githubusercontent.com/OCA/pos/16.0/pos_customer_comment/static/description/res_partner_form.png
4645

47-
- Then Open your Point of sale
46+
* Then Open your Point of sale
4847

49-
in the customer tree view, a new icon is available to mention that the
50-
customer has a PoS Comment to read:
48+
in the customer tree view, a new icon is available to mention that the customer
49+
has a PoS Comment to read:
5150

52-
|image2|
51+
.. figure:: https://raw.githubusercontent.com/OCA/pos/16.0/pos_customer_comment/static/description/pos_customer_tree.png
5352

5453
It is possible to see or edit the comment in the customer form view:
5554

56-
|image3|
57-
58-
.. |image1| image:: https://raw.githubusercontent.com/OCA/pos/18.0/pos_customer_comment/static/description/res_partner_form.png
59-
.. |image2| image:: https://raw.githubusercontent.com/OCA/pos/18.0/pos_customer_comment/static/description/pos_customer_tree.png
60-
.. |image3| image:: https://raw.githubusercontent.com/OCA/pos/18.0/pos_customer_comment/static/description/pos_customer_form.png
55+
.. figure:: https://raw.githubusercontent.com/OCA/pos/16.0/pos_customer_comment/static/description/pos_customer_form.png
6156

6257
Known issues / Roadmap
6358
======================
6459

65-
For the time being, there is no HTML widget available in the point of
66-
sale. For that reason, the Cashier comment (``pos_comment``) is a simple
67-
Text field. If a widget is available in odoo, it could be great to
68-
switch to a HTML field text.
60+
For the time being, there is no HTML widget available in the point of sale.
61+
For that reason, the Cashier comment (``pos_comment``) is a simple Text field.
62+
If a widget is available in odoo, it could be great to switch to a HTML field text.
6963

7064
Bug Tracker
7165
===========
7266

7367
Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
7468
In case of trouble, please check there if your issue has already been reported.
7569
If you spotted it first, help us to smash it by providing a detailed and welcomed
76-
`feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_customer_comment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
70+
`feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_customer_comment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7771

7872
Do not contact contributors directly about support or help with technical issues.
7973

8074
Credits
8175
=======
8276

8377
Authors
84-
-------
78+
~~~~~~~
8579

8680
* GRAP
8781

8882
Contributors
89-
------------
83+
~~~~~~~~~~~~
9084

91-
- Sylvain LE GAL (https://twitter.com/legalsylvain)
92-
- Juan Carlos Bonilla <juancarlos.bonilla@factorlibre.com>
85+
* Sylvain LE GAL (https://twitter.com/legalsylvain)
86+
* Juan Carlos Bonilla <juancarlos.bonilla@factorlibre.com>
9387

9488
Other credits
95-
-------------
89+
~~~~~~~~~~~~~
9690

9791
The development of this module has been financially supported by:
9892

99-
- UGESS, Union Nationale des Groupements des épiceries Sociales et
100-
Solidaires (https://ugess.org/)
93+
* UGESS, Union Nationale des Groupements des épiceries Sociales et Solidaires (https://ugess.org/)
10194

10295
Maintainers
103-
-----------
96+
~~~~~~~~~~~
10497

10598
This module is maintained by the OCA.
10699

@@ -120,6 +113,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
120113

121114
|maintainer-legalsylvain|
122115

123-
This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/18.0/pos_customer_comment>`_ project on GitHub.
116+
This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/16.0/pos_customer_comment>`_ project on GitHub.
124117

125118
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

pos_customer_comment/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Point of Sale - Cashier Comment",
77
"summary": "Display Customer comment in the PoS front office and allow"
88
" to edit and save it by the cashier",
9-
"version": "16.0.1.0.3",
9+
"version": "18.0.1.0.0",
1010
"category": "Point of Sale",
1111
"maintainers": ["legalsylvain"],
1212
"author": "GRAP,Odoo Community Association (OCA)",
@@ -24,7 +24,7 @@
2424
"pos_customer_comment/static/src/js/PartnerDetailsEdit.esm.js",
2525
],
2626
"web.assets_tests": [
27-
"pos_customer_comment/tests/tours/PosCustomerComment.tour.js",
27+
"pos_customer_comment/static/tests/tours/PosCustomerComment.tour.esm.js",
2828
],
2929
},
3030
"demo": [

pos_customer_comment/readme/CONTRIBUTORS.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Sylvain LE GAL (https://twitter.com/legalsylvain)
2+
* Juan Carlos Bonilla <juancarlos.bonilla@factorlibre.com>

pos_customer_comment/readme/CREDITS.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The development of this module has been financially supported by:
2+
3+
* UGESS, Union Nationale des Groupements des épiceries Sociales et Solidaires (https://ugess.org/)

pos_customer_comment/readme/DESCRIPTION.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This module extends the functionality of point of sale module, to allow display and edit
2+
customer note field in the point of sale UI for the cashier.

pos_customer_comment/readme/ROADMAP.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
For the time being, there is no HTML widget available in the point of sale.
2+
For that reason, the Cashier comment (``pos_comment``) is a simple Text field.
3+
If a widget is available in odoo, it could be great to switch to a HTML field text.

0 commit comments

Comments
 (0)