Skip to content

[T-7772][15.0][ADD] model_access_restriction #24

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

Closed
wants to merge 2 commits into from
Closed
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
81 changes: 40 additions & 41 deletions base_old_migration_fields/README.rst
Original file line number Diff line number Diff line change
@@ -1,74 +1,73 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

=========================
Base Old Migration Fields
=========================

This module creates the permissions group that will have access to read and edit the old fields before migration.
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9e35dcbc6a3fb8a19476ea149071090aec6acae768c6c1a101d25d251511c38f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-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-sygel--technology%2Fsy--server--backend-lightgray.png?logo=github
:target: https://github.com/sygel-technology/sy-server-backend/tree/15.0/base_old_migration_fields
:alt: sygel-technology/sy-server-backend

Installation
============
|badge1| |badge2| |badge3|

To install this module, you need to:
This module creates the permissions group that will have access to read
and edit the old fields before migration.

#. Only install
**Table of contents**

.. contents::
:local:

Configuration
=============

To configure this module, you need to:

#. Activate the developer mode
#. Go to Settings-> Users & Companies -> Groups
#. Go to Old Migration Fields Manager
#. Add the users you want to view or edit the old fields before migration. By default, the user with administrator permissions is added.


Usage
=====

To use this module, you need to:

#. Go to ...

1. Activate the developer mode
2. Go to Settings-> Users & Companies -> Groups
3. Go to Old Migration Fields Manager
4. Add the users you want to view or edit the old fields before
migration. By default, the user with administrator permissions is
added.

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

Bugs and errors are managed in `issues of GitHub <https://github.com/sygel-technology/sy-server-backend/issues>`_.
In case of problems, please check if your problem has already been
reported. If you are the first to discover it, help us solving it by indicating
a detailed description `here <https://github.com/sygel-technology/sy-server-backend/issues/new>`_.
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-server-backend/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/sygel-technology/sy-server-backend/issues/new?body=module:%20base_old_migration_fields%0Aversion:%2015.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
~~~~~~~
-------

* Sygel, Odoo Community Association (OCA)
* Sygel

Contributors
~~~~~~~~~~~~

* Ángel García de la Chica Herrera <[email protected]>

Maintainer
~~~~~~~~~~
------------

This module is maintained by Sygel.
- Ángel García de la Chica Herrera [email protected]

.. image:: https://www.sygel.es/logo.png
:alt: Sygel
:target: https://www.sygel.es
Maintainers
-----------

This module is part of the `Sygel/sy-server-backend <https://github.com/sygel-technology/sy-server-backend>`_.
This module is part of the `sygel-technology/sy-server-backend <https://github.com/sygel-technology/sy-server-backend/tree/15.0/base_old_migration_fields>`_ project on GitHub.

To contribute to this module, please visit https://github.com/sygel-technology.
You are welcome to contribute.
6 changes: 6 additions & 0 deletions base_old_migration_fields/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
To configure this module, you need to:

1. Activate the developer mode
2. Go to Settings-> Users & Companies -> Groups
3. Go to Old Migration Fields Manager
4. Add the users you want to view or edit the old fields before migration. By default, the user with administrator permissions is added.
1 change: 1 addition & 0 deletions base_old_migration_fields/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Ángel García de la Chica Herrera <[email protected]>
1 change: 1 addition & 0 deletions base_old_migration_fields/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module creates the permissions group that will have access to read and edit the old fields before migration.
Loading