mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update desc
This commit is contained in:
@@ -7,6 +7,8 @@ from odoo.tools.safe_eval import safe_eval
|
||||
class BlogBlog(models.Model):
|
||||
_inherit = 'blog.blog'
|
||||
_order = 'sequence, name'
|
||||
|
||||
seo_name = fields.Char(tracking=True)
|
||||
|
||||
# 排序
|
||||
sequence = fields.Integer(string='Sequence', default=20, index=True, help="Determine the display order")
|
||||
|
||||
Reference in New Issue
Block a user