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] base_phone: Migration to 16.0 #318

Merged
merged 114 commits into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/
    
    [UPD] Update base_phone.pot
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/
    
    [UPD] Update base_phone.pot
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/
    
    [UPD] Update base_phone.pot
    
    Update translation files
    
    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    
    Update translation files
    
    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    
    [UPD] Update base_phone.pot
    
    [UPD] Update base_phone.pot
    
    [UPD] Update base_phone.pot
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    [UPD] pin flake8 version [ci skip]
    
    pre-commit update [ci skip]
    
    [UPD] .travis.yml: Use verbose colored pre-commit [skip ci]
    OCA-git-bot authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    67f84d9 View commit details
    Browse the repository at this point in the history
  2. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4699316 View commit details
    Browse the repository at this point in the history
  3. Improve string.

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a809bf4 View commit details
    Browse the repository at this point in the history
  4. Add country on main company as demo data (otherwize it blocks write o…

    …n phone numbers).
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e85ba62 View commit details
    Browse the repository at this point in the history
  5. Add monkey-patching of format function to add phone=True and phone_fo…

    …rmat='xxx' arguments.
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b72f70d View commit details
    Browse the repository at this point in the history
  6. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    336cf56 View commit details
    Browse the repository at this point in the history
  7. Add semi-column at the end of line in JS code !

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f10aa03 View commit details
    Browse the repository at this point in the history
  8. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b83e66a View commit details
    Browse the repository at this point in the history
  9. Update POT file and partial update of FR translation

    Convert regular string to translatable string
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6bbbc6b View commit details
    Browse the repository at this point in the history
  10. Port to OpenERP v8.0

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    af00a3e View commit details
    Browse the repository at this point in the history
  11. Update PhoneFormat JS lib

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ce0c442 View commit details
    Browse the repository at this point in the history
  12. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    905d7ee View commit details
    Browse the repository at this point in the history
  13. Activate widget on form view of company.

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3e2dcd9 View commit details
    Browse the repository at this point in the history
  14. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1529041 View commit details
    Browse the repository at this point in the history
  15. Fix code style

    Sandy Carter authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    93572d6 View commit details
    Browse the repository at this point in the history
  16. Add widget="phone" in tree view, to have an easy-to-read phone number…

    … in tree view
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d22352c View commit details
    Browse the repository at this point in the history
  17. Start the wizard "Reformat Phone Numbers" after the installation of t…

    …he module
    
    Update module description
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6cf949b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    028805d View commit details
    Browse the repository at this point in the history
  19. Fix bug OCA#17: don't raise by default on write/create

    As a consequence, we can have non E.164 values inside the phone/mobile/fax fields: in this case, we don't display an href link on the field and we don't display the Dial button.
    Fix show old number on paging for fax field
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a065a75 View commit details
    Browse the repository at this point in the history
  20. One possible implementation of raise when partner create/write is man…

    …ual vs no raise with partner create/write is via code
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0ce0092 View commit details
    Browse the repository at this point in the history
  21. Adapt the reformat_phonenumber_wizard to the new behavior on raise

    FIX to display the result of the reformat phonenumber wizard to the user
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c867f46 View commit details
    Browse the repository at this point in the history
  22. PEP8 fix

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ab8937b View commit details
    Browse the repository at this point in the history
  23. base_phone: Add YAML test

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d5c0a1e View commit details
    Browse the repository at this point in the history
  24. Update screenshots

    Remove old-style icons on buttons
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    995cab2 View commit details
    Browse the repository at this point in the history
  25. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4b0e118 View commit details
    Browse the repository at this point in the history
  26. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4df577d View commit details
    Browse the repository at this point in the history
  27. Fully remove raise from write/create, to avoid a crash on module inst…

    …all with XML data for res.company + it's related partner with phone numbers
    
    FIX install wizard
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    96801f3 View commit details
    Browse the repository at this point in the history
  28. If you enter a phone number in national format, it is now interpreted…

    … from the country of the object (partner, lead, hr.applicant), not from the country of the user... a very wanted feature !
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    565206d View commit details
    Browse the repository at this point in the history
  29. Continue to adapt the code to the recent changes

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9989661 View commit details
    Browse the repository at this point in the history
  30. More Yaml tests

    Use the new phone attributes on objects inside the code
    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e45b0d1 View commit details
    Browse the repository at this point in the history
  31. new: pkg: adds requirements.txt to explicit dependencies and ease scr…

    …ipted installations.
    vaab authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dae4cce View commit details
    Browse the repository at this point in the history
  32. Slovenian translations added

    sysadminmatmoz authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    58f09ed View commit details
    Browse the repository at this point in the history
  33. edit arguments accordingly to func definition

    small addition to 62cb85c
    Igor authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    109e2e5 View commit details
    Browse the repository at this point in the history
  34. Fix bug OCA#40

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4e9e4c4 View commit details
    Browse the repository at this point in the history
  35. PEP8 fix

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b1bf833 View commit details
    Browse the repository at this point in the history
  36. XML Code clean-up

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    47fd79f View commit details
    Browse the repository at this point in the history
  37. FIX a crash when exception has no len

    Alexis de Lattre authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e0da334 View commit details
    Browse the repository at this point in the history
  38. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f591227 View commit details
    Browse the repository at this point in the history
  39. Fix bug OCA#20 Multiple click2dial when previous click2dial failed

    agutierrezdapda authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5d7c87a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2484fa1 View commit details
    Browse the repository at this point in the history
  41. [UPD] prefix versions with 8.0

    sbidoul authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0c54bd5 View commit details
    Browse the repository at this point in the history
  42. [MIG] Make modules uninstallable

    pedrobaeza authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aa33624 View commit details
    Browse the repository at this point in the history
  43. Less verbose logs

    Logs are cluttered by 'initial value...updated value' and it is really not
    necessary to log that using a 'info' level.
    The 'error' log level is excessive for the missing country.
    
    If someone really wants to display the original and updated values, there still
    is the possibility to use a ``--log-handler=openerp.addons.base_phone:DEBUG``.
    guewen authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f4abe02 View commit details
    Browse the repository at this point in the history
  44. Do not interpolate directly in logger

    guewen authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bd4cb23 View commit details
    Browse the repository at this point in the history
  45. Fix Nonetype error

    The countrycode may be None so we shouldn't call .upper() on it.
    
    Fixes OCA#73
    guewen authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2e040e7 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0ba5be7 View commit details
    Browse the repository at this point in the history
  47. [FIX] flake8 errors

    damdam-s authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e9f452a View commit details
    Browse the repository at this point in the history
  48. [FIX] move country=FR from demo data to test file

    Case:
    When base_phone is installed --before-- account, account module installs
    l10n_fr (generate fiscal year and periods
        (see https://github.com/odoo/odoo/blob/8.0/addons/account/account_pre_install.yml and
         https://github.com/odoo/odoo/blob/8.0/addons/account/installer.py#L163))
    and then account_demo.xml fails because fiscalyear and periods already
    exists.
    damdam-s authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    78abc33 View commit details
    Browse the repository at this point in the history
  49. [IMP] Migrate base_phone in 9.0

    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8672cc0 View commit details
    Browse the repository at this point in the history
  50. [IMP] Add README.rst file in base_phone module

    Sebastien LANGE authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    35948e1 View commit details
    Browse the repository at this point in the history
  51. [IMP] To avoid conflicts, we check that widgets phone and fax do not …

    …exist before using
    Sebastien LANGE authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ecb40da View commit details
    Browse the repository at this point in the history
  52. [FIX] Fixing issues from travis in base_phone module

    Sebastien LANGE authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aba8d88 View commit details
    Browse the repository at this point in the history
  53. [FIX] Fix problem in point_of_sale with customer editing

    Invitu authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f5ec8a4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    d95b058 View commit details
    Browse the repository at this point in the history
  55. 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 authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f4f9501 View commit details
    Browse the repository at this point in the history
  56. Restore the object crm.phonecall that was dropped in v9 community

    Proper name_get for callerid for applicants
    Small bugfixes/enhancements
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b585aca View commit details
    Browse the repository at this point in the history
  57. Started to implement solution d) as discussed in OCA#90

    The revolution in the connector-telephony project has started !
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f16adb4 View commit details
    Browse the repository at this point in the history
  58. Port YAML tests to new fields.Phone archi

    Fix bugs
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0fb5f91 View commit details
    Browse the repository at this point in the history
  59. Convert YAML tests to unit-tests, with several improvements

    Allow simultaneous use of country_field and partner_field in field definition
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6116ee0 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    8e37ba8 View commit details
    Browse the repository at this point in the history
  61. Phone numbers are now clickable in tree view

    Replace spaces by non-breaking-spaces
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f398bb9 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    86fc3d1 View commit details
    Browse the repository at this point in the history
  63. Restore click2dial feature

    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c5b2de1 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    47442bd View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    2010afa View commit details
    Browse the repository at this point in the history
  66. Fix crash in number not found wizard

    Remove code that is now useless with new API
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    84092e5 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    9a0d4ed View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    49bdfa9 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    1605e7c View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    5c09f52 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    378a425 View commit details
    Browse the repository at this point in the history
  72. [MIG] Make modules uninstallable

    pedrobaeza authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d8e7091 View commit details
    Browse the repository at this point in the history
  73. [MIG] Rename manifest files

    pedrobaeza authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c81f764 View commit details
    Browse the repository at this point in the history
  74. [MIG] Migrated base_phone to v10.0 (OCA#107)

    [MIG] Migrated base_phone to v10.0
    
    * Define Phone and Fax as real field types, to avoid the need of defining the widget on each view
    
    * [IMP] Add missing ImportError checks for the phonenumbers module
    Sylvain Garancher authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    563c732 View commit details
    Browse the repository at this point in the history
  75. [FIX] We must now inherit from the base model, instead of monkey-patc…

    …hing
    Sylvain GARANCHER authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    04da734 View commit details
    Browse the repository at this point in the history
  76. 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 authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4a54826 View commit details
    Browse the repository at this point in the history
  77. [FIX] base_phone: Fixed click2dial feature

    Sylvain GARANCHER authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5493219 View commit details
    Browse the repository at this point in the history
  78. Make click2dial work in real life

    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4b1f8d5 View commit details
    Browse the repository at this point in the history
  79. Restore fix for partner creation from POS bug OCA#113

    Add test for POS partner bug
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    05bfe1b View commit details
    Browse the repository at this point in the history
  80. Fix bug OCA#117 CSV import is now working, with the kind help of Sylv…

    …ain Garancher (Syleam)
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    306563d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    460593a View commit details
    Browse the repository at this point in the history
  82. [Odoo 10] Fix for OCA#20

    The bug keeps happening in this version, and the solution is the same as what was stated in the issue.
    sadasant authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ebe9c73 View commit details
    Browse the repository at this point in the history
  83. remove obsolete .pot files [ci skip]

    sbidoul authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ef0ae42 View commit details
    Browse the repository at this point in the history
  84. Port to v12 base_phone, asterisk_click2dial, crm_phone, hr_phone, eve…

    …nt_phone and hr_recruitment_phone
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    345dc06 View commit details
    Browse the repository at this point in the history
  85. [ADD] icon.png

    OCA-git-bot authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3ca1d95 View commit details
    Browse the repository at this point in the history
  86. Translated using Weblate (Spanish)

    Currently translated at 100.0% (54 of 54 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/es/
    mvrodriguez authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    43af6e5 View commit details
    Browse the repository at this point in the history
  87. 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 authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    db0d647 View commit details
    Browse the repository at this point in the history
  88. Add reformatting of phone numbers on res.partner in base_phone

    Cf my comment for the solution to be compatible with crm_phone_validation without depending on it.
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f08c344 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    530dbc0 View commit details
    Browse the repository at this point in the history
  90. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 50.0% (27 of 54 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/pt_BR/
    Rodrigo Macedo authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f35b7b2 View commit details
    Browse the repository at this point in the history
  91. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (54 of 54 strings)
    
    Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
    Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/pt_BR/
    Rodrigo Macedo authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    63c4a86 View commit details
    Browse the repository at this point in the history
  92. [IMP] base_phone : (refactoring) remove controller

    luffah authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e79933d View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    c9d82c2 View commit details
    Browse the repository at this point in the history
  94. [MIG] base_phone: Migration to 13.0

    mimusica authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6d7e1dd View commit details
    Browse the repository at this point in the history
  95. [UPD] Update base_phone.pot

    oca-travis authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3da5083 View commit details
    Browse the repository at this point in the history
  96. [IMP] base_phone: black, isort, prettier

    Pierrick Brun authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f8b73e3 View commit details
    Browse the repository at this point in the history
  97. [MIG] base_phone: Migration to 14.0

    Pierrick Brun authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b19d3f2 View commit details
    Browse the repository at this point in the history
  98. Add missing access on wizards

    florian-dacosta authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d2d3bcc View commit details
    Browse the repository at this point in the history
  99. bsae_phone: FIX method get_record_from_phone_number()

    Migrate README to new subdir format
    Large code clean-up
    Remove dead lines
    self.env.user.company_id => self.env.company
    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f6493f1 View commit details
    Browse the repository at this point in the history
  100. base_phone: add unit tests

    alexis-via authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a461e79 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    3fbca2a View commit details
    Browse the repository at this point in the history
  102. [UPD] Update base_phone.pot

    oca-travis authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dca7d68 View commit details
    Browse the repository at this point in the history
  103. [UPD] README.rst

    OCA-git-bot authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    adc2e8b View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    e093d78 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    e837bc1 View commit details
    Browse the repository at this point in the history
  106. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dbba950 View commit details
    Browse the repository at this point in the history
  107. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c972b66 View commit details
    Browse the repository at this point in the history
  108. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6a299ac View commit details
    Browse the repository at this point in the history
  109. 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 luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    78638c3 View commit details
    Browse the repository at this point in the history
  110. [UPD] README.rst

    OCA-git-bot authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e519e96 View commit details
    Browse the repository at this point in the history
  111. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    weblate authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    96ffbde View commit details
    Browse the repository at this point in the history
  112. Translated using Weblate (Spanish)

    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/es/
    Ivorra78 authored and luisDIXMIT committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    486f84a View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    e409ea5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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