Skip to content
Snippets Groups Projects
  1. Jun 20, 2018
    • Pieter Paulussen's avatar
      [FIX] account: fix account_move_line's default_get() · 50ee1c96
      Pieter Paulussen authored
      When creating a journal entry manually, the value proposed as next line was not taken into consideration all existing lines.
      
      Was PR #25298. Courtesy of Pieter Paulussen (Dynapps)
      50ee1c96
    • Quentin De Paoli's avatar
      [FIX] account: cash based taxes mixed with regular ones · 6424111f
      Quentin De Paoli authored
      Previously, the use case where a cash basis tax and a regular one were combined on the same invoice line (for example) was not supported (technically, there's a single boolean for the tax exigibility of the sale/purchase line). Since it appears this is a real need, this have been improved in the generic tax report (in enterprise repo) in revision https://github.com/odoo/enterprise/commit/f7e33b8114d4d649551a155d0ca8cc4f43f1fc01 and this commit fixes the community side, to copy only the base line of the tax exigibile on payments in the cash basis move
      6424111f
    • Romain Derie's avatar
      [FIX] sale: unify both pricelist & sale option to show discount · 27825cbf
      Romain Derie authored
      Sale module has an option to show or hide discounts on order lines.
      Pricelist also have a field to include the discount in the price or display the
      full price strikethroughed.
      
      Before this commit:
      If the sale option was disabled, the pricelist option would be hidden, possibly
      left enabled.
      This will cause a strange behavior in frontend where user would still see the
      strikethroughed price even if the sale module option was disabled.
      
      Now:
      If the sale option got disabled, we also disable the pricelist option
      
      Closes #14741
      27825cbf
  2. Jun 19, 2018
  3. Jun 18, 2018
  4. Jun 15, 2018
  5. Jun 14, 2018
Loading