Skip to content

Commit 11c0c12

Browse files
committed
[T-8592][MIG] partner_contact_old_migration_fields: Migration to 18.0
1 parent 922ffde commit 11c0c12

6 files changed

Lines changed: 498 additions & 41 deletions

File tree

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,81 @@
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
Partner Contact Old Migration Fields
73
====================================
84

9-
This module allows you to store the old contact fields before migration.
10-
11-
12-
Installation
13-
============
14-
15-
To install this module, you need to:
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:fb1514a832c87a03f3789826b8f4c7b45019b45d1f424634c30a57880ba2edf5
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1612
17-
#. Only install
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
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--partner--contact-lightgray.png?logo=github
20+
:target: https://github.com/sygel-technology/sy-partner-contact/tree/18.0/partner_contact_old_migration_fields
21+
:alt: sygel-technology/sy-partner-contact
1822

23+
|badge1| |badge2| |badge3|
1924

20-
Configuration
21-
=============
25+
This module extends the base_old_migration_fields functionality by
26+
adding specific fields to store original contact (partner) data from
27+
previous systems or older Odoo versions.
2228

23-
To configure this module, you need to:
24-
25-
#. Nothing
29+
**Table of contents**
2630

31+
.. contents::
32+
:local:
2733

2834
Usage
2935
=====
3036

31-
To use this module, you need to:
37+
To use this module:
3238

33-
#. Go to the Contacts module.
34-
#. Select or create a new contact.
35-
#. Go to the 'Migration Info' tab.
36-
#. Enter/Edit the fields.
39+
1. Make sure the user belongs to the **Old Migration Fields Manager**
40+
group (configured via the base_old_migration_fields module).
41+
2. Go to the **Contacts** module.
42+
3. Open or create a contact record.
43+
4. Navigate to the **Migration Info** tab.
44+
5. Fill in or review the old system values (e.g., previous IDs or legacy
45+
codes).
3746

47+
This information is stored separately and does not affect the functional
48+
behavior of the contact. It is intended purely for migration tracking,
49+
audit, or synchronization purposes.
3850

3951
Bug Tracker
4052
===========
4153

42-
Bugs and errors are managed in `issues of GitHub <https://github.com/sygel-technology/sy-partner-contact/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-partner-contact/issues/new>`_.
54+
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-partner-contact/issues>`_.
55+
In case of trouble, please check there if your issue has already been reported.
56+
If you spotted it first, help us to smash it by providing a detailed and welcomed
57+
`feedback <https://github.com/sygel-technology/sy-partner-contact/issues/new?body=module:%20partner_contact_old_migration_fields%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4658

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

49-
5061
Credits
5162
=======
5263

5364
Authors
54-
~~~~~~~
65+
-------
5566

56-
* Sygel, Odoo Community Association (OCA)
67+
* Sygel
5768

5869
Contributors
59-
~~~~~~~~~~~~
60-
61-
* Ángel García de la Chica Herrera <angel.garcia@sygel.es>
70+
------------
6271

63-
Maintainer
64-
~~~~~~~~~~
72+
- `Sygel <https://www.sygel.es>`__:
6573

66-
This module is maintained by Sygel.
74+
- Ángel García de la Chica Herrera
6775

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

72-
This module is part of the `Sygel/sy-partner-contact <https://github.com/sygel-technology/sy-partner-contact>`_.
79+
This module is part of the `sygel-technology/sy-partner-contact <https://github.com/sygel-technology/sy-partner-contact/tree/18.0/partner_contact_old_migration_fields>`_ project on GitHub.
7380

74-
To contribute to this module, please visit https://github.com/sygel-technology.
81+
You are welcome to contribute.

partner_contact_old_migration_fields/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Partner Contact Old Migration Fields",
66
"summary": "Partner Contact Old Migration Fields",
7-
"version": "17.0.1.0.0",
7+
"version": "18.0.1.0.0",
88
"category": "Contact",
99
"website": "https://github.com/sygel-technology/sy-partner-contact",
1010
"author": "Sygel, Odoo Community Association (OCA)",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [Sygel](https://www.sygel.es):
2+
- Ángel García de la Chica Herrera
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This module extends the base_old_migration_fields functionality by adding specific fields to store original contact (partner) data from previous systems or older Odoo versions.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
To use this module:
2+
3+
1. Make sure the user belongs to the **Old Migration Fields Manager** group (configured via the base_old_migration_fields module).
4+
2. Go to the **Contacts** module.
5+
3. Open or create a contact record.
6+
4. Navigate to the **Migration Info** tab.
7+
5. Fill in or review the old system values (e.g., previous IDs or legacy codes).
8+
9+
This information is stored separately and does not affect the functional behavior of the contact. It is intended purely for migration tracking, audit, or synchronization purposes.

0 commit comments

Comments
 (0)