update misc

This commit is contained in:
ivan deng
2020-06-24 13:47:09 +08:00
parent 8eb318176e
commit e941103102
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class ProductBrand(models.Model):
string='Number of products',
compute='_compute_products_count',
)
sequence = fields.Integer('Sequence', help="Determine the display order")
sequence = fields.Integer('Sequence', help="Determine the display order", default=10)
@api.depends('product_ids')
def _compute_products_count(self):