Metadata-Version: 2.1
Name: odoo-addon-base_hide_action_delete
Version: 18.0.2.0.0.2
Requires-Python: >=3.10
Requires-Dist: odoo==18.0.*
Summary: Hide Delete from the Action menu, configurable per security group
Home-page: https://github.com/ecosoft-odoo/ecosoft-addons
License: AGPL-3
Author: Ecosoft
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

=======================
Base Hide Action Delete
=======================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:e6a94f2cc7b09ca8c7dc69e8e9761f0dd032b29d77a32ec82f7a7973af497c34
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-ecosoft--odoo%2Fecosoft--addons-lightgray.png?logo=github
    :target: https://github.com/ecosoft-odoo/ecosoft-addons/tree/18.0/base_hide_action_delete
    :alt: ecosoft-odoo/ecosoft-addons

|badge1| |badge2| |badge3|

This module hides the **Delete** entry from the Action (cog) menu of
list and form views, without touching the underlying delete (unlink)
permission.

Visibility is controlled per user through the **Show Delete Action**
security group:

- Users **not** in the group do not see the Delete entry (default).
- Users **in** the group keep the Delete entry as usual.

The administrator is added to the group on installation, so the
installer is not locked out. Assign the group to any other user
(Settings > Users, Extra Rights) to let them delete records from the
Action menu.

**Table of contents**

.. contents::
   :local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/ecosoft-odoo/ecosoft-addons/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/ecosoft-odoo/ecosoft-addons/issues/new?body=module:%20base_hide_action_delete%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Ecosoft

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

- ``Ecosoft <http://ecosoft.co.th>``\ \_\_:

  - Saran Lim. saranl@ecosoft.co.th

Maintainers
-----------

This module is part of the `ecosoft-odoo/ecosoft-addons <https://github.com/ecosoft-odoo/ecosoft-addons/tree/18.0/base_hide_action_delete>`_ project on GitHub.

You are welcome to contribute.
