-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
14.0 mig crm phonecall #361
Closed
Closed
Changes from 47 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
2858ced
[MIG] crm_phone_call: Migrated to 10.0 (#138)
cubells 62f7ad4
[IMP] Add smartbutton to leads and opportunities
cubells 7d6c727
[IMP][crm_phonecall] Add utm.mixin fields
yajo 298b2f6
crm_phonecall: Fix action to redirect to the new phonecall when its c…
jesusVMayor 9226660
[FIX] crm_phonecall: C8108(method-compute) + E8103(sql-injection)
grindtildeath 5b8bc00
[MIG] crm_phonecall: Migration to 11.0
chienandalu 9134e4b
crm_phonecall: fixes to skip duration computation on phonecalls witho…
63bdcac
[MIG] crm_phonecall: Migration to 12.0.
cierek c7abdcc
Translated using Weblate (Spanish)
mvrodriguez 36a8990
Translated using Weblate (German)
marylla 2b1f139
[FIX] crm_phonecall: make states editable
oihane fef0290
[FIX] crm_phonecall: when accessing from partner's opportunities acti…
oihane 3555dfd
Translated using Weblate (German)
marylla f37681d
Translated using Weblate (German)
marylla 9902211
[FIX] crm_phonecall button size
ivantodorovich 5b54c85
Translated using Weblate (Croatian)
badbole 68a6605
[IMP] crm_phonecall UI Phonecall button next to Meetings
dreispt b620696
Translated using Weblate (Croatian)
badbole e76e7e3
[IMP] crm_phonecall: black, isort
Tardo 3c9957b
[MIG] crm_phonecall: Migration to 13.0
Tardo f1160a9
[UPD] Update crm_phonecall.pot
oca-travis 670a9f5
pre-commit update
OCA-git-bot e50b7d9
Update translation files
oca-transbot bf61a5d
[IMP] crm_phonecall: Add field direction in calls and improve views.
mamcode 2357749
[IMP] crm_phonecall: Add new group to enable form view for phone calls.
mamcode a955fd6
[IMP] crm_phonecall: Add field direction in tree view of phone calls.
mamcode 51e654c
[IMP] crm_phonecall: Add config setting to allow enable form view glo…
mamcode 9d178ed
[FIX] crm_phonecall: Fix group by state in search view of calls, and …
mamcode 68aa66c
[UPD] Update crm_phonecall.pot
oca-travis c7ca6c0
[UPD] README.rst
OCA-git-bot bf367f1
crm_phonecall 13.0.1.1.0
OCA-git-bot 0573fc4
Update translation files
oca-transbot 118ce2d
[IMP] crm_phonecall: improvement for inheritance to 13.0
ValentinVinagre ac29e1d
crm_phonecall 13.0.1.2.0
OCA-git-bot 107ca15
[FIX] Clean up license links
skeller1 dc2a552
[FIX] crm_phonecall: Remove New Mail filter
skeller1 2e02f1e
Translated using Weblate (German)
ortlam 90aaec2
[UPD] Update crm_phonecall.pot
oca-travis 1d057da
crm_phonecall 13.0.1.2.1
OCA-git-bot 4a036d3
Update translation files
oca-transbot ba01dbe
Translated using Weblate (Spanish (Argentina))
ibuioli 12cc3a3
crm_phonecall: Phonecall statusbar not clickable
flachica 70b4b0a
crm_phonecall 13.0.1.2.2
OCA-git-bot 6321d4c
Translated using Weblate (Spanish (Argentina))
ibuioli 84bc1f3
Update translation files
oca-transbot 14ed209
Translated using Weblate (Spanish (Argentina))
ibuioli 113f254
[MIG] crm_phonecall: Migration to 14.0
685b8e4
Update manifest
redapureskill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ repos: | |
- "@prettier/[email protected]" | ||
args: | ||
- --plugin=@prettier/plugin-xml | ||
files: \.xml$ | ||
- repo: https://github.com/pre-commit/mirrors-eslint | ||
rev: v7.8.1 | ||
hooks: | ||
|
@@ -78,6 +79,7 @@ repos: | |
- id: check-xml | ||
- id: mixed-line-ending | ||
args: ["--fix=lf"] | ||
files: \.xml$ | ||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v2.7.2 | ||
hooks: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,108 @@ | ||
=============== | ||
CRM Phone Calls | ||
=============== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. |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-OCA%2Fcrm-lightgray.png?logo=github | ||
:target: https://github.com/OCA/crm/tree/14.0/crm_phonecall | ||
:alt: OCA/crm | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/crm-14-0/crm-14-0-crm_phonecall | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/111/14.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to manage phone calls in order to analyze them. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
#. Go to *CRM > Phone Calls > Logged Calls > Create*. | ||
#. If your user has *Show Scheduled Calls Menu* permission, you will see | ||
scheduled calls menu too. | ||
#. In any moment you can schedule another call, schedule a meeting or convert | ||
call contact to opportunity. | ||
#. Calls can be categorized and you can manage categories in *CRM > | ||
Configuration > Pipeline > Phone Calls > Categories*. | ||
#. Calls can be analyzed in *CRM > Reporting > Phone Calls Analysis*. | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
* Simplify the function schedule_another_phonecall returning always a recordset | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/crm/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_phonecall%0Aversion:%2014.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 | ||
~~~~~~~ | ||
|
||
* Odoo S.A. | ||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Odoo S.A. | ||
* `Tecnativa <https://www.tecnativa.com>`_ | ||
|
||
* Vicent Cubells | ||
* Jairo Llopis | ||
* David Vidal | ||
* Alexandre Díaz | ||
|
||
* Anand Kansagra <[email protected]> | ||
|
||
* YAHLA RIDA <[email protected]> | ||
|
||
* `Druidoo <https://www.druidoo.io>`_ | ||
|
||
* Iván Todorovich <[email protected]> | ||
* Manuel Marquez <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/crm <https://github.com/OCA/crm/tree/14.0/crm_phonecall>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/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,3 @@ | ||
from . import models | ||
from . import report | ||
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,22 @@ | ||
# For more information contact me on [email protected] | ||
|
||
{ | ||
"name": "CRM Phone Calls", | ||
"version": "14.0.1.0.0", | ||
"category": "Customer Relationship Management", | ||
"author": "Odoo Community Association (OCA)", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. git was showing problem with "no Odoo Community Association (OCA)" author found in manifest. |
||
"website": "https://github.com/OCA/crm", | ||
"license": "AGPL-3", | ||
"depends": ["crm", "calendar"], | ||
"data": [ | ||
"security/crm_security.xml", | ||
"security/ir.model.access.csv", | ||
"wizard/crm_phonecall_to_phonecall_view.xml", | ||
"views/crm_phonecall_view.xml", | ||
"views/res_partner_view.xml", | ||
"views/crm_lead_view.xml", | ||
"views/res_config_settings_views.xml", | ||
"report/crm_phonecall_report_view.xml", | ||
], | ||
"installable": True, | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why changing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was giving me error on prettier and xml plugin in pre-commit, when i added it, it worked 👍