Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions pos_config_logo/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

==================
Point of sale logo
==================
Expand All @@ -17,7 +13,7 @@ Point of sale logo
.. |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/license-AGPL--3-blue.png
.. |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-OCA%2Fpos-lightgray.png?logo=github
Expand All @@ -32,9 +28,15 @@ Point of sale logo

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to configure a point of sale logo per config to
This module allows configuring a point of sale logo per configuration to
override the company one.

When set, this logo is used in:

- Receipt header.
- POS navbar header logo.
- POS saver screen logo.

**Table of contents**

.. contents::
Expand Down Expand Up @@ -63,8 +65,12 @@ will print the company one.
Usage
=====

When the cashier prints a receipt the point of sale logo will show up in
the receipt.
When a logo is configured in the POS settings, the point of sale logo is
displayed:

- In the printed receipt header.
- In the POS navbar.
- In the POS saver screen.

Bug Tracker
===========
Expand All @@ -91,6 +97,8 @@ Contributors

- David Vidal

- Miguel Machado

Maintainers
-----------

Expand Down
1 change: 1 addition & 0 deletions pos_config_logo/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- [Tecnativa](https://tecnativa.com)
- David Vidal
- Miguel Machado
10 changes: 8 additions & 2 deletions pos_config_logo/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
This module allows to configure a point of sale logo per config to override the company
one.
This module allows configuring a point of sale logo per configuration to override the
company one.

When set, this logo is used in:

- Receipt header.
- POS navbar header logo.
- POS saver screen logo.
6 changes: 5 additions & 1 deletion pos_config_logo/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
When the cashier prints a receipt the point of sale logo will show up in the receipt.
When a logo is configured in the POS settings, the point of sale logo is displayed:

- In the printed receipt header.
- In the POS navbar.
- In the POS saver screen.
Loading
Loading