Skip to content

Commit

Permalink
Merge PR #4067 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by aleuffre
  • Loading branch information
OCA-git-bot committed Mar 22, 2024
2 parents 27c4cd6 + 08bcce6 commit a50cbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_delivery_note/models/stock_delivery_note_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _default_unit_uom(self):
string="Quantity", digits="Product Unit of Measure", default=1.0
)
product_uom_id = fields.Many2one("uom.uom", string="UoM", default=_default_unit_uom)
price_unit = fields.Monetary(string="Unit price", currency_field="currency_id")
price_unit = fields.Float(string="Unit price", digits="Product Price")
currency_id = fields.Many2one(
"res.currency", string="Currency", required=True, default=_default_currency
)
Expand Down

0 comments on commit a50cbe6

Please sign in to comment.