Pos ticket logo
Project description
POS Ticket logo
Add company logo in POS ticket
Motivation
`XmlReceipt` Qweb report is used when `iface_print_via_proxy` config is True: https://github.com/odoo/odoo/blob/8.0/addons/point_of_sale/static/src/js/screens.js#L1341
But in the case `iface_print_via_proxy` config is False, `PosTicket` Qweb report is used, and company_logo is not used: https://github.com/odoo/odoo/blob/8.0/addons/point_of_sale/static/src/js/screens.js#L984
In other hand, company_logo is loaded using `/web/binary/company_logo` controller that returns a 150px wide logo: https://github.com/odoo/odoo/blob/8.0/addons/point_of_sale/static/src/js/models.js#L371 but after that logo is resized to 300px width, so a pixelled logo appears even original logo is 300px wide. That’s why we override how company_logo is loaded. We also resized it to 260px (not 300px) wide because appears cut in PDF:
Credits
Contributors
Antonio Espinosa <antonioea@antiun.com>
Endika Iglesias <endikaig@antiun.com>
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo8_addon_pos_ticket_logo-8.0.1.0.0-py2-none-any.whl
.
File metadata
- Download URL: odoo8_addon_pos_ticket_logo-8.0.1.0.0-py2-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee0cdd2c11dc2a0e06323239fcc0e73dc6bcb4719d4c830db08d7562ef6d4726 |
|
MD5 | 85680c3485467154cb6d6452c19c538e |
|
BLAKE2b-256 | 7bf2b0e6c433247f60e6b659abdce0cc07e05ccc058d27da220444462f6d602d |