-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from sygel-technology/15.0-T-6536
[T-6536][15.0][ADD]transfer_client_portfolio, transfer_client_portfolio_commissions: Add new modules
- Loading branch information
Showing
63 changed files
with
2,807 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
|
||
from .post_install import post_init_hook | ||
from . import models | ||
from . import tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Copyright 2023 Ángel García de la Chica <angel.garcia@sygel.es> | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
========================= | ||
Transfer Client Portfolio | ||
========================= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:686d55876f432a62f5fe915046bf289eca0e9fe3cd9d2fe61284b747abc10eb5 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/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--crm-lightgray.png?logo=github | ||
:target: https://github.com/sygel-technology/sy-crm/tree/15.0/transfer_client_portfolio | ||
:alt: sygel-technology/sy-crm | ||
|
||
|badge1| |badge2| |badge3| | ||
|
||
This module allows to transfer contacts, activities and opportunities | ||
from one user to another. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
To configure if activities have to be transfered or not by default, you | ||
need to: | ||
|
||
1. Go to CRM -> Configuration -> CRM and check Transfer Activities | ||
option. | ||
|
||
To configure the stages of the opportunities that can be transferred, | ||
you need to: | ||
|
||
1. Go to CRM -> Configuration -> Stages | ||
2. Enter the stages that you want to be transferable between users and | ||
check the box "Allow transfer at this stage". | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
Open the CRM application and then Go to Sales and click on 'Transfer | ||
Customer Portfolio'. In the wizard select if you want to update the | ||
salesperson on the contacts, the Current Salesperson' and the new | ||
Salesperson. Click on review and select the contacts/opportunities you | ||
want to transfer and click on transfer. Once they have been transferred | ||
you can view the record in the 'Transfer Clients Portfolios' Reports | ||
section. In addition, you can see the previous business in the client's | ||
file and in the opportunity. | ||
|
||
To use it with server action, you need to: | ||
|
||
Open the CRM application and then Select the desired opportunities in | ||
list mode and click on "Action" button and select "Transfer selected | ||
opportunities". In the wizard select if you want to update the | ||
salesperson on the contacts too and the new Salesperson. Select the | ||
contacts/opportunities you want to transfer and click on transfer. One | ||
they have been transferred you can view the Record and see the previous | ||
salesperson in the 'Transfer Clients Portfolios'. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-crm/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-crm/issues/new?body=module:%20transfer_client_portfolio%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 | ||
|
||
Contributors | ||
------------ | ||
|
||
- Harald Panten harald.panten@sygel.es | ||
- Valentin Vinagre valentin.vinagre@sygel.es | ||
- Ángel García de la Chica Herrera angel.garcia@sygel.es | ||
- Alberto Martínez alberto.martinez@sygel.es | ||
- Roger Sans roger.sans@sygel.es | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is part of the `sygel-technology/sy-crm <https://github.com/sygel-technology/sy-crm/tree/15.0/transfer_client_portfolio>`_ project on GitHub. | ||
|
||
You are welcome to contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright 2022 Ángel García de la Chica Herrera<angel.garcia@sygel.es> | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
from . import models | ||
from . import wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 2022 Ángel García de la Chica <angel.garcia@sygel.es> | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Transfer Client Portfolio", | ||
"summary": "Transfer Client Portfolio Between Salespersons.", | ||
"version": "15.0.1.2.0", | ||
"category": "crm", | ||
"website": "https://github.com/sygel-technology/sy-crm", | ||
"author": "Sygel, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": [ | ||
"crm", | ||
], | ||
"data": [ | ||
"security/res_groups.xml", | ||
"security/ir.model.access.csv", | ||
"views/res_partner_views.xml", | ||
"views/crm_lead_views.xml", | ||
"views/portfolio_transfer_registry_views.xml", | ||
"views/crm_stage_views.xml", | ||
"views/res_config_settings_view.xml", | ||
"wizard/transfer_portfolio_wizard_views.xml", | ||
], | ||
} |
Oops, something went wrong.