Skip to content
Snippets Groups Projects
  1. Sep 24, 2023
  2. Aug 27, 2023
  3. Jul 11, 2023
    • MerlinGuillaume's avatar
      [FIX] base_address_city: disable address form edition · 4881fc91
      MerlinGuillaume authored
      
      An error is thrown when trying to edit fields in the address of a
      partner when an address_view_id is set on the company country
      
      Steps to reproduce:
      1. Install Contacts, Studio and module l10n_mx_edi_extended
      2. Go to Contacts and open any contact
      3. Toggle Studio
      4. Click on the Zip field in the address
      5. Try to edit the label of the field, an error is thrown
      
      Solution:
      Render the original view by using the no_adress_format context key
      
      opw-3374394
      
      closes odoo/odoo#126727
      
      Related: odoo/enterprise#43316
      Signed-off-by: default avatarGuillaume Merlin (megu) <megu@odoo.com>
      4881fc91
  4. Jun 18, 2023
  5. Apr 30, 2023
  6. Apr 23, 2023
  7. Apr 09, 2023
  8. Mar 19, 2023
  9. Feb 26, 2023
  10. Feb 17, 2023
    • Thomas Lefebvre (thle)'s avatar
      [FIX] base_address_city: add type field in view · 01bb0ba8
      Thomas Lefebvre (thle) authored
      
      Steps to reproduce:
      - install base_address_city and web_studio modules;
      - go to Contacts app;
      - click on a contact;
      - active Studio;
      - click on the "Contacts & Adresses" tab;
      - click on "EDIT LIST VIEW".
      
      Issue:
      A traceback appears ("modifier "readonly": Unknown field type in domain").
      
      Solution:
      Add type field in the view.
      
      opw-3107274
      
      closes odoo/odoo#112519
      
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      01bb0ba8
  11. May 08, 2022
  12. Dec 26, 2021
  13. Dec 14, 2021
    • Raf Geens's avatar
      [FIX] base_address_city: Inherit city_id from parent contact · aba5f683
      Raf Geens authored
      
      If you create an individual contact that has a company contact as the
      parent, it will inherit certain fields from that parent, which are
      defined by `_address_fields` in `res.partner`.
      
      `base_address_city` allows enforcing picking a city from a pre-defined
      list, which gets stored in `city_id` instead of the standard free-text
      `city` field on `res.partner`. If you change `city_id`, an `onchange`
      will update `city`.
      
      `city_id` was not being inherited from the parent, which means the
      contact ends up in an inconsistent state: `city` will be set, but
      `city_id` will not.
      
      In the Colombian accounting localization, which uses the enforced city
      feature, a municipality code which is part of the record behind
      `city_id` is mandatory in certain electronic invoice XML fields that get
      sent to Carvajal. This value will incorrectly be 0 if `city_id` is not
      set on the contact due to the above issue, causing the invoice to be
      rejected.
      
      This fix lets a contact inherit the `city_id` from its parent if
      `base_address_city` is installed.
      
      opw-2638687
      
      closes odoo/odoo#81239
      
      X-original-commit: e4345c81
      Signed-off-by: default avatarQuentin De Paoli <qdp@odoo.com>
      Signed-off-by: default avatarRaf Geens <raf@odoo.com>
      aba5f683
  14. Dec 12, 2021
  15. Oct 03, 2021
  16. Sep 05, 2021
  17. Jul 25, 2021
  18. Jul 11, 2021
  19. Jul 04, 2021
  20. Jun 27, 2021
  21. Jun 20, 2021
  22. Jun 13, 2021
  23. Jun 06, 2021
  24. May 23, 2021
  25. Apr 25, 2021
  26. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 4f683968
      Xavier-Do authored
      
      The license is missing in most enterprise manifest so
      the decision was taken to make it explicit in all cases.
      When not defined, a warning will be triggered starting from
      14.0 when falling back on the default LGPL-3.
      
      closes odoo/odoo#74231
      
      Related: odoo/enterprise#19850
      Related: odoo/design-themes#43
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      4f683968
  27. Mar 28, 2021
  28. Mar 21, 2021
  29. Feb 21, 2021
  30. Feb 14, 2021
  31. Jan 31, 2021
  32. Jan 17, 2021
  33. Jan 05, 2021
    • Achraf (abz)'s avatar
      [FIX] base_address_city: Duplicate complete address on contact creation · b7400c08
      Achraf (abz) authored
      
      What are the steps to reproduce your issue ?
      
          1. Install contacts in a db with demo data
          2. Create a contact with complete address
          3. Click on Add button (edit mode)
      
      What is currently happening ?
      
          The address get copied but not completely (no zip code, state, street)
      
      What are you expecting to happen ?
      
          The whole address have to be copied
      
      How to fix the bug ?
      
          Don't call the onchange if the record is not yet created
      
      opw-2415891
      
      closes odoo/odoo#64063
      
      X-original-commit: b731afa7
      Signed-off-by: default avatarAchraf <abz-odoo@users.noreply.github.com>
      b7400c08
  34. Dec 27, 2020
  35. Dec 06, 2020
  36. Nov 29, 2020
  37. Nov 15, 2020
  38. Nov 08, 2020
  39. Oct 27, 2020
  40. Oct 21, 2020
    • Olivier Dony's avatar
      [REV] *: revert fb7407cb for spanish translations · 99702e10
      Olivier Dony authored
      There was a problem in the Transifex translations for Spanish and all
      translations were overwritten by mistake with english defaults.
      
      This commit reverts all modified es.po files to their previous version
      while we work to restore the translations on Transifex.
      99702e10
Loading