Skip to content
Snippets Groups Projects
  1. Sep 21, 2023
  2. Sep 20, 2023
    • Laurent Smet's avatar
      [FIX] account: Allow custom tax tags on misc journal entry · 1cad85f7
      Laurent Smet authored
      
      - Create a move
      - Add a line and set a custom tax tag on it
      - Add a new line to balance the move
      => The tax tag is gone.
      
      This is because the code is recomputing taxes when adding a new line.
      
      closes odoo/odoo#135756
      
      Opw: 3487465
      Signed-off-by: default avatarBrice Bartoletti (bib) <bib@odoo.com>
      1cad85f7
    • Mathieu Walravens's avatar
      [FIX] stock_account: correct accounts for dropship return · 30de83a5
      Mathieu Walravens authored
      
      Before this commit:
      When returning a dropshipping, the valuation layers created do not have
      the correct accounts on it:
       - Valuation -> Input   for the first SVL
       - Output -> Valuation  for the second SVL
      
      After this commit:
      For a dropshipped move, valuation layers have the following chain
      of accounts:
       - Input -> Valuation   for the first SVL
       - Valuation -> Output  for the second SVL
      Therefore, the return should have it reversed:
       - Output -> Valuation  for the first SVL
       - Valuation -> Input   for the second SVL
      
      Steps to reproduce:
      1. Create a dropship product with automated inventory valuation
      2. Create a Sales Order, go on the PO and confirm it
      3. Set quantities and validate dropshipping
      4. Return delivered product (dropship return)
      
      opw-3391174
      
      closes odoo/odoo#132864
      
      Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
      30de83a5
    • Huy Lee's avatar
      [FIX] website: cannot navigate to anchor link · f5fca171
      Huy Lee authored
      After commit [1], the check that the target url is different from
      the current page's url has been removed thus leading to error that anchor
      link always scroll down to element that have data-anchor enabled.
      
      Steps to reproduce (the easiest way):
      - Install Website Blog
      - Turn on customize comment on post
      - Go incognito then access any blog post, scroll down and click the
      `Sign in to leave a comment` button
      - Holy, the page scrolls down to the discussion section but doesn't go
      to the login page
      
      [1]: https://github.com/odoo/odoo/commit/fb087dbec96f5e533d1fdd9c2b0c2e00296c83de
      
      
      
      closes odoo/odoo#135620
      
      Signed-off-by: default avatarBenjamin Vray (bvr) <bvr@odoo.com>
      f5fca171
    • OCA Git Bot's avatar
      5afa6d0e
  3. Sep 19, 2023
  4. Sep 18, 2023
  5. Sep 17, 2023
  6. Sep 16, 2023
  7. Sep 15, 2023
  8. Sep 14, 2023
  9. Sep 13, 2023
  10. Sep 12, 2023
  11. Sep 11, 2023
  12. Sep 10, 2023
  13. Sep 09, 2023
  14. Sep 08, 2023
  15. Sep 07, 2023
  16. Sep 06, 2023
Loading