Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
    • Jitendra Prajapati's avatar
      [IMP] portal: add a generic PortalSidebar widget to be used in customer portal · 949ce027
      Jitendra Prajapati authored
       with this commit, this generic widget allow to basic functionality for portal sidebar like: print btn (direclty print the document),
       set due or delay label of the document (based on given date), used affix to locked to an area on the page for sidebar.
       Purpose is to reuse it in account customer portal and online quotes notably.
       some css code convert to the less file to have working portal sidebar skeleton, which is already used in website_quote
      
       Task ID: 39876
      949ce027
    • Quentin De Paoli's avatar
      [IMP] account: onboarding improvement · 07c111fa
      Quentin De Paoli authored
      Improves the 'chart of account' step by showing all the accounts in the list instead of the default limit
      
      Was part of task 1838269.
      07c111fa
    • eco-odoo's avatar
      [IMP] account: update dashboard sales and purchase journal graph · 52a03950
      eco-odoo authored
      The sales journal graph  should show the cash-in forecast of invoices.
      In order to do that we need to display residual amount to be received
      based on the invoice due date.
      
      The purchase journal graph should show the cash-out forecast from
      invoices. In order to do that we need to display the residual amount to
      be paid based on the invoice du date.
      
      Was task: 1855081
      Was PR #25344
      52a03950
  2. Jun 21, 2018
  3. 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
  4. Jun 19, 2018
  5. Jun 18, 2018
  6. Jun 15, 2018
  7. Jun 14, 2018
Loading