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):

View File

@@ -49,6 +49,11 @@
.o_list_view .table-responsive .o_optional_columns_dropdown_toggle {
padding: 0 20px 0 5px;
}
.o_content {
.o_controller_with_searchpanel .o_renderer_with_searchpanel {
overflow: unset;
}
}
// Notebooks ,form_view,移动端优化
.o_form_view {
.o_notebook {