From bde600e86ab2fb9c396a4d00615cbedd6dd3f290 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 23 Mar 2026 15:55:39 +0100 Subject: [PATCH] 23.03.26 --- modules/purchase_trade/pricing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/pricing.py b/modules/purchase_trade/pricing.py index b4563a7..2c6d853 100755 --- a/modules/purchase_trade/pricing.py +++ b/modules/purchase_trade/pricing.py @@ -283,7 +283,7 @@ class Component(ModelSQL, ModelView): ], "Price Source", required=True) fix_type = fields.Many2One('price.fixtype',"Fixation type") - ratio = fields.Numeric("%") + ratio = fields.Numeric("%",digits=(16,5)) price_index = fields.Many2One('price.price',"Curve") price_matrix = fields.Many2One('price.matrix', "Price Matrix") currency = fields.Function(fields.Many2One('currency.currency',"Curr."),'get_cur')