Doan Minh Tri
Doan Minh Tri
replace cashier's name by his trigram (first letter of firstname + first 2 letters of lastname) on POS receipt
Remove cashier's name on POS receipt
### This change - Decouple `print_product_labels` for better inheritance. Notably, print label with extra information such as packaging. Hence, `_prepare_product_label_layout_data` is used to add more data. ### Note - The...
### Major changes in V17 - Split `_onchange_template_id` + `default_get` + `get_record_data` usage into editable computed stored fields in [here](https://github.com/odoo/odoo/pull/107356) - `_evaluate_res_ids` is introduced to parse composer res_ids in [here](https://github.com/odoo/odoo/pull/99482/commits/a5adbc19ada1717e72396060544f8fb2d41d0270#diff-898a3d5c08a567c1a7b82c026a213d796e850e376cbdb1c9e7936409f440d37a)....
### 1) Summary of changes in 17.0 mail.template https://github.com/odoo/odoo/blob/17.0/addons/mail/models/mail_template.py - `generate_recipients` replaced by `_generate_template_recipients` mail.mail: https://github.com/odoo/odoo/blob/17.0/addons/mail/models/mail_mail.py - new method `_prepare_outgoing_list`: https://github.com/odoo/odoo/commit/b1d678b12ac5aac4086771f9ae88d401d919c9fa - replaces `_send_prepare_values` - new method `_personalize_outgoing_body` is also...
Backport of https://github.com/OCA/social/pull/1493
* Context - when we send a RFQ by email, a notification message is also created to track change of state from RFQ to RFQ Sent - avoid sending an...
ref: BSRD-708