carrier_id not readonly on done picking (add tracking on it)

fix for formatLang inherit in base_usability
This commit is contained in:
Alexis de Lattre
2018-07-18 14:27:21 +02:00
parent 04118bbf46
commit ebb8f1ad86
5 changed files with 38 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ def formatLang(
if (
'base.usability.installed' in env and
int_no_digits and
not monetary and
isinstance(value, float) and
dp):
prec = env['decimal.precision'].precision_get(dp)