mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
commit
8efcaaf655
@ -12,9 +12,7 @@ class DocumentPage(models.Model):
|
||||
|
||||
_inherit = "document.page"
|
||||
|
||||
history_ids = fields.One2many(
|
||||
order="approved_date DESC", domain=[("state", "=", "approved")]
|
||||
)
|
||||
history_ids = fields.One2many(domain=[("state", "=", "approved")])
|
||||
|
||||
approved_date = fields.Datetime(
|
||||
"Approved Date",
|
||||
|
Loading…
Reference in New Issue
Block a user