Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] hr_timesheet_sheet: Migration to 15.0 #484

Closed
wants to merge 166 commits into from

Commits on Apr 22, 2022

  1. [11.0][MIG] hr_timesheet_sheet (OCA#125)

    * [10.0] hr_timesheet_sheet
    
    * [11.0][MIG] hr_timesheet_sheet
    
    * [REMOVE] hr_timesheet.sheet.account
    
    * [REMOVE] 'new' state
    
    * [ADD] Tests
    
    * [UPD] Adapt to multicompany
    
    * [ADD] Add more tests (include multicompany tests)
    
    * [FIX] project_task_stage_allow_timesheet: show error message only if task
    
    * [ADD] Migration scripts to v11
    MiquelRForgeFlow authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d476ccf View commit details
    Browse the repository at this point in the history
  2. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    15b9cf2 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Japanese)

    Currently translated at 98.9% (88 of 89 strings)
    
    Translation: hr-timesheet-11.0/hr-timesheet-11.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/hr-timesheet-11-0/hr-timesheet-11-0-hr_timesheet_sheet/ja/
    yostashiro authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    90edc0d View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Português (Brasil))

    Currently translated at 100,0% (89 of 89 strings)
    
    Translation: hr-timesheet-11.0/hr-timesheet-11.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/hr-timesheet-11-0/hr-timesheet-11-0-hr_timesheet_sheet/pt_BR/
    Rodrigo Macedo authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    455b5b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f262f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44840b5 View commit details
    Browse the repository at this point in the history
  7. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a544a22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15fc1a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb0cf93 View commit details
    Browse the repository at this point in the history
  10. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    58974e1 View commit details
    Browse the repository at this point in the history
  11. Fix task domain and default project_id

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    fe94218 View commit details
    Browse the repository at this point in the history
  12. Bump version

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    cacc3c6 View commit details
    Browse the repository at this point in the history
  13. [IMP] hr_timesheet_sheet ux

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    088accb View commit details
    Browse the repository at this point in the history
  14. Code review

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a7cd73f View commit details
    Browse the repository at this point in the history
  15. Update contributors list

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ad92b39 View commit details
    Browse the repository at this point in the history
  16. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    aab3e5e View commit details
    Browse the repository at this point in the history
  17. [FIX] hr_timesheet_sheet: "Refuse" button name (OCA#134)

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3484a86 View commit details
    Browse the repository at this point in the history
  18. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a955b0f View commit details
    Browse the repository at this point in the history
  19. [11.0][IMP] hr_timesheet_sheet: merge hr_timesheet_sheet_week_start_d…

    …ay into this module, which adds a configuration to select the week start day.
    LoisRForgeFlow authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    248656e View commit details
    Browse the repository at this point in the history
  20. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e1b43e6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ed4ff04 View commit details
    Browse the repository at this point in the history
  22. [MIG] hr_timesheet_sheet: Migration to 12.0

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b8816df View commit details
    Browse the repository at this point in the history
  23. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    465e31d View commit details
    Browse the repository at this point in the history
  24. [FIX] hr_timesheet_sheet: Don't fail tests on Sunday

    If you run tests on Sunday, test_4 was not prepared for it, as next day is Monday,
    which belongs to other week, and thus not included in same timesheet. With this,
    we cover that case, decreasing one day instead of adding it.
    pedrobaeza authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    041b90f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6a3b099 View commit details
    Browse the repository at this point in the history
  26. [FIX] Fix related fields in hr_timesheet_sheet

    AdriaGForgeFlow authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    63debc4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a32b76c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5ff73ce View commit details
    Browse the repository at this point in the history
  29. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e4a3223 View commit details
    Browse the repository at this point in the history
  30. [FIX] timesheet sheet lines inconsistency

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    26d632b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a19d5c0 View commit details
    Browse the repository at this point in the history
  32. [IMP] hr_timesheet_sheet: texts & formatting

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dd82c9b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2f4a1cb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3791a2d View commit details
    Browse the repository at this point in the history
  35. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: hr-timesheet-12.0/hr-timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/hr-timesheet-12-0/hr-timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7094ac0 View commit details
    Browse the repository at this point in the history
  36. [FIX] Avoid cleaning when set to draft

    MiquelRForgeFlow authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a5a5735 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    381ca90 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f32709c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3c5bc38 View commit details
    Browse the repository at this point in the history
  40. hr_timesheet_sheet: version bump

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    12f681d View commit details
    Browse the repository at this point in the history
  41. [FIX] Wrong decorator

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9c967d7 View commit details
    Browse the repository at this point in the history
  42. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: hr-timesheet-12.0/hr-timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/hr-timesheet-12-0/hr-timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9c40c63 View commit details
    Browse the repository at this point in the history
  43. Translated using Weblate (Dutch)

    Currently translated at 100.0% (142 of 142 strings)
    
    Translation: hr-timesheet-12.0/hr-timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/hr-timesheet-12-0/hr-timesheet-12-0-hr_timesheet_sheet/nl/
    Cas Vissers authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    834161f View commit details
    Browse the repository at this point in the history
  44. [IMP] hr_timesheet_sheet: fix amount calculation issues + code simpli…

    …fication (OCA#211)
    
    * [IMP] Fix amount calculation issues + code simplification
    
    * [FIX] Fix employee_id related stuff
    
    * [IMP] Ease customizations of message_subscribe_users
    
    * [IMP] List view easier to read
    
    * [IMP] Extra code simplification
    
    * [IMP] Make use of batch create
    
    * [FIX] Update company when onchange employee_id
    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b7e88dd View commit details
    Browse the repository at this point in the history
  45. [FIX] Add lines of other employees

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3940091 View commit details
    Browse the repository at this point in the history
  46. [FIX] hr_timesheet_sheet: sheet name

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c377bbe View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    6d55810 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    e9b664e View commit details
    Browse the repository at this point in the history
  49. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d0e81d8 View commit details
    Browse the repository at this point in the history
  50. [ADD] Constraint company_id in timesheet sheet line

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e4ace45 View commit details
    Browse the repository at this point in the history
  51. [ADD] company_id in blacklist of timesheet sheet line

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    1da42b8 View commit details
    Browse the repository at this point in the history
  52. [REM] Obsolete constraint

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d713680 View commit details
    Browse the repository at this point in the history
  53. [FIX] Consistency of company on projects and employees

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    77d6f44 View commit details
    Browse the repository at this point in the history
  54. [IMP] hr_timesheet_sheet: Clearer interface

    tarteo authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    85af539 View commit details
    Browse the repository at this point in the history
  55. [FIX] hr_timesheet_sheet: tests

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    257161d View commit details
    Browse the repository at this point in the history
  56. [UPD] README.rst

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2b9d017 View commit details
    Browse the repository at this point in the history
  57. [FIX] hr_timesheet_sheet: consistency with v11

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    87764d9 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    280988e View commit details
    Browse the repository at this point in the history
  59. [FIX] Don't create analytic lines in onchange

    And other minor improvements. The way to handle it is to add a new transient model to correctly assure you only create analytic lines when saving.
    MiquelRForgeFlow authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    da465c2 View commit details
    Browse the repository at this point in the history
  60. [FIX] Tests

    MiquelRForgeFlow authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d1275ca View commit details
    Browse the repository at this point in the history
  61. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    4b278ef View commit details
    Browse the repository at this point in the history
  62. [IMP] hr_timesheet_sheet: more hooks

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    41dab1a View commit details
    Browse the repository at this point in the history
  63. Translated using Weblate (German)

    Currently translated at 32.2% (48 of 149 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/de/
    marylla authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    534a02b View commit details
    Browse the repository at this point in the history
  64. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f140cc6 View commit details
    Browse the repository at this point in the history
  65. Translated using Weblate (German)

    Currently translated at 100.0% (149 of 149 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/de/
    marylla authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ec01436 View commit details
    Browse the repository at this point in the history
  66. [FIX] Expected singleton

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ffeadbb View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    73a12eb View commit details
    Browse the repository at this point in the history
  68. Translated using Weblate (German)

    Currently translated at 100.0% (149 of 149 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/de/
    marylla authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    847d685 View commit details
    Browse the repository at this point in the history
  69. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (155 of 155 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/pt_BR/
    britoederr authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    07d25ac View commit details
    Browse the repository at this point in the history
  70. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b21db37 View commit details
    Browse the repository at this point in the history
  71. [IMP] hr_timesheet_sheet: review policy

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    20761a5 View commit details
    Browse the repository at this point in the history
  72. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f0844d0 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    b136ba2 View commit details
    Browse the repository at this point in the history
  74. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    75d358e View commit details
    Browse the repository at this point in the history
  75. [IMP] hr_timesheet_sheet: error details

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    db5dcb3 View commit details
    Browse the repository at this point in the history
  76. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e7a1d05 View commit details
    Browse the repository at this point in the history
  77. [ADD] hr_timesheet_sheet: policies

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    11cc80e View commit details
    Browse the repository at this point in the history
  78. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f1fadf0 View commit details
    Browse the repository at this point in the history
  79. Translated using Weblate (Spanish)

    Currently translated at 93.6% (161 of 172 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/es/
    chienandalu authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5832ecb View commit details
    Browse the repository at this point in the history
  80. Translated using Weblate (Italian)

    Currently translated at 75.0% (129 of 172 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/it/
    primes2h authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ccd0504 View commit details
    Browse the repository at this point in the history
  81. Translated using Weblate (German)

    Currently translated at 100.0% (172 of 172 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/de/
    marylla authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    edad4ba View commit details
    Browse the repository at this point in the history
  82. [IMP] hr_timesheet_sheet: allow employee to review own non-submitted …

    …timesheets
    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e757255 View commit details
    Browse the repository at this point in the history
  83. Translated using Weblate (German)

    Currently translated at 100.0% (176 of 176 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/de/
    marylla authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d2dbd6f View commit details
    Browse the repository at this point in the history
  84. [FIX] hr_timesheet_sheet_policy*: admin always reviewer

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    627b0e6 View commit details
    Browse the repository at this point in the history
  85. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9a4cf4d View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    f1b4666 View commit details
    Browse the repository at this point in the history
  87. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6dba602 View commit details
    Browse the repository at this point in the history
  88. [FIX] Clean/merge timesheets when in draft only

    astirpe authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    79b34e4 View commit details
    Browse the repository at this point in the history
  89. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    77061e0 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    2f3d1af View commit details
    Browse the repository at this point in the history
  91. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    20b1351 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    b6da558 View commit details
    Browse the repository at this point in the history
  93. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7749fda View commit details
    Browse the repository at this point in the history
  94. Translated using Weblate (Spanish)

    Currently translated at 91.5% (161 of 176 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/es/
    pedrobaeza authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ceb8c3e View commit details
    Browse the repository at this point in the history
  95. [IMP] hr_timesheet_sheet: hooks

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    4a2ca4a View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    31e6829 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    d3bb62f View commit details
    Browse the repository at this point in the history
  98. [IMP] hr_timesheet_sheet: add kanban view

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5f99c06 View commit details
    Browse the repository at this point in the history
  99. Translated using Weblate (Italian)

    Currently translated at 97.2% (171 of 176 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/it/
    Apruzzese Francesco authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bf13517 View commit details
    Browse the repository at this point in the history
  100. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    91e08f2 View commit details
    Browse the repository at this point in the history
  101. [IMP] hr_timesheet_sheet: _get_subscribers hook

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c07bd2c View commit details
    Browse the repository at this point in the history
  102. [FIX] hr_timesheet_sheet: lost kanban mode

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    427b837 View commit details
    Browse the repository at this point in the history
  103. Translated using Weblate (Dutch)

    Currently translated at 100.0% (181 of 181 strings)
    
    Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_sheet/nl/
    Cas Vissers authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a5ce8ac View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    c3aaa59 View commit details
    Browse the repository at this point in the history
  105. [IMP] : black, isort

    flachica authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8e33005 View commit details
    Browse the repository at this point in the history
  106. [MIG] hr_timesheet_sheet: Migration to 13.0

    flachica authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    cda3786 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    b05bd13 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    0bc5b24 View commit details
    Browse the repository at this point in the history
  109. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9c2b978 View commit details
    Browse the repository at this point in the history
  110. [UPD] README.rst

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    42c3a34 View commit details
    Browse the repository at this point in the history
  111. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    733f1e8 View commit details
    Browse the repository at this point in the history
  112. [FIX] hr_timesheet_sheet: openupgrade

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    96dd84a View commit details
    Browse the repository at this point in the history
  113. [FIX] failing tests, linting

    Iryna Vushnevska authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c83eb48 View commit details
    Browse the repository at this point in the history
  114. hr_timesheet_sheet 13.0.1.0.1

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    802edc9 View commit details
    Browse the repository at this point in the history
  115. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5222b30 View commit details
    Browse the repository at this point in the history
  116. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e778eac View commit details
    Browse the repository at this point in the history
  117. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    106464c View commit details
    Browse the repository at this point in the history
  118. Translated using Weblate (French)

    Currently translated at 23.6% (42 of 178 strings)
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/fr/
    pedrobaeza authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bb39023 View commit details
    Browse the repository at this point in the history
  119. [FIX] hr_timesheet_sheet WARNING DB odoo.osv.expression: The domain t…

    …erm '('id', '=', [ID1, ID2,..., IDn])' should use the 'in' or 'not in' operator.
    vishalaktiv authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    66256ff View commit details
    Browse the repository at this point in the history
  120. [UPD] Brainbean Apps => CorporateHub

    alexey-pelykh authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6d7e62e View commit details
    Browse the repository at this point in the history
  121. [UPD] README.rst

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7c66016 View commit details
    Browse the repository at this point in the history
  122. [FIX] hr_timesheet_sheet: Add review policies for other groups

    Apart from the existing one, let for "Employees/Officer" (and clarified in the review
    text), 2 new review policies are added:
    
    * For HR managers
    * For timesheet managers
    pedrobaeza authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    31612ac View commit details
    Browse the repository at this point in the history
  123. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2272c43 View commit details
    Browse the repository at this point in the history
  124. hr_timesheet_sheet 13.0.1.1.0

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bd79c49 View commit details
    Browse the repository at this point in the history
  125. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e1d753a View commit details
    Browse the repository at this point in the history
  126. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    319c2ba View commit details
    Browse the repository at this point in the history
  127. [FIX] Typo

    ypapouin authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8b9bd21 View commit details
    Browse the repository at this point in the history
  128. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d9790d0 View commit details
    Browse the repository at this point in the history
  129. hr_timesheet_sheet 13.0.1.1.1

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dd9e4cb View commit details
    Browse the repository at this point in the history
  130. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e6c384e View commit details
    Browse the repository at this point in the history
  131. Translated using Weblate (Dutch)

    Currently translated at 100.0% (180 of 180 strings)
    
    Translation: timesheet-13.0/timesheet-13.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-13-0/timesheet-13-0-hr_timesheet_sheet/nl/
    tarteo authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e70900d View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    c9a9e6f View commit details
    Browse the repository at this point in the history
  133. [14.0][MIG]hr_timesheet_sheet

    schhatbar-initos authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2ced43a View commit details
    Browse the repository at this point in the history
  134. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bb834f6 View commit details
    Browse the repository at this point in the history
  135. [UPD] README.rst

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    1de3a11 View commit details
    Browse the repository at this point in the history
  136. Added translation using Weblate (French (France))

    Yvesldff authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9c877ea View commit details
    Browse the repository at this point in the history
  137. Translated using Weblate (French (France))

    Currently translated at 76.2% (138 of 181 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/fr_FR/
    Yvesldff authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    eba56dd View commit details
    Browse the repository at this point in the history
  138. Translated using Weblate (French (France))

    Currently translated at 82.3% (149 of 181 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/fr_FR/
    Yvesldff authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8091924 View commit details
    Browse the repository at this point in the history
  139. Translated using Weblate (German)

    Currently translated at 90.0% (162 of 180 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/de/
    OSevangelist authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bb5eb22 View commit details
    Browse the repository at this point in the history
  140. Translated using Weblate (French)

    Currently translated at 80.0% (144 of 180 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/fr/
    Yvesldff authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    387485e View commit details
    Browse the repository at this point in the history
  141. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e69da9e View commit details
    Browse the repository at this point in the history
  142. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9809f3d View commit details
    Browse the repository at this point in the history
  143. [14.0] [FIX] hr_timesheet_sheet Week %s translation

    innovara authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    28a4cd4 View commit details
    Browse the repository at this point in the history
  144. hr_timesheet_sheet 14.0.1.0.1

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    1ee2b85 View commit details
    Browse the repository at this point in the history
  145. [UPD] Update hr_timesheet_sheet.pot

    oca-travis authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8676a5c View commit details
    Browse the repository at this point in the history
  146. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/
    oca-transbot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f07dc3c View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    1df4a8b View commit details
    Browse the repository at this point in the history
  148. [UPD] README.rst

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    02667cd View commit details
    Browse the repository at this point in the history
  149. hr_timesheet_sheet 14.0.1.0.2

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5507ef3 View commit details
    Browse the repository at this point in the history
  150. Translated using Weblate (Swedish)

    Currently translated at 47.8% (87 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/sv/
    simonstromb authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c19d384 View commit details
    Browse the repository at this point in the history
  151. Translated using Weblate (Swedish)

    Currently translated at 61.5% (112 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/sv/
    simonstromb authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f98a32c View commit details
    Browse the repository at this point in the history
  152. Translated using Weblate (Swedish)

    Currently translated at 88.4% (161 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/sv/
    simonstromb authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3216578 View commit details
    Browse the repository at this point in the history
  153. Translated using Weblate (Swedish)

    Currently translated at 88.4% (161 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/sv/
    simonstromb authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    4037e88 View commit details
    Browse the repository at this point in the history
  154. Translated using Weblate (Swedish)

    Currently translated at 94.5% (172 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/sv/
    simonstromb authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    81d35c0 View commit details
    Browse the repository at this point in the history
  155. Translated using Weblate (Swedish)

    Currently translated at 97.2% (177 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/sv/
    simonstromb authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7e3e70b View commit details
    Browse the repository at this point in the history
  156. Translated using Weblate (Dutch)

    Currently translated at 98.3% (179 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/nl/
    bosd authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    440e3fd View commit details
    Browse the repository at this point in the history
  157. Translated using Weblate (Dutch)

    Currently translated at 98.3% (179 of 182 strings)
    
    Translation: timesheet-14.0/timesheet-14.0-hr_timesheet_sheet
    Translate-URL: https://translation.odoo-community.org/projects/timesheet-14-0/timesheet-14-0-hr_timesheet_sheet/nl/
    bosd authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bdfc197 View commit details
    Browse the repository at this point in the history
  158. Do not merge invoiced timesheet lines

    Cas Vissers authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a119700 View commit details
    Browse the repository at this point in the history
  159. Do not try to remove invoiced lines

    Cas Vissers authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7c448a7 View commit details
    Browse the repository at this point in the history
  160. hr_timesheet_sheet 14.0.1.0.3

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f8bbb08 View commit details
    Browse the repository at this point in the history
  161. hr_timesheet_sheet 14.0.1.0.4

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    503a7e2 View commit details
    Browse the repository at this point in the history
  162. [IMP] update dotfiles [ci skip]

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    163aa4d View commit details
    Browse the repository at this point in the history
  163. [FIX] hr_timesheet_sheet: Add sale_timesheet dependency (timesheet_in…

    …voice_id field of account.analytic.line adds it).
    
    Tests currently fail without having sale_timesheet addon installed.
    TT35948
    victoralmau authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    80eeb08 View commit details
    Browse the repository at this point in the history
  164. hr_timesheet_sheet 14.0.1.1.0

    OCA-git-bot authored and root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    fc50f59 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    15bd663 View commit details
    Browse the repository at this point in the history
  166. [MIG] hr_timesheet_sheet: Migration to 15.0

    root committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    601a6c9 View commit details
    Browse the repository at this point in the history