This module shows margins in PoS frontend during an order creation.
Table of contents
- If you want to disable the display of the margin, in the front-office UI, you can uncheck the check box in the res.config.settings shop form:
This dependency can be removed, when Odoo Core will be correctly refactored,
moving this @api.model
function in a more generic module (account
for exemple).
- Migrate to V16.0
- Remove
pos.order
andpos.order.line
funcionality from V14.0. It's already done by V16.0. - Remove tests.
- Create a
res.config.settings
field pos_iface_display_margin to display margins in PoS frontend.
- Migrate to V14.0
- Migrate to V13.0
- Reuse
sale_margin
computation to handle multi currency context. - Correct computation of margin, if a module that adds
uom_id
onpos.order.line
is installed. - Add test
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.
- GRAP
- FactorLibre
- Sylvain LE GAL (https://twitter.com/legalsylvain)
- Wolfgang Pichler
- Murtaza Mithaiwala (https://twitter.com/MurtazaMithaiw4)
- Dhara Solanki <[email protected]>
- Juan Carlos Bonilla <[email protected]>
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.
Current maintainer:
This module is part of the OCA/pos project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.