Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,4 @@
* Rafael Blasco
* Jairo Llopis
* Raf Ven <raf.ven@dynapps.be>
* Nikos Tsirintanis <ntsirintanis@therp.nl>

View file

@ -0,0 +1,7 @@
This module extends the functionality of CRM leads to support split first and
last name fields for contacts and allow you to port that information to and
from partners.
Since leads are expected to create partners only when needed and after
information is correctly set up, in leads there is no inverse logic to
transform the old single name in the new split names automatically. The old
single name will simply be the firstname now.

View file

@ -0,0 +1,3 @@
To install this module, you need to:
* Install `OCA/partner-contact <https://github.com/OCA/partner-contact>`_ repo.

View file

@ -0,0 +1,10 @@
To use this module, you need to:
* Go to *CRM > Leads > Leads > Create*.
* You have the new split fields *Firstname* and *Lastname*. Fill them.
* Press *Convert to Opportunity*.
* In *Related Customer* choose *Create a new customer*.
* Press *Create Opportunity*.
* In the new opportunity, go to *Followup* tab. There are the new fields too.
* If you go to the partner you just created, you will see that its first and
last names match those in the lead.