Explorar el Código

Secuencia en línea de compras

sebas hace 4 años
padre
commit
eee0549134
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.", {'readonly': True})
+             " purchase order.", readonly= True)
 
     @api.model
     def default_get(self, fields_list):