| Date |
Level |
Type |
Message |
|
2026-03-17 11:49:32
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-03-17 11:49:32
|
|
|
Starting step all from config Default
|
|
|
2026-03-17 11:49:32
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-17 11:49:46
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 9.04s, 9241 queries (+9241 extra)
|
|
|
2026-03-17 11:50:31
|
WARNING
|
server
|
py.warnings:353
/data/build/odoo/odoo/api.py:484: DeprecationWarning: The model odoo.addons.base_account_budget.models.account_budget is not overriding the create method in batch
File "/data/build/odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/odoo/odoo/cli/command.py", line 76, in main
o.run(args)
File "/data/build/odoo/odoo/cli/server.py", line 182, in run
main(args)
File "/data/build/odoo/odoo/cli/server.py", line 175, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/odoo/odoo/service/server.py", line 1462, in start
rc = server.run(preload, stop)
File "/data/build/odoo/odoo/service/server.py", line 627, in run
rc = preload_registries(preload)
File "/data/build/odoo/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 489, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 186, in load_module_graph
load_openerp_module(package.name)
File "/data/build/odoo/odoo/modules/module.py", line 384, in load_openerp_module
__import__(qualname)
File "/data/build/single_module_repos/base_account_budget/__init__.py", line 22, in <module>
from . import models
File "/data/build/single_module_repos/base_account_budget/models/__init__.py", line 22, in <module>
from . import account_budget
File "/data/build/single_module_repos/base_account_budget/models/account_budget.py", line 26, in <module>
class AccountBudgetPost(models.Model):
File "/data/build/single_module_repos/base_account_budget/models/account_budget.py", line 52, in AccountBudgetPost
@api.model
File "/data/build/odoo/odoo/api.py", line 431, in model
return model_create_single(method)
File "/data/build/odoo/odoo/api.py", line 484, in model_create_single
warnings.warn(
|
|
|
2026-03-17 11:50:32
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:1514
'kanban-box' is deprecated, define a 'card' template instead
|
|
|
2026-03-17 11:50:32
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:752
<img> tag must contain an alt attribute
View error context:
{'file': '/data/build/single_module_repos/base_account_budget/views/account_budget_views.xml',
'line': 30,
'name': 'budget.kanban',
'view': ir.ui.view(989,),
'view.model': 'budget.budget',
'view.parent': ir.ui.view(),
'xmlid': 'view_budget_kanban'}
|
|
|
2026-03-17 11:50:42
|
WARNING
|
server
|
py.warnings:353
/data/build/odoo/odoo/api.py:484: DeprecationWarning: The model odoo.addons.base_accounting_kit.models.account_asset_asset is not overriding the create method in batch
File "/data/build/odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/odoo/odoo/cli/command.py", line 76, in main
o.run(args)
File "/data/build/odoo/odoo/cli/server.py", line 182, in run
main(args)
File "/data/build/odoo/odoo/cli/server.py", line 175, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/odoo/odoo/service/server.py", line 1462, in start
rc = server.run(preload, stop)
File "/data/build/odoo/odoo/service/server.py", line 627, in run
rc = preload_registries(preload)
File "/data/build/odoo/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 489, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 186, in load_module_graph
load_openerp_module(package.name)
File "/data/build/odoo/odoo/modules/module.py", line 384, in load_openerp_module
__import__(qualname)
File "/data/build/single_module_repos/base_accounting_kit/__init__.py", line 22, in <module>
from . import models
File "/data/build/single_module_repos/base_accounting_kit/models/__init__.py", line 23, in <module>
from . import account_asset_asset
File "/data/build/single_module_repos/base_accounting_kit/models/account_asset_asset.py", line 30, in <module>
class AccountAssetAsset(models.Model):
File "/data/build/single_module_repos/base_accounting_kit/models/account_asset_asset.py", line 509, in AccountAssetAsset
@api.model
File "/data/build/odoo/odoo/api.py", line 431, in model
return model_create_single(method)
File "/data/build/odoo/odoo/api.py", line 484, in model_create_single
warnings.warn(
|
|
|
2026-03-17 11:50:42
|
WARNING
|
server
|
odoo.models:830
The model account.account.type has no _description
|
|
|
2026-03-17 11:50:42
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.common.journal.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (amount_tax, tax_ids) of account.bank.statement.line() have the same label: Tax. [Modules: None and base_accounting_kit]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.common.account.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (account_type_ids, type) of account.financial.report() have the same label: Type. [Modules: base_accounting_kit and base_accounting_kit]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.common.partner.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.aged.trial.balance() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.balance.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.print.journal() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.report.general.ledger() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of account.report.partner.ledger() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of cash.flow.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of financial.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:43
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (journal_ids, filter_journals) of kit.account.tax.report() have the same label: Journals. [Modules: base_accounting_kit and account]
|
|
|
2026-03-17 11:50:44
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:1514
'kanban-box' is deprecated, define a 'card' template instead
|
|
|
2026-03-17 11:50:45
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:1514
'kanban-box' is deprecated, define a 'card' template instead
|
|
|
2026-03-17 11:50:45
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:1514
'kanban-box' is deprecated, define a 'card' template instead
|
|
|
2026-03-17 11:50:45
|
WARNING
|
server
|
odoo.addons.base.models.ir_ui_view:1514
'kanban-box' is deprecated, define a 'card' template instead
|
|
|
2026-03-17 11:50:45
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:45
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:46
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:46
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:46
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:46
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:46
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:47
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:47
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1211
Two fields (amount_tax, tax_ids) of account.bank.statement.line() have the same label: Tax. [Modules: None and base_accounting_kit]
|
|
|
2026-03-17 11:50:47
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:48
|
WARNING
|
server
|
odoo.modules.loading:271
The models ['age.payable.report', 'age.receivable.report', 'bank.book.report', 'tax.report'] have no access rules in module dynamic_accounts_report, consider adding some, like:
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
dynamic_accounts_report.access_age_payable_report,access_age_payable_report,dynamic_accounts_report.model_age_payable_report,base.group_user,1,0,0,0
dynamic_accounts_report.access_age_receivable_report,access_age_receivable_report,dynamic_accounts_report.model_age_receivable_report,base.group_user,1,0,0,0
dynamic_accounts_report.access_bank_book_report,access_bank_book_report,dynamic_accounts_report.model_bank_book_report,base.group_user,1,0,0,0
dynamic_accounts_report.access_tax_report,access_tax_report,dynamic_accounts_report.model_tax_report,base.group_user,1,0,0,0
|
|
|
2026-03-17 11:50:48
|
INFO
|
server
|
odoo.modules.loading:360
94 modules loaded in 59.45s, 54638 queries (+54711 extra)
|
|
|
2026-03-17 11:50:48
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:48
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-17 11:50:54
|
INFO
|
runbot
|
Getting results for build 02132-18-0
|
|
|
2026-03-17 11:50:54
|
|
|
Step all finished in 77s
|
|
|
2026-03-17 11:50:54
|
|
|
Starting step base from config Default
|
|
|
2026-03-17 11:50:54
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-17 11:51:06
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 7.96s, 9241 queries (+9241 extra)
|
|
|
2026-03-17 11:51:15
|
INFO
|
server
|
odoo.modules.loading:360
18 modules loaded in 6.92s, 7893 queries (+7893 extra)
|
|
|
2026-03-17 11:51:21
|
INFO
|
runbot
|
Getting results for build 02132-18-0
|
|
|
2026-03-17 11:51:21
|
|
|
Step base finished in 21s
|
|
|
2026-03-17 11:51:21
|
|
|
Starting step run from config Default
|
|
|
2026-03-17 11:51:21
|
INFO
|
runbot
|
Start running build 02132-18-0
|
|
|
2026-03-17 11:51:21
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-17 11:51:23
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-03-17 11:51:24
|
WARNING
|
server
|
py.warnings:353
/data/build/odoo/odoo/api.py:484: DeprecationWarning: The model odoo.addons.base_account_budget.models.account_budget is not overriding the create method in batch
File "/data/build/odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/odoo/odoo/cli/command.py", line 76, in main
o.run(args)
File "/data/build/odoo/odoo/cli/server.py", line 182, in run
main(args)
File "/data/build/odoo/odoo/cli/server.py", line 175, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/odoo/odoo/service/server.py", line 1462, in start
rc = server.run(preload, stop)
File "/data/build/odoo/odoo/service/server.py", line 1012, in run
rc = preload_registries(preload)
File "/data/build/odoo/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 186, in load_module_graph
load_openerp_module(package.name)
File "/data/build/odoo/odoo/modules/module.py", line 384, in load_openerp_module
__import__(qualname)
File "/data/build/single_module_repos/base_account_budget/__init__.py", line 22, in <module>
from . import models
File "/data/build/single_module_repos/base_account_budget/models/__init__.py", line 22, in <module>
from . import account_budget
File "/data/build/single_module_repos/base_account_budget/models/account_budget.py", line 26, in <module>
class AccountBudgetPost(models.Model):
File "/data/build/single_module_repos/base_account_budget/models/account_budget.py", line 52, in AccountBudgetPost
@api.model
File "/data/build/odoo/odoo/api.py", line 431, in model
return model_create_single(method)
File "/data/build/odoo/odoo/api.py", line 484, in model_create_single
warnings.warn(
|
|
|
2026-03-17 11:51:24
|
WARNING
|
server
|
py.warnings:353
/data/build/odoo/odoo/api.py:484: DeprecationWarning: The model odoo.addons.base_accounting_kit.models.account_asset_asset is not overriding the create method in batch
File "/data/build/odoo/odoo-bin", line 8, in <module>
odoo.cli.main()
File "/data/build/odoo/odoo/cli/command.py", line 76, in main
o.run(args)
File "/data/build/odoo/odoo/cli/server.py", line 182, in run
main(args)
File "/data/build/odoo/odoo/cli/server.py", line 175, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/data/build/odoo/odoo/service/server.py", line 1462, in start
rc = server.run(preload, stop)
File "/data/build/odoo/odoo/service/server.py", line 1012, in run
rc = preload_registries(preload)
File "/data/build/odoo/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 186, in load_module_graph
load_openerp_module(package.name)
File "/data/build/odoo/odoo/modules/module.py", line 384, in load_openerp_module
__import__(qualname)
File "/data/build/single_module_repos/base_accounting_kit/__init__.py", line 22, in <module>
from . import models
File "/data/build/single_module_repos/base_accounting_kit/models/__init__.py", line 23, in <module>
from . import account_asset_asset
File "/data/build/single_module_repos/base_accounting_kit/models/account_asset_asset.py", line 30, in <module>
class AccountAssetAsset(models.Model):
File "/data/build/single_module_repos/base_accounting_kit/models/account_asset_asset.py", line 509, in AccountAssetAsset
@api.model
File "/data/build/odoo/odoo/api.py", line 431, in model
return model_create_single(method)
File "/data/build/odoo/odoo/api.py", line 484, in model_create_single
warnings.warn(
|
|
|
2026-03-17 11:51:24
|
WARNING
|
server
|
odoo.models:830
The model account.account.type has no _description
|
|
|
2026-03-17 11:51:25
|
INFO
|
server
|
odoo.modules.loading:360
94 modules loaded in 1.24s, 0 queries (+6 extra)
|
|
|
2026-03-17 11:51:25
|
WARNING
|
server
|
odoo.fields:529
Field account.asset.category.currency_id: unknown parameter 'hide', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2026-03-18 17:01:21
|
INFO
|
runbot
|
Kill build 02132-18-0
|
|