Skip to content
Snippets Groups Projects
  1. Apr 13, 2022
  2. Nov 18, 2021
  3. 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
  4. Feb 08, 2021
  5. Jan 28, 2021
    • Benjamin Frantzen (bfr)'s avatar
      [IMP] account_edi: added error_level + better management of Lock on account.move · a9a46cf0
      Benjamin Frantzen (bfr) authored
      - Some errors will never get fixed until user intervention, it doesn't make sense to run the CRON when there is such error.
      + some small improvements and esthetic changes
      - When we are in a CRON, we need to commit the changes between each call to web-service to avoid loss of data.
      - Small refactor of edi.document prepare_jobs and process_jobs
      - Added an arbitrary key to create the batches.
      a9a46cf0
Loading