Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3978 Vistas

Hello :)

i'm testing the mass mailing apps in Odoo v10 CE but i have no theme selector (even if there is only one in CE) and no editor.

i cannot build mailing.

On my odoo v9 it works, but not on my odoo v10.

do i need specific extention ? or so on ?



Avatar
Descartar
Autor

OK i found the solution. it was the add_header X-Frame-Options options in Nginx with the wrong parametter.

in my /etc/nginx/snippets/ssl-params.conf file i had

add_header X-Frame-Options DENY;

i replace the parameter by

add_header X-Frame-Options SAMEORIGIN;

Autor Mejor respuesta

I have installed a completly new Odoo10 (from package of the current day 10.0.20170408) on Debian Jessie 8.7 with:

php 7.0.17

postgres 9.4.10

Nginx 1.11.13-1~jessie

I have the same behavior on new database with just mass mailing Odoo apps installed it never propose me to choose the template, and never load the composer wizard to let me write my letter.

is someone have an idea ?


by the way with the package install there is no odoo-bin file ?

Avatar
Descartar
Mejor respuesta

When reading your other questions, you most probably screwed up your installation.

Avatar
Descartar
Autor

i have re installed from scratch and there is no change unfortunatly

Just a stupid question, but did you activate the developer mode?

Autor

no to test the use of the massmailng apps i'm not in dev mode. :)

Autor

with or without devmode activated it don't works. on log i can see:

"GET /mass_mailing/field/email_template?&model=mail.mass_mailing&field=body_html&res_id=&callback=FieldTextHtml_22&enable_editor=1&translatable=1&lang=en_US&datarecord={"id":false,"state":"draft","scheduled":0,"failed":0,"next_departure":false,"sent":0,"received_ratio":false,"opened_ratio":false,"replied_ratio":false,"clicks_ratio":false,"bounced_ratio":false,"active":true,"email_from":"Administrator <my_email@my_domain.com >","name":false,"mailing_model":"mail.mass_mailing.contact","attachment_ids":[],"keep_archives":false,"reply_to_mode":"email","reply_to":"Administrator <my_email@my_domain.com >","schedule_date":false,"create_date":false,"sent_date":false,"mass_mailing_campaign_id":false,"contact_ab_pc":100} HTTP/1.0" 200 -

Autor

OK i found the solution. it was the add_header X-Frame-Options options in Nginx with the wrong parametter.

in my /etc/nginx/snippets/ssl-params.conf file i had

add_header X-Frame-Options DENY;

i replace the parameter by

add_header X-Frame-Options SAMEORIGIN;

and it works :)

Publicaciones relacionadas Respuestas Vistas Actividad
1
mar 24
2139
2
may 23
5199
1
abr 21
2420
4
oct 20
6767
2
jun 20
3376