Commit: web:a5338d57  
Subject: Translated using Weblate (Turkish)
Author: Betül Öğmen
Committer: Weblate
Commit: project:96b9d9bc  
Subject: Added translation using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: kmitl:4af5a503  
Subject: [FIX] account_analytic_plan_code: fix warning message (#12)
Author: Nonpawit Teerachetmongkol
Committer: GitHub
Commit: account-financial-tools:f8f8f827  
Subject: Added translation using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: account-analytic:5a0f5ca9  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: odoo:289c719f  
Subject: [I18N] *: fetch 16.0 translations
Author: Odoo Translation Bot
Committer: Odoo Translation Bot
Version: 16.0
Config: KMITL install and run
Total time: 3m
Date Level Type Message
2025-05-03 20:40:40 INFO runbot Init build environment with config KMITL install and run
2025-05-03 20:40:40 Starting step install_all from config KMITL install and run
2025-05-03 20:40:40 WARNING runbot account_analytic_sequence is a duplicated modules (found in "/home/runbot/odoo/runbot/runbot/static/sources/account-analytic/5a0f5ca9a23a3b875f03469ced7b0d9730eb2e2a/account_analytic_sequence/__manifest__.py", already defined in /home/runbot/odoo/runbot/runbot/static/sources/kmitl/4af5a5034b119125ed0bd6f96dfdcda64cd203c4/account_analytic_sequence/__manifest__.py)
2025-05-03 20:40:40 INFO runbot Using Dockerfile Tag odoo:Docker16
2025-05-03 20:41:16 INFO server odoo.modules.loading:336 1 modules loaded in 7.42s, 9061 queries (+9061 extra)
2025-05-03 20:41:33 WARNING server odoo.addons.base.models.ir_module:139
docutils' system message present: <system_message level="2" line="1" source="<string>" type="WARNING"><paragraph>Title overline too short.</paragraph><literal_block xml:space="preserve">==================
KMITL - Account Analytic Plan Code
==================</literal_block></system_message>
This error is already known.
2025-05-03 20:41:33 WARNING server odoo.addons.base.models.ir_module:139
docutils' system message present: <system_message level="2" line="1" source="<string>" type="WARNING"><paragraph>Title overline too short.</paragraph><literal_block xml:space="preserve">==================
KMITL - Account Analytic Code
==================</literal_block></system_message>
This error is already known.
2025-05-03 20:42:08 WARNING server odoo.addons.base.models.ir_module:139
docutils' system message present: <system_message level="2" line="1" source="<string>" type="WARNING"><paragraph>Title overline too short.</paragraph><literal_block xml:space="preserve">==================
KMITL - Account Analytic
==================</literal_block></system_message>
This error is already known.
2025-05-03 20:42:16 ERROR server odoo.addons.account.models.chart_template:516
Error while loading accounting demo data
Traceback (most recent call last):
  File "/data/build/odoo/addons/account/models/chart_template.py", line 508, in _create_demo_data
    created = self.env[model]._load_records([{
  File "/data/build/odoo/odoo/models.py", line 4452, in _load_records
    records = self._load_records_create([data['values'] for data in to_create])
  File "/data/build/odoo/odoo/models.py", line 4363, in _load_records_create
    return self.create(values)
  File "<decorator-gen-234>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 431, in _model_create_multi
    return create(self, arg)
  File "/data/build/odoo/addons/purchase/models/account_invoice.py", line 134, in create
    moves = super(AccountMove, self).create(vals_list)
  File "<decorator-gen-215>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 431, in _model_create_multi
    return create(self, arg)
  File "/data/build/odoo/addons/account/models/account_move.py", line 2311, in create
    with ExitStack() as exit_stack, self._sync_dynamic_lines(container):
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/data/build/odoo/addons/account/models/account_move.py", line 2194, in _sync_dynamic_lines
    with ExitStack() as stack:
  File "/usr/lib/python3.10/contextlib.py", line 576, in __exit__
    raise exc_details[1]
  File "/usr/lib/python3.10/contextlib.py", line 561, in __exit__
    if cb(*exc_details):
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/data/build/odoo/addons/account/models/account_move.py", line 2151, in _sync_dynamic_line
    self.env['account.move.line'].with_context(clean_context(self.env.context)).create([
  File "<decorator-gen-216>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 431, in _model_create_multi
    return create(self, arg)
  File "/data/build/odoo/addons/account/models/account_move_line.py", line 1458, in create
    lines = super().create([self._sanitize_vals(vals) for vals in vals_list])
  File "<decorator-gen-156>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 431, in _model_create_multi
    return create(self, arg)
  File "/data/build/odoo/addons/analytic/models/analytic_mixin.py", line 89, in create
    return super().create(vals_list)
  File "<decorator-gen-68>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 431, in _model_create_multi
    return create(self, arg)
  File "/data/build/odoo/odoo/addons/base/models/ir_fields.py", line 670, in create
    recs = super().create(vals_list)
  File "<decorator-gen-15>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 431, in _model_create_multi
    return create(self, arg)
  File "/data/build/odoo/odoo/models.py", line 4019, in create
    records = self._create(data_list)
  File "/data/build/odoo/odoo/models.py", line 4271, in _create
    records._validate_fields(name for data in data_list for name in data['stored'])
  File "/data/build/odoo/odoo/models.py", line 1373, in _validate_fields
    check(self)
  File "/data/build/odoo/addons/account/models/account_move_line.py", line 1229, in _check_payable_receivable
    raise UserError(_("Any journal item on a receivable account must have a due date and vice versa."))
odoo.exceptions.UserError: Any journal item on a receivable account must have a due date and vice versa.
2025-05-03 20:42:26 INFO server odoo.modules.loading:336 93 modules loaded in 68.98s, 71007 queries (+71072 extra)
2025-05-03 20:42:32 Step install_all finished in 107s
2025-05-03 20:42:32 Starting step base from config KMITL install and run
2025-05-03 20:42:32 WARNING runbot account_analytic_sequence is a duplicated modules (found in "/home/runbot/odoo/runbot/runbot/static/sources/account-analytic/5a0f5ca9a23a3b875f03469ced7b0d9730eb2e2a/account_analytic_sequence/__manifest__.py", already defined in /home/runbot/odoo/runbot/runbot/static/sources/kmitl/4af5a5034b119125ed0bd6f96dfdcda64cd203c4/account_analytic_sequence/__manifest__.py)
2025-05-03 20:42:32 INFO runbot Using Dockerfile Tag odoo:Docker16
2025-05-03 20:43:09 INFO server odoo.modules.loading:336 1 modules loaded in 7.39s, 9061 queries (+9061 extra)
2025-05-03 20:43:11 INFO server odoo.modules.loading:336 8 modules loaded in 2.12s, 2985 queries (+2985 extra)
2025-05-03 20:43:14 Step base finished in 39s
2025-05-03 20:43:14 Starting step run from config KMITL install and run
2025-05-03 20:43:14 INFO runbot Start running build 00138-16-0
2025-05-03 20:43:14 INFO runbot Using Dockerfile Tag odoo:Docker16
2025-05-03 20:43:41 INFO server odoo.modules.loading:336 1 modules loaded in 0.01s, 0 queries (+0 extra)
2025-05-03 20:43:43 INFO server odoo.modules.loading:336 93 modules loaded in 1.31s, 0 queries (+0 extra)
2025-05-04 10:01:23 INFO runbot Kill build 00138-16-0