Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TA#66765 [MIG] admin_light_web #204

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading