Skip to content

Commit

Permalink
Merge pull request #204 from Numigi/TA#66765
Browse files Browse the repository at this point in the history
TA#66765  [MIG] admin_light_web
  • Loading branch information
majouda authored Oct 8, 2024
2 parents 6055047 + 34b9e0f commit 9959ca8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
22 changes: 13 additions & 9 deletions admin_light_web/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,36 @@
Admin Light Web
===============

This module adds customization of the user interface to the Admin Light application.
This module enhances the Admin Light application by adding customization options to the user interface.

Custom Labels
-------------

A new group `Safe Administration / Custom Labels` is added.
A new user group called `Safe Administration / Custom Labels` has been introduced. This group has access to a new menu:

This group has access to:
* **Administration > User Interface > Custom Labels**

* Edit the list of custom labels
Members of this group can manage and edit the list of custom labels for the application, giving them flexibility to tailor label names according to their needs.

.. image:: static/description/custom_labels_menu.png

Date Filters
------------

A new group `Safe Administration / Date Filters` is added.
A new user group called `Safe Administration / Date Filters` has also been introduced. This group has access to a new menu:

* **Administration > User Interface > Date Filters**

This group has access to:
Members of this group can manage and edit the list of custom date filters, allowing administrators to create and modify date filters that suit the specific reporting requirements.

* Edit the list of custom date filters
.. image:: static/description/date_filters_menu.png

Contributors
------------

* Numigi (tm) and all its contributors (https://bit.ly/numigiens)

More information
More Information
----------------

* Meet us at https://bit.ly/numigi-com
* Meet us at https://bit.ly/numigi-com
2 changes: 2 additions & 0 deletions admin_light_web/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_web_custom_label,Admin Light: web.custom.label,web_custom_label.model_web_custom_label,group_custom_label,1,1,1,1
access_web_date_filters,Admin Light: search.date.range.filter,web_search_date_range.model_search_date_range_filter,group_date_filter,1,1,1,1
access_ir_model_fields_group_user,Admin Light: access internal user ,base.model_ir_model_fields,base.group_user,1,0,0,0
access_ir_model_group_user,Admin Light: access internal user,base.model_ir_model,base.group_user,1,0,0,0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9959ca8

Please sign in to comment.