vertelab / odoo-af

2 stars 5 forks source link

AFC-2100a - Follow up for emails sent in autoresponder and massmail #531

Closed Radhika435 closed 3 years ago

Radhika435 commented 3 years ago

As a user I wanted to create the report for the newsletter sent to Job seekers.

We want the report to show the following.

massmailing-module 1 Please change the kanban-view to: image

Module name: odoo-mail/mail_massmailing_statistics_af

Development Branch name: Dev-12.0-CRM-AFC-2100-Email_arketing_statistics

Target branch https://github.com/vertelab/odoo-mail/tree/Dev-12.0

Actual Hours: Checked issue details, Prepared database with autoresponder and mass mailing module, Added counter on kanban and smart button for test. - 4 hours and 10 mins Checked Code view tool in mail template body - 30 Mins Fixed smart button's counter issue - 40 mins

Radhika435 commented 3 years ago

@FredrikArvas could you please review it.

fredrikarvas-vertel commented 3 years ago

@rupareliyahemangi145 @AnilKesariya I have now updated this issue. Should we separate it into two one for statistics of the modules we have, and one for the "website"-statistic features?

rupareliyahemangi145 commented 3 years ago

@FredrikArvas I think for now it is ok.

rupareliyahemangi145 commented 3 years ago

Hello @FredrikArvas

Today I have worked on two points from this issue.

  1. Added counter on kanban and form view.Its not fully completed I have just added in Mass mailing for one field for now)

Kanban For Opened email tracking. kanban = OK

Form view for Received email tracking Can we move percentage to right? Like this. form_layout_2 = OK

Because it is not possible to add with left side percentage. Layout messes like this. button_layout_1 = I agree.

  1. I have researched on get location or system where user has opened or read email. I didn't find any external library or api for that. But I think we can get idea about this from Odoo like Odoo get Opened and Clicks. I have to check odoo mass_mailing module for this by adding print statements but in my local Opened and Clicks are not updates.May be because of Localhost. I will do more research about this tomorrow.

= Let's use point 1 first.

Thanks.

Regards, Hemangi.

rupareliyahemangi145 commented 3 years ago

Yes Sure @FredrikArvas We will connect at 16:30 or 17:00 IST.

rupareliyahemangi145 commented 3 years ago

Hello @FredrikArvas

I've create PR https://github.com/vertelab/odoo-mail/pull/43 for email marking statistics. Here is screenshots of results.

mail_form_view

mail_kanban

Please check it and let me know if anything.

Thanks.

Regards, Hemangi.

fredrikarvas-vertel commented 3 years ago

@rupareliyahemangi145 We have tested the mass_mailing-module with the extension with statistics and it seems like there is an error. The smart buttons link correct, but they do not display the correct value

In this image, the email was sent successfully to 4 recipients. image

Please test on your side as well.

Use this module to see that you have all modules installed: When testing this, you do not need mail_autoresponder_crm (since it requires a lot more modules) https://github.com/vertelab/odoo-mail/tree/Dev-12.0/mail_installmodules_adkd

rupareliyahemangi145 commented 3 years ago

Ok @FredrikArvas Let me check it.

rupareliyahemangi145 commented 3 years ago

Hello @FredrikArvas I am trying to install mail_installmodules_adkd module but it depends on mail_improved_tracking_value. Where I can find this module in our repo?

rupareliyahemangi145 commented 3 years ago

@FredrikArvas Also I can't find mass_mailing_custom_unsubscribe module in repo. For now I have downloaded from Odoo app store and fixed issue.

Created https://github.com/vertelab/odoo-mail/pull/49 to fix it.Please check it and let me know if anything.

Thanks.

Regards, Hemangi.

fredrikarvas-vertel commented 3 years ago

Please check the numbers as in th PR-comment.

fredrikarvas-vertel commented 3 years ago

This module works now

rupareliyahemangi145 commented 3 years ago

Ok Thanks @FredrikArvas