| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/knowledge |
| GIT | |
| GIT | https://github.com/OCA/knowledge.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/knowledge/tree/17.0/document_page_tag_print_control |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Knowledge |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Juan Alberto Raja |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/knowledge |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/knowledge: - document_page_tag - document_page - document_knowledge odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds print control functionality to document pages based on tags. It allows users to control which document pages cannot be printed by configuring tags with a "Not Printable" attribute. When a document page has one or more tags marked as not printable, printing functionality will be disabled and a warning will be shown if attempted. Users with the "Manager" role in the "Document Knowledge" section (under Settings > Users > Access Rights > Other) are exempt from these restrictions and can print any document page regardless of its tags. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_document_page_tag_form_extended |
document.page.tag.form.extended | document.page.tag | field | Inherits document_page_tag.view_document_page_tag_form |
view_document_page_tag_search_extended |
document.page.tag.search.extended | document.page.tag | field | Inherits document_page_tag.view_document_page_tag_search |
view_document_page_tag_tree_extended |
document.page.tag.tree.extended | document.page.tag | field | Inherits document_page_tag.view_document_page_tag_tree |
is_not_printable
Boolean
compute='_compute_is_not_printable'
help='Indicates if the document cannot be printed based on its tags'
store=True
No public methods.
is_not_printable
Boolean
default=False
help='If checked, pages with this tag cannot be printed'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/knowledge |
| GIT | |
| GIT | https://github.com/OCA/knowledge.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/knowledge/tree/16.0/document_page_tag_print_control |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Knowledge |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Juan Alberto Raja |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/knowledge |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/knowledge: - document_page_tag - document_page - document_knowledge odoo/odoo: - base - base_setup - web - bus - web_tour - web_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds print control functionality to document pages based on tags. It allows users to control which document pages cannot be printed by configuring tags with a "Not Printable" attribute. When a document page has one or more tags marked as not printable, printing functionality will be disabled and a warning will be shown if attempted. Users with the "Manager" role in the "Document Knowledge" section (under Settings > Users > Access Rights > Other) are exempt from these restrictions and can print any document page regardless of its tags. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_document_page_tag_form_extended |
document.page.tag.form.extended | document.page.tag | field | Inherits document_page_tag.view_document_page_tag_form |
view_document_page_tag_search_extended |
document.page.tag.search.extended | document.page.tag | field | Inherits document_page_tag.view_document_page_tag_search |
view_document_page_tag_tree_extended |
document.page.tag.tree.extended | document.page.tag | field | Inherits document_page_tag.view_document_page_tag_tree |
is_not_printable
Boolean
compute='_compute_is_not_printable'
help='Indicates if the document cannot be printed based on its tags'
store=True
No public methods.
is_not_printable
Boolean
default=False
help='If checked, pages with this tag cannot be printed'
No public methods.
No new fields.
Public methods (0)No public methods.