diff --git a/pos_custom_receipt/README.rst b/pos_custom_receipt/README.rst new file mode 100644 index 000000000..dafb93354 --- /dev/null +++ b/pos_custom_receipt/README.rst @@ -0,0 +1,61 @@ +================== +POS Custom Receipt +================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-coopiteasy%2Faddons-lightgray.png?logo=github + :target: https://github.com/coopiteasy/addons/tree/12.0/pos_custom_receipt + :alt: coopiteasy/addons + +|badge1| |badge2| |badge3| + +This module extends the POS receipt to: + +* Hide company's email +* Add customer's name + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Houssine Bakkali +* Vincent Van Rossem + +Maintainers +~~~~~~~~~~~ + +This module is part of the `coopiteasy/addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/pos_custom_receipt/__manifest__.py b/pos_custom_receipt/__manifest__.py index 89e04719e..33b56079a 100644 --- a/pos_custom_receipt/__manifest__.py +++ b/pos_custom_receipt/__manifest__.py @@ -4,18 +4,17 @@ { "name": "POS Custom Receipt", "version": "12.0.1.0.0", - "depends": [ - "point_of_sale", - ], + "depends": ["point_of_sale",], "author": "Coop IT Easy SCRLfs", "category": "Point Of Sale", "website": "https://coopiteasy.be", "license": "AGPL-3", "description": """ - This module extends the pos receipt in order to hide some info and - adds other info. + This module extends the POS receipt to: + - Hide company's email + - Add customer's name """, - 'data': [], - 'qweb': ['static/src/xml/pos.xml'], - 'installable': True, + "data": [], + "qweb": ["static/src/xml/pos.xml"], + "installable": True, } diff --git a/pos_custom_receipt/readme/CONTRIBUTORS.rst b/pos_custom_receipt/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..2ac1d89ae --- /dev/null +++ b/pos_custom_receipt/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Houssine Bakkali +* Vincent Van Rossem diff --git a/pos_custom_receipt/readme/DESCRIPTION.rst b/pos_custom_receipt/readme/DESCRIPTION.rst new file mode 100644 index 000000000..65be1118e --- /dev/null +++ b/pos_custom_receipt/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module extends the POS receipt to: + +* Hide company's email +* Add customer's name diff --git a/pos_custom_receipt/static/description/index.html b/pos_custom_receipt/static/description/index.html new file mode 100644 index 000000000..4f669d801 --- /dev/null +++ b/pos_custom_receipt/static/description/index.html @@ -0,0 +1,419 @@ + + + + + + +POS Custom Receipt + + + +
+

POS Custom Receipt

+ + +

Beta License: AGPL-3 coopiteasy/addons

+

This module extends the POS receipt to:

+
    +
  • Hide company’s email
  • +
  • Add customer’s name
  • +
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the coopiteasy/addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/pos_custom_receipt/static/src/xml/pos.xml b/pos_custom_receipt/static/src/xml/pos.xml index 17efc121c..f681b320a 100644 --- a/pos_custom_receipt/static/src/xml/pos.xml +++ b/pos_custom_receipt/static/src/xml/pos.xml @@ -1,11 +1,11 @@ - - - -
Customer:
+ + + +
Customer:
-
\ No newline at end of file +