Skip to content
Snippets Groups Projects
  1. Nov 27, 2019
  2. Nov 14, 2019
  3. Nov 13, 2019
  4. Nov 27, 2019
  5. Nov 21, 2019
  6. Nov 27, 2019
  7. Nov 26, 2019
  8. Nov 27, 2019
  9. Nov 22, 2019
    • jvm-odoo's avatar
      [FIX] sale_crm: fix crm quotation context · 5ff3bec5
      jvm-odoo authored
      
      Reproduce the issue
      
          - Install CRM & sale_crm
          - Create an opportunity
          - Create a quotation from the opportunity
      
          The name of the draft is the opportunity's name instead of "New"
      
          - Add a "Storage Box" to the quotation, for instance
          - Confirm the quotation
          - Check the delivery note
      
          The name of the delivery note is the opportunity's name instead of
          WH/OUT/...
      
      Cause
      
          This issue is caused by 4c9c249c. It seems that we pass an extra
          default_name in the context.
      
      This commit removes the extra default_name from the context.
      
      OPW-2122928
      
      closes odoo/odoo#40943
      
      X-original-commit: e8d91e4a
      Signed-off-by: default avatarJason Van Malder <jasonvanmalder@users.noreply.github.com>
      5ff3bec5
  10. Nov 27, 2019
  11. Nov 26, 2019
  12. Nov 27, 2019
  13. Nov 25, 2019
    • Lucas Lefèvre's avatar
      [IMP] hr: Add empty header for view inheritance · 25dc18bb
      Lucas Lefèvre authored
      
      Some modules might want to add buttons in the form header of the employee public
      (e.g. hr_appraisal).
      This commit adds an empty header to easily allow view inheritance.
      
      Note: this empty header is not displayed if no buttons are indide.
      
      Task 2028794
      PR odoo/enterprise#6495
      
      closes odoo/odoo#39565
      
      Related: odoo/enterprise#6495
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      25dc18bb
    • Nicolas Lempereur's avatar
      [FIX] web_editor: update attribute of edition container · 1c47f207
      Nicolas Lempereur authored
      
      In most use case, when we edit the website we have a situation such as:
      
      ```
      <div id="wrap" branding-attributes="...">
          <section class="mycontent">hi!</section>
      </div>
      ```
      
      When we modify a part, we replace all child nodes of the branded
      element.
      
      But if we had more complex content such as:
      
      ```
      <div id="wrap">
          <section class="mycontent" branding-attributes="...">ho!</section>
          <t t-call-assets="web.assets_common" t-js="false" t-css="false"/>
      </div>
      ```
      
      we have a t-call inside the div#wrap, so branding is distributed to
      child that could have attribute modified (eg. changing background).
      
      Then if `<section/>` node is saved, the possibly modified attributes
      are lost.
      
      Without the change, the added test fails with:
      
       '<div class="nice">hoi</div>' not found in '...<div>hoi</div>...' :
       saved element attributes are saved excluding branding ones
      
      opw-2122947
      closes #40345
      
      closes odoo/odoo#40830
      
      X-original-commit: 71b20a24
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      1c47f207
  14. Nov 26, 2019
  15. Nov 25, 2019
    • Nicolas Lempereur's avatar
      [FIX] crm,hr_recruitment: highlight and show others · 31a18fa6
      Nicolas Lempereur authored
      
      When clicking on stat button "Meetings" on a partner, just highlight the
      partner meetings as is done for similar stat button instead of having
      a domain that hides other event (so when creating meeting, we can take
      into account other existing meetings).
      
      A similar change with same reasoning has been done for "Meetings" stat
      button of hr.applicant records.
      
      opw-2131494
      closes #40812
      
      closes odoo/odoo#40900
      
      X-original-commit: 957e7eb7
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      31a18fa6
  16. Nov 26, 2019
Loading