Search 1.9 billion lines of Odoo code on GitHub

document_page_approval_levels

Author: Vauxoo
License: AGPL-3
Branch: 8.0
Repository: Vauxoo/knowledge
Dependencies: base_action_rule, document_page, document_page_approval, and knowledge
Languages: PO File (99, 13.2%), Python (331, 44.2%), XML (263, 35.1%), and reStructuredText (56, 7.5%)

<img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.svg"> <a name="document-page-approval-levels"></a> <h2><a class="toc-backref" href="#id1">Document Page Approval Levels</a></h2> <dl class="docutils"> <dt>This module:</dt> <dd><ul class="first last simple"> <li>Add the model approver.document.page.item, to allow set approvers in document page and document history</li> <li>Add field approver_item_ids in document page to allow set the users that need approve the histories created by the page. (If you update the users list the system renders the histories that are not approved. )</li> <li>Add field approver_item_ids in document history, to allow approve the history to users that are assigned in the document page. Note: Only the user assigned to the item could approve it.</li> <li>Added validation to only show the valida button in history when all items are approveds.</li> <li>When a user is select in an item, this user is added as follower in the document page.</li> <li>Change the template that is send when is created a new history for a document.</li> <li>When a user approve an item, is added a notification in the page, with the next message: &quot;The page has been approved by $USER &quot;</li> <li>Added two new levels in knowledge group, (Approver and Manager) The actually group User only can read, write and create pages. The user approver have access to Pages, Categories and Histories. The manager user have access to all menus in Knowledge.</li> </ul> </dd> </dl> <div class="contents topic" id="contents"> <p class="topic-title">Contents</p> <ul class="simple"> <li><a class="reference internal" href="#document-page-approval-levels" id="id1">Document Page Approval Levels</a></li> <li><a class="reference internal" href="#installation" id="id2">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id3">Configuration</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a></li> <li><a class="reference internal" href="#maintainer" id="id6">Maintainer</a></li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id2">Installation</a></h2> <p>To install this module, you need to:</p> <ul class="simple"> <li>Not special pre-installation is required, just install as a regular Odoo module:<ul> <li>Download this module from <a class="reference external" href="https://github.com/vauxoo/knowledge">Vauxoo/knowledge</a></li> <li>Add the repository folder into your odoo addons-path.</li> <li>Go to <code>Settings &gt; Module list</code> search for the current name and click in <code>Install</code> button.</li> </ul> </li> </ul> <a name="configuration"></a> <h2><a class="toc-backref" href="#id3">Configuration</a></h2> <p>To configure this module, you need to:</p> <ul class="simple"> <li>There is not special configuration for this module.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/Vauxoo/knowledge/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback <a class="reference external" href="https://github.com/Vauxoo/knowledge/issues/new?body=module:%20document_page_approval_levels%0Aversion:%208.0.2.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a></p> <a name="credits"></a> <h2><a class="toc-backref" href="#id5">Credits</a></h2> <p><strong>Contributors</strong></p> <ul class="simple"> <li>Sabrina Romero &lt;<a class="reference external" href="mailto:sabrina&#64;vauxoo.com">sabrina&#64;vauxoo.com</a>&gt; (Planner/Auditor)</li> <li>Luis Torres &lt;<a class="reference external" href="mailto:luis_t&#64;vauxoo.com">luis_t&#64;vauxoo.com</a>&gt; (Developer)</li> </ul> <a name="maintainer"></a> <h2><a class="toc-backref" href="#id6">Maintainer</a></h2> <a class="reference external image-reference" href="https://www.vauxoo.com"><img alt="Vauxoo" src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" style="width: 200px;" /></a> <p>This module is maintained by the Vauxoo.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://www.vauxoo.com">https://www.vauxoo.com</a>.</p>