Skip to main content

Report Qweb Decimal Place

Project description

Beta License: LGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

This module intends to provide the base function for currencies to adjust the number of decimal places for the unit price in QWeb reports. Installing this module alone does not affect the presentation of existing QWeb reports. Individual adjustments need to be done in separate modules in a manner similar to the following:

<template
    id="report_saleorder_document_inherit"
    inherit_id="sale.report_saleorder_document"
>
    <xpath expr="//span[@t-field='line.price_unit']" position="attributes">
        <attribute
            name="t-att-style"
        >'display: none' if doc.currency_id.apply_price_decimal_place else ''</attribute>
    </xpath>
    <xpath expr="//span[@t-field='line.price_unit']" position="after">
        <t t-set="currency" t-value="doc.currency_id" />
        <t t-set="price_unit" t-value="line.price_unit" />
        <t t-call="report_qweb_decimal_place.price_unit_value_format" />
    </xpath>
</template>

Background:

Odoo default reports display price unit with the decimal accuracy of product price configuration. However, globally applying the decimal accuracy setting is sometimes not appropriate under multi-currency settings where how unit prices should be presented differs depending on the currency.

For example, unit prices in JPY usually do not have decimals (with some exceptions depending on the industry), while those in USD may require up to 2-4 decimals. If we configure the decimal accuracy based on USD, the unit price presentation on PDF reports for JPY transactions may appear a bit unconventional.

Table of contents

Configuration

To apply price unit format:

  1. Go to Invoicing –> Configuration –> Currencies

  2. Check apply_price_decimal_place field

  3. Define decimal place in price_decimal_place field

Inherit this module in your xxx_report_qweb_decimal_place module and format the price unit in reports.

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 to smash it by providing a detailed and welcomed feedback.

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

Credits

Authors

  • Quartile Limited

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/reporting-engine project on GitHub.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_report_qweb_decimal_place-16.0.1.0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_report_qweb_decimal_place-16.0.1.0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 e4637976e80d01dfd3b94d8baf9642f7bf6980bb16c98ae549dd1636b42a2c9f
MD5 009c3dead0b706b789a1fc204a324309
BLAKE2b-256 547fec7249acd9775f1843fdbfda4441aa8425c8fafb77df915729464e6d47ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page