Commit: telescope_addons:569766e8  
Subject: Add groups to hr_employee fields
Author: Jake Warren
Committer: Jake Warren
Commit: enterprise:0d6c42c8  
Subject: [FIX] helpdesk_repair: set salesperson on quotations created from repair orders
Author: assh-odoo
Committer: assh-odoo
Commit: odoo:1c40fab0  
Subject: [FIX] tools: ensure correct method
Author: thle-odoo
Committer: thle-odoo
Version: 18
Config: Default
Build time: 50m
Wait time: 50m
Load time: 49m31s
Date Level Type Message
2026-07-31 14:43:02 INFO runbot Init build environment with config Default
2026-07-31 14:43:02 Starting step base from config Default
2026-07-31 14:43:02 Using Dockerfile Tag odoo:Telescope_DockerDefault
2026-07-31 14:44:41 INFO server odoo.modules.loading:376 1 modules loaded in 12.69s, 9241 queries (+9241 extra)
2026-07-31 14:44:52 INFO server odoo.modules.loading:376 18 modules loaded in 9.82s, 7887 queries (+7887 extra)
2026-07-31 14:44:58 INFO runbot Getting results for build 00961-18
2026-07-31 14:44:58 Step base finished in 111s
2026-07-31 14:44:58 Starting step all from config Default
2026-07-31 14:44:58 Using Dockerfile Tag odoo:Telescope_DockerDefault
2026-07-31 14:47:26 INFO server odoo.modules.loading:376 1 modules loaded in 77.02s, 9241 queries (+37582 extra)
2026-07-31 15:18:29 ERROR server odoo.addons.maintenance_customizations.tests.test_timesheet_grid_access_rights:343
ERROR: TestAccessRightsTimesheetGrid.test_employee_update_validated_timesheet
Traceback (most recent call last):
  File "/data/build/telescope_addons/maintenance_customizations/tests/test_timesheet_grid_access_rights.py", line 343, in test_employee_update_validated_timesheet
    timesheet_to_validate.with_user(self.user_approver).action_validate_timesheet()
  File "/data/build/enterprise/timesheet_grid/models/analytic.py", line 219, in action_validate_timesheet
    analytic_lines = self.filtered_domain(self._get_domain_for_validation_timesheets())
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6715, in filtered_domain
    ok = data.filtered_domain(value)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6676, in filtered_domain
    data = record.mapped(key)
           ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6519, in mapped
    recs = recs._fields[name].mapped(recs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1383, in mapped
    self.__get__(first(remaining))
  File "/data/build/odoo/odoo/fields.py", line 3111, in __get__
    return super().__get__(records, owner)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1272, in __get__
    recs._fetch_field(self)
  File "/data/build/odoo/odoo/models.py", line 4120, in _fetch_field
    self.fetch(fnames)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 323, in fetch
    self._check_private_fields(field_names)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 339, in _check_private_fields
    raise AccessError(_('The fields “%s”, which you are trying to read, are not available for employee public profiles.', ','.join(private_fields)))
odoo.exceptions.AccessError: The fields “grade,straight_pay,regular_pay_rate,piecework_pay,holiday_pay,piecework_average”, which you are trying to read, are not available for employee public profiles.
2026-07-31 15:18:32 ERROR server odoo.addons.maintenance_customizations.tests.test_timesheet_grid_access_rights:467
ERROR: TestAccessRightsTimesheetGrid.test_last_validated_timesheet_date
Traceback (most recent call last):
  File "/data/build/telescope_addons/maintenance_customizations/tests/test_timesheet_grid_access_rights.py", line 467, in test_last_validated_timesheet_date
    timesheet.with_user(self.user_approver).action_validate_timesheet()
  File "/data/build/enterprise/timesheet_grid/models/analytic.py", line 219, in action_validate_timesheet
    analytic_lines = self.filtered_domain(self._get_domain_for_validation_timesheets())
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6715, in filtered_domain
    ok = data.filtered_domain(value)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6676, in filtered_domain
    data = record.mapped(key)
           ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6519, in mapped
    recs = recs._fields[name].mapped(recs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1383, in mapped
    self.__get__(first(remaining))
  File "/data/build/odoo/odoo/fields.py", line 3111, in __get__
    return super().__get__(records, owner)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1272, in __get__
    recs._fetch_field(self)
  File "/data/build/odoo/odoo/models.py", line 4120, in _fetch_field
    self.fetch(fnames)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 323, in fetch
    self._check_private_fields(field_names)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 339, in _check_private_fields
    raise AccessError(_('The fields “%s”, which you are trying to read, are not available for employee public profiles.', ','.join(private_fields)))
odoo.exceptions.AccessError: The fields “grade,straight_pay,regular_pay_rate,piecework_pay,holiday_pay,piecework_average”, which you are trying to read, are not available for employee public profiles.
2026-07-31 15:18:38 ERROR server odoo.addons.maintenance_customizations.tests.test_timesheet_grid_access_rights:280
ERROR: TestAccessRightsTimesheetGrid.test_timesheet_validation_approver_and_invalidate
Traceback (most recent call last):
  File "/data/build/telescope_addons/maintenance_customizations/tests/test_timesheet_grid_access_rights.py", line 280, in test_timesheet_validation_approver_and_invalidate
    timesheet_to_validate.with_user(self.user_approver).action_validate_timesheet()
  File "/data/build/enterprise/timesheet_grid/models/analytic.py", line 219, in action_validate_timesheet
    analytic_lines = self.filtered_domain(self._get_domain_for_validation_timesheets())
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6715, in filtered_domain
    ok = data.filtered_domain(value)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6676, in filtered_domain
    data = record.mapped(key)
           ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6519, in mapped
    recs = recs._fields[name].mapped(recs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1383, in mapped
    self.__get__(first(remaining))
  File "/data/build/odoo/odoo/fields.py", line 3111, in __get__
    return super().__get__(records, owner)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1272, in __get__
    recs._fetch_field(self)
  File "/data/build/odoo/odoo/models.py", line 4120, in _fetch_field
    self.fetch(fnames)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 323, in fetch
    self._check_private_fields(field_names)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 339, in _check_private_fields
    raise AccessError(_('The fields “%s”, which you are trying to read, are not available for employee public profiles.', ','.join(private_fields)))
odoo.exceptions.AccessError: The fields “grade,straight_pay,regular_pay_rate,piecework_pay,holiday_pay,piecework_average”, which you are trying to read, are not available for employee public profiles.
2026-07-31 15:18:41 ERROR server odoo.addons.maintenance_customizations.tests.test_timesheet_grid_access_rights:310
ERROR: TestAccessRightsTimesheetGrid.test_timesheet_validation_by_approver_when_he_is_manager_of_employee
Traceback (most recent call last):
  File "/data/build/telescope_addons/maintenance_customizations/tests/test_timesheet_grid_access_rights.py", line 310, in test_timesheet_validation_by_approver_when_he_is_manager_of_employee
    timesheet_to_validate.with_user(self.user_approver).action_validate_timesheet()
  File "/data/build/enterprise/timesheet_grid/models/analytic.py", line 219, in action_validate_timesheet
    analytic_lines = self.filtered_domain(self._get_domain_for_validation_timesheets())
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6715, in filtered_domain
    ok = data.filtered_domain(value)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6676, in filtered_domain
    data = record.mapped(key)
           ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6519, in mapped
    recs = recs._fields[name].mapped(recs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1383, in mapped
    self.__get__(first(remaining))
  File "/data/build/odoo/odoo/fields.py", line 3111, in __get__
    return super().__get__(records, owner)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1272, in __get__
    recs._fetch_field(self)
  File "/data/build/odoo/odoo/models.py", line 4120, in _fetch_field
    self.fetch(fnames)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 323, in fetch
    self._check_private_fields(field_names)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 339, in _check_private_fields
    raise AccessError(_('The fields “%s”, which you are trying to read, are not available for employee public profiles.', ','.join(private_fields)))
odoo.exceptions.AccessError: The fields “grade,straight_pay,regular_pay_rate,piecework_pay,holiday_pay,piecework_average”, which you are trying to read, are not available for employee public profiles.
2026-07-31 15:18:43 ERROR server odoo.addons.maintenance_customizations.tests.test_timesheet_grid_access_rights:303
ERROR: TestAccessRightsTimesheetGrid.test_timesheet_validation_by_approver_when_he_is_not_responsible
Traceback (most recent call last):
  File "/data/build/telescope_addons/maintenance_customizations/tests/test_timesheet_grid_access_rights.py", line 303, in test_timesheet_validation_by_approver_when_he_is_not_responsible
    ).action_validate_timesheet()
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/enterprise/timesheet_grid/models/analytic.py", line 219, in action_validate_timesheet
    analytic_lines = self.filtered_domain(self._get_domain_for_validation_timesheets())
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6715, in filtered_domain
    ok = data.filtered_domain(value)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6676, in filtered_domain
    data = record.mapped(key)
           ^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 6519, in mapped
    recs = recs._fields[name].mapped(recs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1383, in mapped
    self.__get__(first(remaining))
  File "/data/build/odoo/odoo/fields.py", line 3111, in __get__
    return super().__get__(records, owner)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/fields.py", line 1272, in __get__
    recs._fetch_field(self)
  File "/data/build/odoo/odoo/models.py", line 4120, in _fetch_field
    self.fetch(fnames)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 323, in fetch
    self._check_private_fields(field_names)
  File "/data/build/odoo/addons/hr/models/hr_employee.py", line 339, in _check_private_fields
    raise AccessError(_('The fields “%s”, which you are trying to read, are not available for employee public profiles.', ','.join(private_fields)))
odoo.exceptions.AccessError: The fields “grade,straight_pay,regular_pay_rate,piecework_pay,holiday_pay,piecework_average”, which you are trying to read, are not available for employee public profiles.
2026-07-31 15:18:45 ERROR server odoo.modules.loading:321 Module maintenance_customizations: 0 failures, 5 errors of 62 tests
2026-07-31 15:18:52 INFO server odoo.modules.loading:376 191 modules loaded in 1883.26s, 153241 queries (+1119346 extra)
2026-07-31 15:18:55 ERROR server odoo.modules.loading:609 At least one test failed when loading the modules.
2026-07-31 15:18:56 INFO server odoo.addons.base.models.ir_qweb:376 Pregenerating assets bundles
2026-07-31 15:19:50 INFO server odoo.addons.base.tests.test_http_case.TestChromeBrowser.test_screencasts:376 Screencast frames in: /data/build/tests/00961-18-all/screencasts/failed_screencast_20260731_151950_683323
2026-07-31 15:23:54 INFO server odoo.addons.web.tests.test_js.MobileWebSuite.test_qunit_mobile.browser:1725 QUnit: passed 87 tests (350 assertions), took 5s
2026-07-31 15:32:29 INFO runbot Killing build 00961-18, requested by Administrator (user #2)
2026-07-31 15:32:32 INFO runbot Kill build 00961-18