mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 05:42:13 -06:00
[9.0] Improve document_page (#162)
* [document_page] FIX creating history when there are no changes made. Add history name field, to name revisions. Modified views to allow setting this field. * [document_page] FIX BUG: UI hanging when editing content. This was due to the api.depends on _compute_diff. Removing it because it's not really necessary since the field is not stored. * [document_page] page_id should be readonly. * [document_page] Implement active field * [document_page] Update version number
This commit is contained in:
committed by
Maxime Chambreuil
parent
59460e4a53
commit
adc4b0ccd8
@@ -21,7 +21,7 @@
|
||||
|
||||
{
|
||||
'name': 'Document Page',
|
||||
'version': '9.0.2.0.0',
|
||||
'version': '9.0.2.1.0',
|
||||
'category': 'Knowledge Management',
|
||||
'author': 'OpenERP SA, Odoo Community Association (OCA)',
|
||||
'images': ['images/category_list.png', 'images/create_category.png',
|
||||
|
||||
Reference in New Issue
Block a user