Skip to content
Snippets Groups Projects
  1. Mar 26, 2019
    • Yenthe666's avatar
      [FIX] l10n_nl: set correct VAT codes on fiscal position lines · 8527c5ad
      Yenthe666 authored
      
      Before this PR quite a lot of the lines on the fiscal positions
      "EU landen", "Niet-EU landen" and "Installatie en Afstandsverkopen"
      where mapped wrong, some of the lines even referred to another
      tax percentage.
      
      Changes:
      - The tax "BTW te vorderen laag (inkopen) 9%" on the product
      mapped to the tax to apply named "Inkopen import buiten EU laag 6%",
      which should be "Inkopen import buiten EU laag 9%" to correctly
      counterpart the taxes. All the other changes where similar,
      either invalid tax rates where applied or it mapped to a wrong category.
      - "Verkopen/omzet overig diensten" on the product would map to
      "Installatie/afstandsverkopen buiten EU" as the VAT to apply.
      This should map to "Verkopen export buiten EU".
      - Added 3 accounts for Omzet NL handelsgoederen 1,
      Omzet NL handelsgoederen 2 and Omzet NL handelsgoederen 3
      - Mapped the 3 accounts to the fiscal position
      "Installatie en Afstandsverkopen" their relevant lines.
      - Removed purchase taxes from fiscal position "Installatie en Afstandsverkopen" .
      - Mapped the right taxes to the three fiscal positions their VAT tabels.
      - Updated .pot file to add the three extra accounts.
      
      Closes #31403
      
      closes odoo/odoo#32130
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      8527c5ad
    • Nans Lefebvre's avatar
      [FIX] account: only put internal users as followers of vendor bills created by emails · 0a4e67c6
      Nans Lefebvre authored
      
      When the pdf of a vendor bill is sent to the alias of a journal,
      all the partners that match one of the email address present in the mail thread
      are added as followers of the newly created record.
      This is a problem since the vendors are actually not concerned by the internal
      work that is done, only internal users are.
      As a result they get spammed by useless emails, and complain to Christine.
      It was put in commit a4df9f8c despite not appearing in the task description.
      
      We filter the partners to only keep the ones that belong to internal users.
      
      opw 1958729
      
      closes odoo/odoo#32110
      
      Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
      0a4e67c6
    • Nicolas Martinelli's avatar
      [FIX] repair: price and UoM · a80126a1
      Nicolas Martinelli authored
      
      - Activate multiple UoM
      - Create a Repair Order
      - Add a repair line ('Parts') of type 'Add', change the UoM
        => the unit price is not modified
      - Add a repair fee ('Operations'), change the UoM
        => the unit price is not modified
      
      The UoM is never taken into account.
      
      opw-1953752
      
      closes odoo/odoo#32127
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      a80126a1
    • Tomas Alvarez's avatar
  2. Mar 25, 2019
  3. Mar 26, 2019
  4. Mar 25, 2019
  5. Mar 24, 2019
  6. Mar 22, 2019
  7. Mar 21, 2019
  8. Mar 24, 2019
  9. Mar 22, 2019
  10. Mar 21, 2019
  11. Mar 22, 2019
  12. Mar 21, 2019
    • Julien Castiaux's avatar
      [FIX] web_editor: editor hang on an infinite loop · e9026bd5
      Julien Castiaux authored
      
      In the `getMatchedCSSRule`, the transcoder try to find the real value of
      a `text-align: inherit` css rule by ascending the html tree until it
      finds a `text-align` with a meaningful value. By default is exits if it
      reachs the `<html>` top node but doesn't exit if a call to `.parent()`
      exits the dom (the behavior of jquery is to return a dummy element when
      calling `.parent()` on an element that has no parent). This lead to an
      infinite loop for badly formatted html content.
      
      opw-1951095
      
      closes odoo/odoo#32014
      
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      e9026bd5
Loading