Skip to content
Snippets Groups Projects
  1. Nov 27, 2019
    • wan's avatar
      [IMP] account: automatically adapt account group items · a1240505
      wan authored
      Task 2092104
      Accounts group Hierarchy should be automatically well done without to
      have to specify the parent (based on the account group CODE)
      
      Before, we had to set all the accounts in the correct groups manually
      and it was cumbersome.
      Now:
      * No need to fulfill account group parent
      * No need to fulfill account group id on account
      
      We can still change the groups if there are exceptions; the groups are
      only set at create and write time.
      a1240505
  2. Nov 28, 2019
  3. Nov 27, 2019
  4. 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
  5. Nov 27, 2019
  6. Nov 22, 2019
  7. Nov 28, 2019
  8. Nov 27, 2019
  9. Nov 14, 2019
  10. Nov 13, 2019
  11. Nov 27, 2019
  12. Nov 21, 2019
  13. Nov 27, 2019
  14. Nov 26, 2019
  15. Nov 27, 2019
  16. 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
  17. Nov 27, 2019
  18. Nov 26, 2019
Loading