mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update misc
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user