Pārlūkot izejas kodu

Secuencia en línea de compras

sebas 4 gadi atpakaļ
vecāks
revīzija
5441281f3d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      model/purchase.py

+ 1 - 1
model/purchase.py

@@ -68,7 +68,7 @@ class PurchaseOrderLine(models.Model):
     sequence = fields.Integer(
         string='Sequence',
         help="Gives the sequence of this line when displaying the"
-             " purchase order.")
+             " purchase order.", {'readonly': True})
 
     @api.model
     def default_get(self, fields_list):