Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.25 KB

File metadata and controls

68 lines (47 loc) · 2.25 KB

Shopinvader price per quantity

Beta License: AGPL-3 shopinvader/odoo-shopinvader

This module will export the price per qty into you index.

You will have an extra key "per_qty" in the existing "price" key with the price per quantity value

For example

"price": {
    "value": XXX,
    "tax_included": XXX,
    "original_value": XXX,
    "discount": XXX,
    "per_qty": {10.0: 456.52, 20.0: 391.3, 30.0: 326.09, 40.0: 260.87}

Note : in case that you have a lot of pricelist, this can be perf costly

Table of contents

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.

  • Akretion

This module is part of the shopinvader/odoo-shopinvader project on GitHub.

You are welcome to contribute.