Skip to content

[16.0][FIX] pos_tare: fix weight formatting on receipt#1562

Open
huguesdk wants to merge 2 commits into
OCA:16.0from
coopiteasy:16.0-fix-pos_tare-receipt_weight_formatting
Open

[16.0][FIX] pos_tare: fix weight formatting on receipt#1562
huguesdk wants to merge 2 commits into
OCA:16.0from
coopiteasy:16.0-fix-pos_tare-receipt_weight_formatting

Conversation

@huguesdk

Copy link
Copy Markdown
Member
  • ensure that the gross and tare weights are formatted correctly on the receipt, according to the uom rounding, the decimal precision and the decimal separator (in the same way as on the order screen).
  • rename format_tare() to format_quantity().
  • separate the quantity and the unit name using a non-breaking space to avoid a line wrapping between them.
  • add has_tare property to Orderline.
  • update and improve fr translation.

huguesdk added 2 commits May 29, 2026 10:55
* ensure that the gross and tare weights are formatted correctly on the
  receipt, according to the uom rounding, the decimal precision and the
  decimal separator (in the same way as on the order screen).
* rename format_tare() to format_quantity().
* separate the quantity and the unit name using a non-breaking space to
  avoid a line wrapping between them.
* add has_tare property to Orderline.
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @Fkawala, @legalsylvain,
some modules you are maintaining are being modified, check this out!

@legalsylvain legalsylvain left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants