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

[16.0][MIG] crm_phone: Migration to 16.0 #301

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 1, 2021

  1. - Send CallerID to Asterisk as UTF-8 by default

      Accoring to my tests and the info I got, SIP phones support UTF-8 fine
    - Create a command line option to convert the name from UTF-8 to ASCII (-a)
    - add default parameter to the help message
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a1736c0 View commit details
    Browse the repository at this point in the history
  2. Networking code is now IPv6-ready

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    eabf50c View commit details
    Browse the repository at this point in the history
  3. [FIX] Avoid a view conflict with the "base_contact" module by adding …

    …a priority on the res.partner view.
    
    Better handling of check functions when there are several ids.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6f62c37 View commit details
    Browse the repository at this point in the history
  4. [FIX] Base_contact also inherit the view base.view_partner_address_fo…

    …rm1 and removes the "mobile" field, so I need to change the priority to this view too.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6197fe0 View commit details
    Browse the repository at this point in the history
  5. [FIX] Wrong if condition fixed

    Thanks to Todd Johnson for pointing out this mistake.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7c3e7f6 View commit details
    Browse the repository at this point in the history
  6. Avoid code duplication in views : the full tree/form view for Asteris…

    …k server now inherit from the tree/form view in the company form.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4d88ff8 View commit details
    Browse the repository at this point in the history
  7. Changed author name to Akretion

    Changed view names
    Great solution (thanks to Sebastien for finding it !) to avoid having 2 different tree&form views for asterisk server.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    22b063f View commit details
    Browse the repository at this point in the history
  8. Add support for XML-RPC secure with SSL.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0f165fb View commit details
    Browse the repository at this point in the history
  9. Fallback to utf-8 if sys.stdout.encoding fails.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ae2a368 View commit details
    Browse the repository at this point in the history
  10. Create a dedicated Tab in the res_users view.

    Larger phone field in res_partner_address (smaller 'dial' button)
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e4ab461 View commit details
    Browse the repository at this point in the history
  11. Start to clean the networking code :

    . adds debug message
    . starts to better manage character encoding in the networking code... but I still need more info about AMI on this.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ffaafd8 View commit details
    Browse the repository at this point in the history
  12. Large code cleanup :

    - now parses answers received from Asterisk and display errors to the user
    - now properly encodes the requests sent to Asterisk in ASCII (AMI doesn't support other charsets unfortunately)
    - required fields are now required=True
    - Single constraint function for all asterisk.server fields
    - Fields that shouldn't have non-ascii caracters are not validated if they have non-ASCII caracters (including CallerID)
    - clean-up error message code
    - if no Asterisk server is defined for a user, it takes the first Asterisk serve
    r defined
    - methods now always return something
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5650fdf View commit details
    Browse the repository at this point in the history
  13. Cosmetic changes.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4b981b2 View commit details
    Browse the repository at this point in the history
  14. Convert to new logger API of OpenERP 6.1

    Remove print
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    456c78c View commit details
    Browse the repository at this point in the history
  15. Add translations from extra-trunk

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6a7314e View commit details
    Browse the repository at this point in the history
  16. [FIX] Fix issue in constraint function for res_users.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    729f100 View commit details
    Browse the repository at this point in the history
  17. [IMP] Better AGI script :

    - cleaner code
    - should avoid these Asterisk errors :
       utils.c ast_carefulwrite: write() returned error: Broken pipe
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    f462dd3 View commit details
    Browse the repository at this point in the history
  18. New feature : add wizard that opens the partner form of the calling p…

    …arty
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    8b68df3 View commit details
    Browse the repository at this point in the history
  19. Remove purchase menu entry, because it would require a dependancy on …

    …the 'purchase' module.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4092cc3 View commit details
    Browse the repository at this point in the history
  20. Update the module description to add the new feature "open calling pa…

    …rtner".
    
    Code clean-up.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e03db9b View commit details
    Browse the repository at this point in the history
  21. Improve (and fixes) the 'Open calling partner' function : better usab…

    …ility and less clicks
    
    Update the description.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    182e041 View commit details
    Browse the repository at this point in the history
  22. Add 2 screenshots.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    fef7aab View commit details
    Browse the repository at this point in the history
  23. For the feature "Open calling party", if the phone number is not in O…

    …penERP, he proposes to create a new partner with this phone or mobile number.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    f71848e View commit details
    Browse the repository at this point in the history
  24. Add user-specific alert-info option.

    Ability to have multiple alert-info options (separate them with '|').
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    901cbe0 View commit details
    Browse the repository at this point in the history
  25. Add logo that will appear in the list of modules in web client

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0a17df1 View commit details
    Browse the repository at this point in the history
  26. Convert the phone number to international format before writing it on…

    … the new partner.
    
    Factorize code.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    fc342f2 View commit details
    Browse the repository at this point in the history
  27. Works even if national_prefix is empty.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    8e33ee1 View commit details
    Browse the repository at this point in the history
  28. Update translation file.

    Update French translation.
    Update module description.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    16df6e3 View commit details
    Browse the repository at this point in the history
  29. Add 'variable' field on res.users

    New design of the pop-up "open calling partner" when the calling number is not found
    When calling number is not found, now also proposes to update an existing contact
    Update French translation
    Update module description
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b26cbd4 View commit details
    Browse the repository at this point in the history
  30. [FIX] avoid a crash when emptying "contact to update"

    Fix typo
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    db355a7 View commit details
    Browse the repository at this point in the history
  31. Better error message.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    c2c79bd View commit details
    Browse the repository at this point in the history
  32. Port asterisk_click2dial_crm to version 6.1 :

    - code re-factoring
    - add "open CRM call" from the "open calling partner" wizard
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    9fe6a16 View commit details
    Browse the repository at this point in the history
  33. asterisk_click2dial_crm :

    - when you do a click2dial, it now triggers a wizard that proposes to create a CRM phone call (instead of directly creating the CRM phone call)
    - Add option on res_users for users who don't want to trigger the wizard when they do a click2dial
    - Add FR translation
    - update module description and module category
    
    asterisk_click2dial :
    - update module category
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a4ef32b View commit details
    Browse the repository at this point in the history
  34. Patch courtesy of daemon dog :

    - add support for SCCP phones
    - adds dial_suffix to allow some tweaking for SCCP phones
    - move menu entry of asterisk servers to Settings >Configuration > Asterisk servers
    - strip (0) from phone number in all scenarios
    
    Added by me : re-org of res.users form view, to separate standard parameters from advanced/optional ones.
    nodenet-1 authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6cffef4 View commit details
    Browse the repository at this point in the history
  35. Fix crahes when using the Web interface (these crashes did not occur …

    …with the Gtk Client)
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3bd4529 View commit details
    Browse the repository at this point in the history
  36. Don't set readonly fields in the "open calling partner" wizard, to av…

    …oid calling default_get twice (and thus connect to asterisk twice)
    
    Make "open calling partner" work with Asterisk 1.4 (or it is IAX trunk ?)
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7630faa View commit details
    Browse the repository at this point in the history
  37. Add Local/ as possible channel type

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    433f75b View commit details
    Browse the repository at this point in the history
  38. Now uses the phonenumber lib to reformat numbers in "clean" format an…

    …d store them in E.164 format. Start to modify the code to take advantage of this great lib.
    
    Thanks to Ludovic Gasc for pointing this lib to me during PyconFR 2012 in Paris !
    
    Fix a bug with Open Calling Partner when CallerID has non-ASCII chars.
    
    Move all code of wizard to wizard directory.
    
    IMPORTANT : when you upgrade to this revision, run the wizard "Reformat all phone numbers" from Settings > Configuration > Asterisk.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    387824e View commit details
    Browse the repository at this point in the history
  39. Add support for geolocalisation via the phonenumbers lib in the get_c…

    …id_name.py script. If you add --geoloc, the numbers that are not found in OpenERP will be geolocalized.
    
    Thanks to Ludovic Gasc for making me discover this great "phonenumbers" lib.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    47341e4 View commit details
    Browse the repository at this point in the history
  40. Display the country name only when it's not my own country. This make…

    … the option to display only the city useless IMHO, so I removed this option.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a797d35 View commit details
    Browse the repository at this point in the history
  41. Add debug log, to help a user.

    Small code clean-up.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3dda112 View commit details
    Browse the repository at this point in the history
  42. More debug and warning messages, to help a user in its debug.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    1fde798 View commit details
    Browse the repository at this point in the history
  43. [FIX] open calling partner should work again.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    1f7c054 View commit details
    Browse the repository at this point in the history
  44. Now use a PATH variable in get_cid_name_timeout.sh

    get_cid_name.py : don't update the CallerID name if there is already one present.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    2347d01 View commit details
    Browse the repository at this point in the history
  45. Use py-asterisk from http://code.google.com/p/py-asterisk/ (up-to-dat…

    …e mercurial version required) instead of our own code
    
    Add a field 'resource' on res.users, which is used in "SIP/resource", instead of "SIP/internal_number", which was not correct. YOU NEED TO UPDATE YOUR DATA !
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0f1e344 View commit details
    Browse the repository at this point in the history
  46. Add some exclusion on CallerID for which we don't query openerp or tr…

    …y to geolocate.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e4d21f5 View commit details
    Browse the repository at this point in the history
  47. Remove the import of the socket lib, that we don't use any more.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    79bdc79 View commit details
    Browse the repository at this point in the history
  48. Port to OpenERP 7.0

    Add logo for the module asterisk_click2dial_crm
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    c6bd559 View commit details
    Browse the repository at this point in the history
  49. Oups, fix my previous commit.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    06f6738 View commit details
    Browse the repository at this point in the history
  50. In the wizards, Instead of creating a new record and opening it, I op…

    …en a new form with the values. It's better when using the Web interface, because it avoids a click on "Edit".
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    cbf1034 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f200ec7 View commit details
    Browse the repository at this point in the history
  52. [FIX] res.partner.address -> res.partner

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6e59aa4 View commit details
    Browse the repository at this point in the history
  53. Update views to take advantage of the new styles provided by OpenERP …

    …7.0.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3387179 View commit details
    Browse the repository at this point in the history
  54. Remove <field name="type">form/tree</field> in ir.ui.view model (de…

    …precated in OpenERP 7.0)
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    8ee5deb View commit details
    Browse the repository at this point in the history
  55. Cosmetic changes.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    592ad8f View commit details
    Browse the repository at this point in the history
  56. The number of digits to match from the end of the phone number is now…

    … configurable. This code is now fully located in the asterisk_click2dial module (removed from the "get_cid_name.py" script).
    
    WARNING : if you upgrade your asterisk_click2dial module to this version, you should also update the script "get_cid_name.py" on your Asterisk server to this version.
    The imports now use the new openerp paths.
    Convert self.pool.get('obj') to self.pool['obj'] so that it crashes exactly where it should.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b880cc4 View commit details
    Browse the repository at this point in the history
  57. Country prefix now has an intelligent default value.

    Just for fun, because I love the phonenumbers lib !
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    fbf35e9 View commit details
    Browse the repository at this point in the history
  58. Update version number of the script get_cid_name.py, to make it easie…

    …r to identify people who forgot to update it.
    
    Update year in copyright
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    1aee4f5 View commit details
    Browse the repository at this point in the history
  59. Remove Local/ from the list of chan types, because Originate doesn't …

    …work with Local/phonenumber.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    dcb8c64 View commit details
    Browse the repository at this point in the history
  60. Add encoding in the shell script get_cid_name_timeout.sh

    Remove an unused line of code.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7d16f06 View commit details
    Browse the repository at this point in the history
  61. Add read rights on asterisk.server for group "Asterisk CallerID"

    Patch courtesy of Marcel van der Boom (HS-Development BV)
    Convert ACLs from XML format to CSV format.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e171431 View commit details
    Browse the repository at this point in the history
  62. Avoid a crash when the answer to the "Status" query doesn't contain w…

    …hat is expected.
    
    Patch courtesy of Marcel van der Boom (HS-Development BV).
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    f0b35fb View commit details
    Browse the repository at this point in the history
  63. [FIX] Adapt view inheritance of res.partner form to post-v7.0-release…

    … changes
    
    Patch courtesy of Marcel van der Boom (HS-Development BV)
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e02a0e5 View commit details
    Browse the repository at this point in the history
  64. Add compatibility with Asterisk 1.4 for the function "Open calling pa…

    …rtner"
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a72123f View commit details
    Browse the repository at this point in the history
  65. [IMP] Add Dial button in Lead and Opportunity views

    [IMP] Add CDR account management for Originating Call
    Invitu authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ea55a7e View commit details
    Browse the repository at this point in the history
  66. Move the generic code from res.partner to a new object asterisk.common.

    res.partner and crm.lead now inherit from asterisk.common. Thanks to Sebastien Beau for giving me the idea.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    572b2bc View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    c8bc238 View commit details
    Browse the repository at this point in the history
  68. [IMP] Add Dial button in Claim Form View

    Invitu authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    fb82597 View commit details
    Browse the repository at this point in the history
  69. Add back "Local" as channel type.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    de88bb0 View commit details
    Browse the repository at this point in the history
  70. Fix a few strings.

    Update POT file and French translation.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    21ca3a2 View commit details
    Browse the repository at this point in the history
  71. The regular "phone", "mobile" and "fax" fields now store the phone nu…

    …mber in E164 format ; the special fields phone_e164, mobile_e164 and fax_164 are not used any more.
    
    Add phone widget that handle the "nice" display of phone number to the user.
    IMPORTANT : you need to restart the wizard "Reformat all phone numbers" in order to put the "phone", "mobile" and "fax" fields in E164 format (without spaces).
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    9ee246d View commit details
    Browse the repository at this point in the history
  72. No need for ilike to match numbers !

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    51bbe0a View commit details
    Browse the repository at this point in the history
  73. Add 'external_dependencies' in __openerp__.py

    Remove unneeded imports
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    50ac0eb View commit details
    Browse the repository at this point in the history
  74. FIX to make the script work with the latest version of the phonenumbe…

    …rs lib
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    90860e2 View commit details
    Browse the repository at this point in the history
  75. Use RFC 2806 : add a fax: URL and convert callto: URLs to tel: URLs

    The wizard "Reformat phones numbers" is now extended to objects other than res.partner
    Update coding standard
    Don't use xpath in inherited views when not necessary
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0e8d59a View commit details
    Browse the repository at this point in the history
  76. Update my script to make it work with the latest versions of the phon…

    …enumbers lib.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d2f8343 View commit details
    Browse the repository at this point in the history
  77. Long-awaited feature : automatic pop-up on incoming calls in the Open…

    …ERP Web interface. Special thank to Jean-Sébastien Suzanne for his collaboration on this new feature.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4d3c666 View commit details
    Browse the repository at this point in the history
  78. Extract Asterisk-independant code (the widget="phone" + phone number …

    …reformatting) from the asterisk_click2dial module to a new base_phone module.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    cb939d2 View commit details
    Browse the repository at this point in the history
  79. Add option try_parent in open_filtered_object

    In the wizard "Open Calling Partner", when you click on "open related orders" for example, it will open the orders with an explicit filter that you can then delete.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    723b962 View commit details
    Browse the repository at this point in the history
  80. Very large changes in the structure of the project :

    - move more asterisk-independant code to base_phone module and create new asterisk-independant modules
    - rename module asterisk_popup to base_phone_popup
    - add ability to get callerid names not only from partners, but also from leads, employees, applicants, etc...
    - same for auto pop-up : not only for partners, but also for leads, employees, etc...
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4bc1792 View commit details
    Browse the repository at this point in the history
  81. Add support for update of the name on OUTGOING calls (for far, it was…

    … only possible on incoming calls).
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b13ab66 View commit details
    Browse the repository at this point in the history
  82. Fix documentation.

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    f891656 View commit details
    Browse the repository at this point in the history
  83. Add a "Test Connection to Asterisk" button on the asterisk.server for…

    …m view.
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0a6f241 View commit details
    Browse the repository at this point in the history
  84. The "Dial" button is now inside the phone widget : this is great beca…

    …use it avoids the double inherit of views with phone fields (4 view XML files are removed in asterisk_click2dial* modules thanks to this !)
    
    The "Open Calling Partner" feature is now located in the top right menu, next to the Preferences (instead of the Sales menu)
    A click on tel: and fax: links doesn't open a new tab any more
    Update description and copyrights of asterisk_click2dial_crm
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ba7c41a View commit details
    Browse the repository at this point in the history
  85. Update POT file and partial update of FR translation

    Convert regular string to translatable string
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    de9d221 View commit details
    Browse the repository at this point in the history
  86. Port to OpenERP v8.0

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7829030 View commit details
    Browse the repository at this point in the history
  87. Better button for Open Calling Partner

    s.petersen authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    bac042a View commit details
    Browse the repository at this point in the history
  88. Add href="#", so that the mouse cursor has the right aspect when over…

    … the phone icon
    
    Simplify HTML
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7449096 View commit details
    Browse the repository at this point in the history
  89. Feature "Open Calling Partner" replaced by "Open Caller", with a comp…

    …letely new behavior
    
    As a consequence, the modules asterisk_click2dial_event and asterisk_click2dial_crm_claim have been dropped
    New wizard "Number not found" (inspired by the old "Open Calling Partner" with many enhancements), which is called by base_phone_popup and Open Caller
    Formatting of number for click2dial is now handled by the phonenumbers lib: as a consequence, 3 fields have been dropped from asterisk.server (national_prefix, international_prefix, country_prefix)
    New option 'dial_button_invisible' in the phone widget
    New sample script asterisk_click2dial/scripts/openerp_popup_timeout.sh
    Update translations and some module descriptions
    All the modules are now PEP8 compliant
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    62495be View commit details
    Browse the repository at this point in the history
  90. FIX remplace debug stuff by real code !

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    208b67d View commit details
    Browse the repository at this point in the history
  91. Use =like instead of like in phone number search, because I add the '…

    …%' myself
    
    Add logger.error in the function used by the inherit of write/create, for easier debugging when it is called by a webservice
    Add . in PATH in my sample shell scripts
    Code cleanup (thank you flake8 !)
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3187608 View commit details
    Browse the repository at this point in the history
  92. Fix code style

    Sandy Carter authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    500fcd3 View commit details
    Browse the repository at this point in the history
  93. Don't fail if Asterisk and asterisk_click2dial aren't installed

    Sandy Carter authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b3f03c1 View commit details
    Browse the repository at this point in the history
  94. Ability to avoid the 'Not found in Odoo' as callerID name when phone …

    …is not found
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d79b460 View commit details
    Browse the repository at this point in the history
  95. [FIX] Bug OCA#11 AMI test: success is now only reported when it reall…

    …y works !
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    8aa0590 View commit details
    Browse the repository at this point in the history
  96. PEP8 fix

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7a7acdb View commit details
    Browse the repository at this point in the history
  97. Update screenshots

    Remove old-style icons on buttons
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b12fbb7 View commit details
    Browse the repository at this point in the history
  98. Highlight dial button in screenshot

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    45d156f View commit details
    Browse the repository at this point in the history
  99. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    gurneyalex authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a488d5a View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    4a79dc7 View commit details
    Browse the repository at this point in the history
  101. Add support for "Create CRM phonecall" on leads (and not only partners)

    Re-organise the codebase to prepare the arrival of a new module for a telephony system other than Asterisk
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5939ef3 View commit details
    Browse the repository at this point in the history
  102. Remove an import that is not needed any more

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    28a0772 View commit details
    Browse the repository at this point in the history
  103. new: pkg: adds requirements.txt to explicit dependencies and ease scr…

    …ipted installations.
    vaab authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    1224571 View commit details
    Browse the repository at this point in the history
  104. FIX old/new API call

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d20baf1 View commit details
    Browse the repository at this point in the history
  105. Please welcome the new module ovh_telephony_connector !

    Some code clean-up and re-organisation in the generic modules
    Prepare the removal of the module asterisk_click2dial_crm
    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    9d07eea View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    ec42ab8 View commit details
    Browse the repository at this point in the history
  107. [UPD] prefix versions with 8.0

    sbidoul authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b340ebb View commit details
    Browse the repository at this point in the history
  108. [MIG] Make modules uninstallable

    pedrobaeza authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    605b125 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    fd21e70 View commit details
    Browse the repository at this point in the history
  110. Port JS and controller code of asterisk_click2dial to v9

    Juris Malinens authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    20e5d72 View commit details
    Browse the repository at this point in the history
  111. Port crm_phone to v9

    Code cleanup, fixes, small enhancements
    The code to extract the calling party number from the list of channels is now inheritable
    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    077b3cc View commit details
    Browse the repository at this point in the history
  112. Restore the object crm.phonecall that was dropped in v9 community

    Proper name_get for callerid for applicants
    Small bugfixes/enhancements
    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    74922a6 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    67ac589 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    c15a476 View commit details
    Browse the repository at this point in the history
  115. [MIG] Make modules uninstallable

    pedrobaeza authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    240c9c4 View commit details
    Browse the repository at this point in the history
  116. [MIG] Rename manifest files

    pedrobaeza authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    c0bc276 View commit details
    Browse the repository at this point in the history
  117. Port crm_phone, hr_phone, hr_recruitment_phone, event_phone to v10

    Remove crm_claim_phone, because there is no crm_claim module in v10
    Start to port asterisk_click2dial (JS code still needs to be ported)
    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a504b06 View commit details
    Browse the repository at this point in the history
  118. [FIX] base_phone: Fixed click2dial feature

    Sylvain GARANCHER authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    af1d013 View commit details
    Browse the repository at this point in the history
  119. Port opencaller to v10

    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d287c4d View commit details
    Browse the repository at this point in the history
  120. PEP8 fix

    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3a00ea3 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    bf12f07 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    34f1fe5 View commit details
    Browse the repository at this point in the history
  123. [10.0][ADD] asterisk_click2dial: PJSIP channel type

    Alexis de Lattre authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    c0694b5 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    1ace8e4 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    a068d60 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    840e510 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    28627b9 View commit details
    Browse the repository at this point in the history
  128. remove obsolete .pot files [ci skip]

    sbidoul authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6a8f4c9 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    e50cb9a View commit details
    Browse the repository at this point in the history
  130. Port to v12 base_phone, asterisk_click2dial, crm_phone, hr_phone, eve…

    …nt_phone and hr_recruitment_phone
    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    1b8be54 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    cd6f8b7 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    24895e8 View commit details
    Browse the repository at this point in the history
  133. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    995518c View commit details
    Browse the repository at this point in the history
  134. Forward port dial button refactor from v11 to v12

    Move tests from base_phone to crm_phone (to benefit from crm_phone_validation)
    Don't use a demo partner in test (this partner was removed in later versions)
    Continue to remove dependancy on demo data in tests
    Forward port of base_phone_popup from v10 to v12 (use web_notify)
    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    741bede View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    154780e View commit details
    Browse the repository at this point in the history
  136. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/
    oca-transbot authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5a0b365 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    6e6d760 View commit details
    Browse the repository at this point in the history
  138. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 20.9% (19 of 91 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/pt_BR/
    Rodrigo Macedo authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d9d3eb3 View commit details
    Browse the repository at this point in the history
  139. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 78.0% (71 of 91 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/pt_BR/
    Rodrigo Macedo authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5e3614b View commit details
    Browse the repository at this point in the history
  140. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (91 of 91 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/pt_BR/
    Rodrigo Macedo authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    001edb5 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    3e11f99 View commit details
    Browse the repository at this point in the history
  142. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/
    oca-transbot authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0821995 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    eed5a78 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    78324f5 View commit details
    Browse the repository at this point in the history
  145. Translated using Weblate (Flemish)

    Currently translated at 45.1% (41 of 91 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/nl_BE/
    mimusica authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    8c444ca View commit details
    Browse the repository at this point in the history
  146. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/
    oca-transbot authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    bcfa064 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    3e95e85 View commit details
    Browse the repository at this point in the history
  148. asterisk_click2dial 12.0.1.0.1

    OCA-git-bot authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5607d95 View commit details
    Browse the repository at this point in the history
  149. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-asterisk_click2dial/
    oca-transbot authored and alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    216bdeb View commit details
    Browse the repository at this point in the history
  150. [MIG] asterisk_click2dial from v12 to v14

    PJSIP is now the default channel type instead of SIP
    Convert README to the new subdir format
    Minor code improvements
    alexis-via committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    77f6848 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    d919705 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    3cc8271 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    3f45f28 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. [ADD] setup.py

    OCA-git-bot committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    3671c16 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    88770e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    5f6a6e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge pull request OCA#7 from invitu/14.0-fix_base_phone

    [FIX] We have to stay on the same page after clicking on the link
    Alexis de Lattre authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    430244a View commit details
    Browse the repository at this point in the history
  2. asterisk_click2dial: migrate AGI script to python3

    Full code cleanup of the AGI script
    Minor modifications to take into account the remark of the reviewers
    alexis-via committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ab72051 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge PR OCA#249 into 14.0

    Signed-off-by alexis-via
    OCA-git-bot committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    5dbe84a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8981c View commit details
    Browse the repository at this point in the history
  3. [UPD] Update hr_phone.pot

    oca-travis committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    71e5fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbee1a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6d86b7 View commit details
    Browse the repository at this point in the history
  6. [UPD] README.rst

    OCA-git-bot committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    9a66a23 View commit details
    Browse the repository at this point in the history
  7. [ADD] setup.py

    OCA-git-bot committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    96d4b4f View commit details
    Browse the repository at this point in the history
  8. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-hr_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-hr_phone/
    oca-transbot committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    4f6ac79 View commit details
    Browse the repository at this point in the history
  9. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-hr_recruitment_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-hr_recruitment_phone/
    oca-transbot committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c50876a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d614a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    eb3d28c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (91 of 91 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-asterisk_click2dial/pt_BR/
    Rodrigo Macedo authored and oca-transbot committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    6168717 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    9b82c19 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Merge PR OCA#265 into 14.0

    Signed-off-by gurneyalex
    OCA-git-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    85b38c9 View commit details
    Browse the repository at this point in the history
  2. crm_phone 14.0.1.0.1

    OCA-git-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    dd606a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6a587 View commit details
    Browse the repository at this point in the history
  4. Merge PR OCA#263 into 14.0

    Signed-off-by gurneyalex
    OCA-git-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    bb34472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5afa3e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    501a419 View commit details
    Browse the repository at this point in the history
  7. [UPD] README.rst

    OCA-git-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    8b1fc77 View commit details
    Browse the repository at this point in the history
  8. [ADD] icon.png

    OCA-git-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f8f3aa2 View commit details
    Browse the repository at this point in the history
  9. [ADD] setup.py

    OCA-git-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0422d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. crm_phone: several usability improvements

    On the partner form view, the number of calls displayed on the action button is now what you will see when you click on it (child_of)
    Remove editable="bottom" on tree view of crm.phonecall in order to be able to access the form view
    Improve tree view with badge and optional="show"
    Improve search view of crm.phonecall
    _create_open_crm_phonecall() opens a new phone call in "done" state by default
    alexis-via committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    73c1f87 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Merge PR OCA#266 into 14.0

    Signed-off-by alexis-via
    OCA-git-bot committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    7100e9f View commit details
    Browse the repository at this point in the history
  2. [UPD] Update crm_phone.pot

    oca-travis committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    7d7dfcc View commit details
    Browse the repository at this point in the history
  3. crm_phone 14.0.1.1.0

    OCA-git-bot committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    9810af5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fb67d9 View commit details
    Browse the repository at this point in the history
  5. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-crm_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-crm_phone/
    oca-transbot committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    d17fdfc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    393b523 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    e835bd5 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update sms_ovh_http.pot

    oca-travis authored and sebastienbeau committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    6d89513 View commit details
    Browse the repository at this point in the history
  3. [UPD] README.rst

    OCA-git-bot authored and sebastienbeau committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3594876 View commit details
    Browse the repository at this point in the history
  4. [ADD] icon.png

    OCA-git-bot authored and sebastienbeau committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2b98f15 View commit details
    Browse the repository at this point in the history
  5. [MIG] 14.0 ovh_sms_http

    Pierrick Brun authored and sebastienbeau committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    256ea57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37418ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84c1590 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge PR OCA#239 into 14.0

    Signed-off-by sebastienbeau
    OCA-git-bot committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a36f7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e917e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d5fea View commit details
    Browse the repository at this point in the history
  4. [UPD] README.rst

    OCA-git-bot committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e82b96f View commit details
    Browse the repository at this point in the history
  5. [ADD] setup.py

    OCA-git-bot committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    dbf64a1 View commit details
    Browse the repository at this point in the history
  6. sms_ovh_http 14.0.1.0.1

    OCA-git-bot committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    815c2d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72fad9b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Translated using Weblate (Italian)

    Currently translated at 9.8% (10 of 102 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-crm_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-crm_phone/it/
    francesco-ooops authored and oca-transbot committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8c4b735 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    ef85ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5a5fc View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Spanish (Argentina))

    Currently translated at 96.7% (88 of 91 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-asterisk_click2dial/es_AR/
    nimarosa authored and oca-transbot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ed2f584 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Spanish (Argentina))

    Currently translated at 89.2% (50 of 56 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-base_phone/es_AR/
    nimarosa authored and oca-transbot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3c2ba1d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Translated using Weblate (French)

    Currently translated at 100.0% (56 of 56 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-base_phone/fr/
    klodr authored and oca-transbot committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    2e4570f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    0746e36 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    d277c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3c127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d97ac2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    a63b564 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update pre-commit.yml

    max3903 authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    49bcede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d9f71 View commit details
    Browse the repository at this point in the history
  3. Merge PR OCA#253 into 14.0

    Signed-off-by max3903
    OCA-git-bot committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    66b5f08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    296d08c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2160acb View commit details
    Browse the repository at this point in the history
  6. [UPD] README.rst

    OCA-git-bot committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8532aa2 View commit details
    Browse the repository at this point in the history
  7. [ADD] setup.py

    OCA-git-bot committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7144174 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. [14.0][IMP] pre-commit update

    Updated pre-commit and github actions to the latest version
    Switched from Travis to GitHub test suite
    ivs-cetmix committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    72ecf7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request OCA#282 from cetmix/14.0-pre-commit_update_20221208

    [14.0][IMP] pre-commit update
    pedrobaeza authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    37fa5b9 View commit details
    Browse the repository at this point in the history
  3. [IMP] sms_ovh_http: Change the following labels in IAP account model …

    …and Add text and images to CONFIGURE.rst
    InsanivimusOmnes committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1d12692 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge PR OCA#279 into 14.0

    Signed-off-by sebastienbeau
    OCA-git-bot committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    a328f28 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update sms_ovh_http.pot

    oca-ci committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4e98a6f View commit details
    Browse the repository at this point in the history
  3. [UPD] README.rst

    OCA-git-bot committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cd4b4d8 View commit details
    Browse the repository at this point in the history
  4. sms_ovh_http 14.0.1.0.2

    OCA-git-bot committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f7bc16b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dc6ccf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    5783fd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. [IMP] sms_ovh_http: Change the following labels in IAP account model …

    …and Add text and images to CONFIGURE.rst
    InsanivimusOmnes committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f9f423f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Merge PR OCA#285 into 14.0

    Signed-off-by sebastienbeau
    OCA-git-bot committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    95c3d0d View commit details
    Browse the repository at this point in the history
  2. [UPD] README.rst

    OCA-git-bot committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    81fbde4 View commit details
    Browse the repository at this point in the history
  3. sms_ovh_http 14.0.1.0.3

    OCA-git-bot committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7163eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a08a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    82f2459 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    88f1937 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    76fd722 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Translated using Weblate (Italian)

    Currently translated at 14.2% (8 of 56 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-base_phone/it/
    mymage authored and weblate committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6d262c2 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Italian)

    Currently translated at 9.8% (10 of 102 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-crm_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-crm_phone/it/
    mymage authored and weblate committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    84192d2 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Italian)

    Currently translated at 7.6% (7 of 91 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-asterisk_click2dial/it/
    mymage authored and weblate committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    13a948b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Translated using Weblate (Slovenian)

    Currently translated at 76.7% (43 of 56 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-base_phone/sl/
    sysadminmatmoz authored and weblate committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9d7bbfe View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Slovenian)

    Currently translated at 16.6% (17 of 102 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-crm_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-crm_phone/sl/
    sysadminmatmoz authored and weblate committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f281962 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Slovenian)

    Currently translated at 8.7% (8 of 91 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-asterisk_click2dial/sl/
    sysadminmatmoz authored and weblate committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    81de973 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Translated using Weblate (Slovenian)

    Currently translated at 16.6% (17 of 102 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-crm_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-crm_phone/sl/
    sysadminmatmoz authored and weblate committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aac6bae View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge PR OCA#292 into 14.0

    Signed-off-by alexis-via
    OCA-git-bot committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0649571 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update asterisk_click2dial.pot

    oca-ci committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2e8631b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3fcc0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a394cf View commit details
    Browse the repository at this point in the history
  5. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-asterisk_click2dial
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-asterisk_click2dial/
    weblate committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5e65b4b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    96dec88 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Italian)

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: connector-telephony-14.0/connector-telephony-14.0-sms_ovh_http
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-sms_ovh_http/it/
    francesco-ooops authored and weblate committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bb6d962 View commit details
    Browse the repository at this point in the history