Skip to content
Snippets Groups Projects
  1. Mar 18, 2022
    • dbkosky's avatar
      [FIX] l10n_it_edi: Mismatching IdCodice · 0180bbca
      dbkosky authored
      
      When codice fiscale is not the same as the partita IVA, the template was
      utilising the wrong value for IdCodice in <IdTrasmittente>. It should
      use the value of codice fiscale, and if it's not found, then use the vat
      value (e.g. when it's not an Italian company).
      
      closes odoo/odoo#86621
      
      X-original-commit: e961ff22
      Signed-off-by: default avatarJosse Colpaert <jco@odoo.com>
      0180bbca
    • dbkosky's avatar
      [FIX] account_edi_proxy_client: don't update the demo state · b19021b0
      dbkosky authored
      
      The issue is that the config param is data, which means that when the
      module is updated, the config parameter will be updated (i.e. reset to
      the 'demo' state), which will cause havoc on client databases. Even if
      we set the record to 'noupdate=1', the existing clients will have the
      record updated.
      
      The solution is to remove the config param from the data entirely, thus
      preventing it from being updated when updating the module, and instead
      have a 'post_init_hook' that sets the parameter to 'demo' (this will
      only happen when the module is installed, and never again).
      
      closes odoo/odoo#86607
      
      X-original-commit: 1d3cd7ee
      Signed-off-by: default avatarJosse Colpaert <jco@odoo.com>
      b19021b0
  2. Mar 17, 2022
  3. Mar 16, 2022
Loading