diff --git a/contract/models/abstract_contract_line.py b/contract/models/abstract_contract_line.py index 94f81342b..ba84f6f29 100644 --- a/contract/models/abstract_contract_line.py +++ b/contract/models/abstract_contract_line.py @@ -39,6 +39,7 @@ class ContractAbstractContractLine(models.AbstractModel): string="Unit Price", compute="_compute_price_unit", inverse="_inverse_price_unit", + digits="Product Price", ) price_subtotal = fields.Float( compute="_compute_price_subtotal", diff --git a/contract/readme/CONTRIBUTORS.rst b/contract/readme/CONTRIBUTORS.rst index dda95e89e..1d303c64d 100644 --- a/contract/readme/CONTRIBUTORS.rst +++ b/contract/readme/CONTRIBUTORS.rst @@ -14,3 +14,4 @@ * Rafael Blasco * Víctor Martínez * Iván Antón +* Eric Antones