Skip to content

Commit

Permalink
Merge pull request #126 from coopiteasy/12.0-pos_custom_receipt-imp-d…
Browse files Browse the repository at this point in the history
…escription

[12.0][IMP] pos_custom_receipt: module description / readme / black
  • Loading branch information
vvrossem authored Nov 3, 2020
2 parents d58d715 + 848f95d commit cf713af
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 13 deletions.
61 changes: 61 additions & 0 deletions pos_custom_receipt/README.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/coopiteasy/addons/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 <https://github.com/coopiteasy/addons/issues/new?body=module:%20pos_custom_receipt%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* Coop IT Easy SCRLfs

Contributors
~~~~~~~~~~~~

* Houssine Bakkali <[email protected]>
* Vincent Van Rossem <[email protected]>

Maintainers
~~~~~~~~~~~

This module is part of the `coopiteasy/addons <https://github.com/coopiteasy/addons/tree/12.0/pos_custom_receipt>`_ project on GitHub.

You are welcome to contribute.
15 changes: 7 additions & 8 deletions pos_custom_receipt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
2 changes: 2 additions & 0 deletions pos_custom_receipt/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Houssine Bakkali <[email protected]>
* Vincent Van Rossem <[email protected]>
4 changes: 4 additions & 0 deletions pos_custom_receipt/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This module extends the POS receipt to:

* Hide company's email
* Add customer's name
Loading

0 comments on commit cf713af

Please sign in to comment.