Skip to content
Snippets Groups Projects
  1. Nov 09, 2017
  2. Nov 08, 2017
  3. Nov 07, 2017
    • Jeremy Kersten's avatar
      [FIX] hr_timesheet_sheet: avoid ambigous field action in sql. · 15715e82
      Jeremy Kersten authored
      ERROR: column reference "action" is ambiguous
      
      This commit closes #13839
      15715e82
    • Aaron Bohy's avatar
      [FIX] web: correctly evaluate domains and contexts in dialogs · 0f638b3c
      Aaron Bohy authored
      An error occurred if the domain or context applied on a view
      opened in a dialog needed to be evaluated (e.g. if they contained
      something like [['some_field', '=', uid]]). For instance, create
      a custom filter with such a domain for the Contact model, then go
      to Contact, create a new one, and on the parent_id many2one, click
      on search more. Before this rev, no eval context was given so the
      domains and contexts couldn't be evaluated, and it crashed.
      0f638b3c
    • Nicolas Martinelli's avatar
      [FIX] crm: default user when copy · 3b43ddd2
      Nicolas Martinelli authored
      - Create a user A
      - Create a lead, assign to A
      - Deactivate user A
      - Duplicate the lead
      
      A notification email is sent to A (user assigned to the lead).
      
      Since the user is archived, he should not receive any email since it
      might contain sensitive information.
      
      opw-778825
      3b43ddd2
    • Martin Geubelle's avatar
      [FIX] web: clear m2o input at creation cancel · 255478ac
      Martin Geubelle authored
      After entering a value in a many2one, if one clicks somewhere else, a popup
      is opened to suggest the user to create (or not) a new record with the entered
      value.
      
      Before this rev, closing this popup resulted in an unclear situation where the
      input was still set with the entered value but the new record hadn't been created.
      
      This commit fixes this by clearing the input value if the record is not created.
      
      See task#36055
      255478ac
    • Jeremy Kersten's avatar
      [FIX] website_crm_partner_assign: assign opportunity to the commercial_partner_id · f8bf66b6
      Jeremy Kersten authored
      Before this commit, an opp created from a contact via the portal was assign to
      himself instead of the commercial_partner_id.
      
      So the saleperson was not assigned to the opportunity, and the opp created was
      not for the company but for the contact only.
      
      That make sense to share the opp to the company and assign the saleman directly.
      
      Thanks to GBR for the reporting.
      f8bf66b6
    • Christophe Simonis's avatar
    • Christophe Simonis's avatar
    • Nicolas Seinlet's avatar
      Backport 2d66d9a6 · 6488682c
      Nicolas Seinlet authored
      [FIX] *: do not use groups when extending an asset bundle
      Using groups when declaring an extension of an asset bundle leads to a
      different generated asset bundle according to the user's group. This
      is not something we want because a dynamic asset bundle's content
      means that it could (and it does) trigger unwanted cache invalidation.
      
      website_event, website_blog, website_forum and website_sale add
      functions to . These functions are bound to
      server side qweb nodes protected by groups. We can always add the
      functions; if a user tries to use the routes he should receive a
      traceback because of lack of access rules
      
      website_blog adds a  module, but is guarded by
      the presence of a node in the DOM. We use the same logic to guard the
      module added by website_sale with the  node.
      
      website_gengo is working as expected.
      6488682c
  4. Nov 06, 2017
  5. Nov 05, 2017
  6. Nov 03, 2017
Loading