Skip to content
Snippets Groups Projects
  1. Feb 11, 2016
    • Nicolas Lempereur's avatar
    • Nicolas Lempereur's avatar
      [IMP] calendar: enable change recurrence start/stop · 33755f18
      Nicolas Lempereur authored
      When editing a recurring event clicking `Update only this instance`
      allow us to detach this event from the recurring sequence, but without
      clicking it there are instances where the event will still be detached
      maybe unexpectedly.
      
      Clicking on it will create an event which shadow the recurring one that
      being done thanks to:
      
      - recurring_id: the id of the recurring event creating this event
      - recurring_id_date: start of the virtual event this new event shadows
      
      Before this commit: when the start or end date of an recurring event is
      changed, all modification are not applied on the recurring events but
      only the current virtual event occurrence is detached and modified.
      
      After this commit:
      
      - when the end date of a recurring event is modified, it is modified for
        all the instance (not detached) of the recurring event,
      
      - when the start date of a recurring event is modified, it is modified
        all the instance (not detached) of the reccuring event and if:
      
        * one occurrence of the recurring event is still on a (not-moved)
          detached event of this recurrence, this virtual event will be
          shadowed.
      
        * a detached event has now no occurrence of the recurring event on its
          day, it will still be left untouched but will now not shadow an
          event anymore.
      
      eg.
      
      we start with recurring event A on 4, 5, 6 => we see [4: A, 5: A, 6: A]
      
      -> detach event on 5 calling it B => we see [4: A, 5: B, 6: C]
      -> change start of recurrence to 5 => we see [5:B, 6:A, 7: A]
      -> change start of recurrence to 7 => we see [5:B, 7:A, 8: A, 9:A]
      -> delete detached event B on 5 => we see [7:A, 8: A, 9:A]
      -> change start of recurrence to 3 => we see [3:A, 4: A]
      
      closes #10873
      fixes #10278
      opw-665700
      33755f18
    • Géry Debongnie's avatar
      [FIX] mail: various ui improvements · f201cb5b
      Géry Debongnie authored
      - swap reply-to and mark-as-unread buttons in threads
      - remove blockquote from stripped html in channel previews
      - readd padding to no-content message in threads, also to no match found
        message
      - add 1 to chat window z-index to prevent control panel buttons to show
        through it
      f201cb5b
    • Christophe Simonis's avatar
      [FIX] base: ir.qweb: save assets attchment with correct references · f89eda9e
      Christophe Simonis authored
      Force the values of `res_id` and `res_model` when creating assets
      attachments. This avoid getting wrong default values from the context.
      
      When using the mail composer with a automatically created report (like
      when sending a quotation by email), if the report asset must be saved,
      the context used is the one from the mail composer, which contains a
      `default_res_id` entry.
      f89eda9e
    • Raphael Collet's avatar
    • Goffin Simon's avatar
      [FIX] stock_account: "Set standard price" button · 935e61ba
      Goffin Simon authored
      When a product with costing method = standard price and inventory valuation = perpetual (automated),
      the button "Set standard price" in General information in  "product.template" is shown if the
      product template has only one variant. In the other case, the button is displayed in the variant
      view form.
      
      opw:668568
      935e61ba
    • Goffin Simon's avatar
      [FIX] stock: Customer Address in report delivery slip · 6a748270
      Goffin Simon authored
      The customer address must be the shipping address defined on the SO.
      The contact address can be removed from the report because the object
      passed to the report is the stock.picking where the partner_id is the
      one linked to the shipping contact.
      
      opw:669015
      6a748270
    • Denis Ledoux's avatar
      [FIX] base_setup: typo, Ressources > Resources · 504689e1
      Denis Ledoux authored
      opw-669266
      504689e1
    • David Monjoie's avatar
      [FIX] sale: removed wrong and duplicated sales team groubby · 21a64ad9
      David Monjoie authored
      The section_id field has been renamed to team_id in 9.0. Moreover,
      the Sales Team group by is already present in the view from which
      this one was inheriting, resulting in duplicated group by's.
      21a64ad9
  2. Feb 10, 2016
  3. Feb 09, 2016
Loading