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

Master social app awa #34973

Closed
wants to merge 5 commits into from
Closed

Commits on Sep 20, 2019

  1. [IMP] web: add capability to disable records drag/drop on kanban views

    This commit adds a recordsDraggable option on the kanban view that allows to completly disable
    the drag and drop feature.
    
    This is a preliminary work for the social 'Feeds' kanban where the user should not be able to drag and drop posts.
    awa-odoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    a0fcf06 View commit details
    Browse the repository at this point in the history
  2. [FIX] fix translations URL in translation.js

    The URL given to load the translations had an extra '/'.
    (/website//translations/xxx)
    
    This caused a http redirection that failed for "Mixed Content" on https environments.
    awa-odoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    12414c0 View commit details
    Browse the repository at this point in the history
  3. [IMP] website : store visitor timezone

    In order to be able to send push notifications using recipients timezone,
    the visitor timezone is now stored in DB.
    
    The visitor timezone is only updated once, when found_visitor_timezone
    cannot be found in localstorage. Once the timezone is updated,
    found_visitor_timezone is added to localstorage.
    
    Task ID : 1936643
    PR odoo#34973
    dbeguin authored and awa-odoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    8d8f3f4 View commit details
    Browse the repository at this point in the history
  4. [IMP] utm: Add header to utm.campaign form

    This commit moves the header previously defined in mass_mailing
    in preparation for the cta added in the social module.
    
    Task ID: 2045210
    PR: odoo#36416
    qmo-odoo authored and awa-odoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    7569ed5 View commit details
    Browse the repository at this point in the history
  5. [MOV] mass_mailing_sms,link_tracker: Move convert_links_text to link_…

    …tracker
    
    This method being needed in the new social app, it made sense to move it to
    the link_tracker module to make it available for mass_mailing_sms and social
    to avoid unnecessary duplicated code.
    
    LINKS:
    
    TaskID: 2045210
    PR: 37143
    qmo-odoo authored and awa-odoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    86a75ec View commit details
    Browse the repository at this point in the history