mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
Filter more fields
This commit is contained in:
parent
a6c01b53fe
commit
d0157ee975
@ -183,7 +183,7 @@ class document_page_history(models.Model):
|
||||
|
||||
def __getattr__(self, attr):
|
||||
"""Return a dummy callabale"""
|
||||
if attr in ['_sql']:
|
||||
if attr in ['_sql', 'init', '_ids']:
|
||||
raise AttributeError
|
||||
|
||||
_logger.warning(
|
||||
|
Loading…
Reference in New Issue
Block a user