Skip to content
Snippets Groups Projects
  1. Nov 28, 2019
  2. Nov 27, 2019
  3. Nov 28, 2019
    • William Henrotin's avatar
      [IMP] stock: track changes on type · 8c164109
      William Henrotin authored
      
      Changing a product type from consumable to storable and and vice versa can
      make the quantity in stock confusing. As only storable product update the
      stock quants, the amount on stock moves could be diffenrent that the one
      on stock quant if the product type has been changed in the past.
      
      This commit will make those changes saved in the chatter history in order
      to easily track inconsistencies
      
      closes odoo/odoo#40997
      
      Opw: 2125124
      X-original-commit: 7c330b44
      Signed-off-by: default avatarSimon Lejeune (sle) <sle@openerp.com>
      8c164109
  4. Nov 27, 2019
  5. Nov 22, 2019
  6. Nov 28, 2019
  7. Nov 27, 2019
  8. Nov 14, 2019
  9. Nov 13, 2019
  10. Nov 27, 2019
  11. Nov 21, 2019
  12. Nov 27, 2019
  13. Nov 26, 2019
  14. Nov 27, 2019
  15. 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
  16. Nov 27, 2019
  17. Nov 26, 2019
  18. Nov 27, 2019
  19. 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
Loading