Skip to content

Commit 3737f1c

Browse files
committed
[FIX] base_old_migration_fields: pre-commit
1 parent 1213793 commit 3737f1c

File tree

5 files changed

+478
-41
lines changed

5 files changed

+478
-41
lines changed

base_old_migration_fields/README.rst

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,73 @@
1-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2-
:target: http://www.gnu.org/licenses/agpl
3-
:alt: License: AGPL-3
4-
51
=========================
62
Base Old Migration Fields
73
=========================
84

9-
This module creates the permissions group that will have access to read and edit the old fields before migration.
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:9e35dcbc6a3fb8a19476ea149071090aec6acae768c6c1a101d25d251511c38f
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1012
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Production/Stable
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--server--backend-lightgray.png?logo=github
20+
:target: https://github.com/sygel-technology/sy-server-backend/tree/15.0/base_old_migration_fields
21+
:alt: sygel-technology/sy-server-backend
1122

12-
Installation
13-
============
23+
|badge1| |badge2| |badge3|
1424

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

17-
#. Only install
28+
**Table of contents**
1829

30+
.. contents::
31+
:local:
1932

2033
Configuration
2134
=============
2235

2336
To configure this module, you need to:
2437

25-
#. Activate the developer mode
26-
#. Go to Settings-> Users & Companies -> Groups
27-
#. Go to Old Migration Fields Manager
28-
#. Add the users you want to view or edit the old fields before migration. By default, the user with administrator permissions is added.
29-
30-
31-
Usage
32-
=====
33-
34-
To use this module, you need to:
35-
36-
#. Go to ...
37-
38+
1. Activate the developer mode
39+
2. Go to Settings-> Users & Companies -> Groups
40+
3. Go to Old Migration Fields Manager
41+
4. Add the users you want to view or edit the old fields before
42+
migration. By default, the user with administrator permissions is
43+
added.
3844

3945
Bug Tracker
4046
===========
4147

42-
Bugs and errors are managed in `issues of GitHub <https://github.com/sygel-technology/sy-server-backend/issues>`_.
43-
In case of problems, please check if your problem has already been
44-
reported. If you are the first to discover it, help us solving it by indicating
45-
a detailed description `here <https://github.com/sygel-technology/sy-server-backend/issues/new>`_.
48+
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-server-backend/issues>`_.
49+
In case of trouble, please check there if your issue has already been reported.
50+
If you spotted it first, help us to smash it by providing a detailed and welcomed
51+
`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**>`_.
4652

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

49-
5055
Credits
5156
=======
5257

5358
Authors
54-
~~~~~~~
59+
-------
5560

56-
* Sygel, Odoo Community Association (OCA)
61+
* Sygel
5762

5863
Contributors
59-
~~~~~~~~~~~~
60-
61-
* Ángel García de la Chica Herrera <[email protected]>
62-
63-
Maintainer
64-
~~~~~~~~~~
64+
------------
6565

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

68-
.. image:: https://www.sygel.es/logo.png
69-
:alt: Sygel
70-
:target: https://www.sygel.es
68+
Maintainers
69+
-----------
7170

72-
This module is part of the `Sygel/sy-server-backend <https://github.com/sygel-technology/sy-server-backend>`_.
71+
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.
7372

74-
To contribute to this module, please visit https://github.com/sygel-technology.
73+
You are welcome to contribute.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
To configure this module, you need to:
2+
3+
1. Activate the developer mode
4+
2. Go to Settings-> Users & Companies -> Groups
5+
3. Go to Old Migration Fields Manager
6+
4. Add the users you want to view or edit the old fields before migration. By default, the user with administrator permissions is added.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Ángel García de la Chica Herrera <[email protected]>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This module creates the permissions group that will have access to read and edit the old fields before migration.

0 commit comments

Comments
 (0)