33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Base User Role History </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="base-user-role-history ">
364- < h1 class ="title "> Base User Role History</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="base-user-role-history ">
370+ < h1 > Base User Role History</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:4e4235ca656099cad313604ba433f5db53cf7dd56ecf5648753dce178c153bbb
375+ !! source digest: sha256:9c8a8bac7c6191836ac52b5d74badf404c4bcb08488007b01597907cd0a2e500
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-backend/tree/18.0/base_user_role_history "> < img alt ="OCA/server-backend " src ="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-backend-18-0/server-backend-18-0-base_user_role_history "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-backend/tree/18.0/base_user_role_history "> < img alt ="OCA/server-backend " src ="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-backend-18-0/server-backend-18-0-base_user_role_history "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This addon provides history for roles modifications on users. Each time
374379a role is added/updated/unlinked on a user, a new role history line is
375380created mentioning what changes were made and who made them. Theses
@@ -389,34 +394,34 @@ <h1 class="title">Base User Role History</h1>
389394</ ul >
390395</ div >
391396< div class ="section " id ="usage ">
392- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
397+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
393398< p > Changes on user roles are easily accessible via a button on user form
394399view.</ p >
395400</ div >
396401< div class ="section " id ="known-issues-roadmap ">
397- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h1 >
402+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h2 >
398403< p > Since roles on role history line have ‘cascade’ ondelete, role deletion
399404leads to role history line deletion. In order to keep history even in
400405the case of a role deletion, module could be upgraded.</ p >
401406</ div >
402407< div class ="section " id ="bug-tracker ">
403- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
408+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
404409< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-backend/issues "> GitHub Issues</ a > .
405410In case of trouble, please check there if your issue has already been reported.
406411If you spotted it first, help us to smash it by providing a detailed and welcomed
407412< a class ="reference external " href ="https://github.com/OCA/server-backend/issues/new?body=module:%20base_user_role_history%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
408413< p > Do not contact contributors directly about support or help with technical issues.</ p >
409414</ div >
410415< div class ="section " id ="credits ">
411- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
416+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
412417< div class ="section " id ="authors ">
413- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
418+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
414419< ul class ="simple ">
415420< li > ACSONE SA/NV</ li >
416421</ ul >
417422</ div >
418423< div class ="section " id ="contributors ">
419- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
424+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
420425< ul class ="simple ">
421426< li > Benoit Aimont << a class ="reference external " href ="mailto:benoit.aimont@acsone.eu "> benoit.aimont@acsone.eu</ a > > (< a class ="reference external " href ="https://acsone.eu "> https://acsone.eu</ a > )</ li >
422427< li > Thomas Binsfeld << a class ="reference external " href ="mailto:thomas.binsfeld@acsone.eu "> thomas.binsfeld@acsone.eu</ a > > (< a class ="reference external " href ="https://acsone.eu "> https://acsone.eu</ a > )</ li >
@@ -425,7 +430,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
425430</ ul >
426431</ div >
427432< div class ="section " id ="maintainers ">
428- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
433+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
429434< p > This module is maintained by the OCA.</ p >
430435< a class ="reference external image-reference " href ="https://odoo-community.org ">
431436< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -440,5 +445,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
440445</ div >
441446</ div >
442447</ div >
448+ </ div >
443449</ body >
444450</ html >
0 commit comments