Skip to content
Snippets Groups Projects
  1. Nov 03, 2017
  2. Nov 02, 2017
  3. Oct 31, 2017
    • Richard Mathot's avatar
      [FIX] l10n_br: wrong & pointless field redefinition · b9b6deff
      Richard Mathot authored
      Fields `amount_type` on `account.tax` and `account.tax.template` are
      already defined in the `account` module.
      Redefining them here (with the same parameters) breaks every other
      module that would have used `selection_add=` on those fields.
      
      Actually, it is the case in `account_tax_python`, and thus, all the
      localizations/customizations that depend on it were broken by this one.
      
      ~ Old API backport of 5d0d80af ~
      Unverified
      b9b6deff
    • Stefan Rijnhart's avatar
      [FIX] l10n_br: wrong & pointless field redefinition · 5d0d80af
      Stefan Rijnhart authored
      Fields `amount_type` on `account.tax` and `account.tax.template` are
      already defined in the `account` module.
      Redefining them here (with the same parameters) breaks every other
      module that would have used `selection_add=` on those fields.
      
      Actually, it is the case in `account_tax_python`, and thus, all the
      localizations/customizations that depend on it were broken by this one.
      
      (issue spotted by 11.0-nightly)
      
      Closes #19812 #20596
      Unverified
      5d0d80af
    • Christophe Simonis's avatar
      dcce040a
  4. Oct 30, 2017
  5. Oct 29, 2017
  6. Oct 27, 2017
  7. Oct 26, 2017
Loading