Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 24, 2021
  3. Feb 25, 2021
  4. Feb 24, 2021
  5. Jan 21, 2021
    • Nisha patel's avatar
      [IMP] hr_holidays: Improve Time Off activity summary · 7e0ff027
      Nisha patel authored
      
      Currently, Dates displaying on activities of Time Off application are
      not easy to read for users and We already have dates on the form with
      the right user format. So we don't need it again on the chatter
      
      So in this commit, we improve the activity summary message by
      removing the dates from summary of activity.
      
      closes odoo/odoo#60610
      
      Taskid: 2339411
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      7e0ff027
  6. Feb 17, 2021
  7. Feb 24, 2021
    • Christophe Monniez's avatar
      [FIX] tests: test support for modules without `__init__.py` · db6a1308
      Christophe Monniez authored
      
      Now that a test exists to enforce `__init__.py` in odoo module, we must
      ensure that we keep the feature.
      
      For that reason, a white-list system is added in `test_dunderinit` and a
      test is added in order to be sure that a module without `__init__.py` can
      be exists.
      
      This this is made of a fake module `test_data_module` without
       `__init__.py` and a test module which ensure the fake module was
      installed.
      
      closes odoo/odoo#66778
      
      X-original-commit: 506755ef
      Related: odoo/enterprise#16653
      Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
      db6a1308
Loading