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

Conversation

TelmoSuarezConinpe
Copy link

Standard migration.

This PR depends on #300

Alexis de Lattre added 30 commits August 1, 2021 12:21
  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
…a priority on the res.partner view.

Better handling of check functions when there are several ids.
…rm1 and removes the "mobile" field, so I need to change the priority to this view too.
Thanks to Todd Johnson for pointing out this mistake.
…k server now inherit from the tree/form view in the company form.
Changed view names
Great solution (thanks to Sebastien for finding it !) to avoid having 2 different tree&form views for asterisk server.
Larger phone field in res_partner_address (smaller 'dial' button)
. adds debug message
. starts to better manage character encoding in the networking code... but I still need more info about AMI on this.
- 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
- cleaner code
- should avoid these Asterisk errors :
   utils.c ast_carefulwrite: write() returned error: Broken pipe
…ility and less clicks

Update the description.
…penERP, he proposes to create a new partner with this phone or mobile number.
Ability to have multiple alert-info options (separate them with '|').
Update French translation.
Update module description.
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
OCA-git-bot and others added 23 commits December 11, 2022 22:41
Signed-off-by sebastienbeau
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/
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/
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/
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/
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/
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/
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/
Signed-off-by alexis-via
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/
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/
@pedrobaeza
Copy link
Member

Thanks for the contribution.

Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0.

If the jump is between several versions, you have to modify the source branch in the main command to accommodate it to this circumstance.

@TelmoSuarezConinpe
Copy link
Author

@pedrobaeza thanks for the comment, i have done a new PR #302 , i think i got it right this time, could you please check?

Thanks in advance.

@pedrobaeza
Copy link
Member

Yes, it seems so, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.