Skip to content
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
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
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 Apr 4, 2017
62f7ad4
[IMP] Add smartbutton to leads and opportunities
cubells May 11, 2017
7d6c727
[IMP][crm_phonecall] Add utm.mixin fields
yajo Sep 20, 2017
298b2f6
crm_phonecall: Fix action to redirect to the new phonecall when its c…
jesusVMayor Nov 7, 2017
9226660
[FIX] crm_phonecall: C8108(method-compute) + E8103(sql-injection)
grindtildeath Jun 13, 2018
5b8bc00
[MIG] crm_phonecall: Migration to 11.0
chienandalu Jul 12, 2018
9134e4b
crm_phonecall: fixes to skip duration computation on phonecalls witho…
Sep 26, 2018
63bdcac
[MIG] crm_phonecall: Migration to 12.0.
cierek Oct 23, 2018
c7abdcc
Translated using Weblate (Spanish)
mvrodriguez Feb 4, 2019
36a8990
Translated using Weblate (German)
marylla May 10, 2019
2b1f139
[FIX] crm_phonecall: make states editable
oihane Jul 8, 2019
fef0290
[FIX] crm_phonecall: when accessing from partner's opportunities acti…
oihane Jul 9, 2019
3555dfd
Translated using Weblate (German)
marylla Jul 11, 2019
f37681d
Translated using Weblate (German)
marylla Jul 17, 2019
9902211
[FIX] crm_phonecall button size
ivantodorovich Aug 16, 2019
5b54c85
Translated using Weblate (Croatian)
badbole Nov 13, 2019
68a6605
[IMP] crm_phonecall UI Phonecall button next to Meetings
dreispt Nov 14, 2019
b620696
Translated using Weblate (Croatian)
badbole Dec 9, 2019
e76e7e3
[IMP] crm_phonecall: black, isort
Tardo Feb 11, 2020
3c9957b
[MIG] crm_phonecall: Migration to 13.0
Tardo Feb 11, 2020
f1160a9
[UPD] Update crm_phonecall.pot
oca-travis Mar 2, 2020
670a9f5
pre-commit update
OCA-git-bot Mar 14, 2020
e50b7d9
Update translation files
oca-transbot Mar 14, 2020
bf61a5d
[IMP] crm_phonecall: Add field direction in calls and improve views.
mamcode Apr 26, 2020
2357749
[IMP] crm_phonecall: Add new group to enable form view for phone calls.
mamcode May 4, 2020
a955fd6
[IMP] crm_phonecall: Add field direction in tree view of phone calls.
mamcode May 4, 2020
51e654c
[IMP] crm_phonecall: Add config setting to allow enable form view glo…
mamcode May 4, 2020
9d178ed
[FIX] crm_phonecall: Fix group by state in search view of calls, and …
mamcode May 5, 2020
68aa66c
[UPD] Update crm_phonecall.pot
oca-travis May 8, 2020
c7ca6c0
[UPD] README.rst
OCA-git-bot May 8, 2020
bf367f1
crm_phonecall 13.0.1.1.0
OCA-git-bot May 8, 2020
0573fc4
Update translation files
oca-transbot May 8, 2020
118ce2d
[IMP] crm_phonecall: improvement for inheritance to 13.0
ValentinVinagre May 11, 2020
ac29e1d
crm_phonecall 13.0.1.2.0
OCA-git-bot May 12, 2020
107ca15
[FIX] Clean up license links
skeller1 May 13, 2020
dc2a552
[FIX] crm_phonecall: Remove New Mail filter
skeller1 May 29, 2020
2e02f1e
Translated using Weblate (German)
ortlam May 29, 2020
90aaec2
[UPD] Update crm_phonecall.pot
oca-travis Jun 23, 2020
1d057da
crm_phonecall 13.0.1.2.1
OCA-git-bot Jun 23, 2020
4a036d3
Update translation files
oca-transbot Jun 23, 2020
ba01dbe
Translated using Weblate (Spanish (Argentina))
ibuioli Jul 19, 2020
12cc3a3
crm_phonecall: Phonecall statusbar not clickable
flachica Aug 7, 2020
70b4b0a
crm_phonecall 13.0.1.2.2
OCA-git-bot Aug 12, 2020
6321d4c
Translated using Weblate (Spanish (Argentina))
ibuioli Aug 14, 2020
84bc1f3
Update translation files
oca-transbot Aug 16, 2020
14ed209
Translated using Weblate (Spanish (Argentina))
ibuioli Sep 10, 2020
113f254
[MIG] crm_phonecall: Migration to 14.0
Oct 26, 2020
685b8e4
Update manifest
redapureskill Oct 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ repos:
- "@prettier/[email protected]"
args:
- --plugin=@prettier/plugin-xml
files: \.xml$

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why changing this?

Copy link
Contributor Author

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 👍

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.8.1
hooks:
Expand Down Expand Up @@ -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:
Expand Down
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.
108 changes: 108 additions & 0 deletions crm_phonecall/README.rst
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.
3 changes: 3 additions & 0 deletions crm_phonecall/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from . import models
from . import report
from . import wizard
22 changes: 22 additions & 0 deletions crm_phonecall/__manifest__.py
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)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.
i'll fix it

"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,
}
Loading