Buongiorno a tutti.
Ho un problema con il modulo di test, che NON mi viene eseguito, sebbene al prompt io indichi
home/giuliano/odoo-dev/odoo-10/src/odoo/odoo-bin --config=/home/giuliano/odoo-dev/odoo-10/src/odoo/odoo-10.cfg -d odoo10-base -u l10n_it_fiscalcode --test-enable --stop-after-init
Il log che mi esce infatti, alla terzultima riga dice di aver eseguito i test in 0 secondi... alias non li ha fatti...
Se carico il modulo su travis, i test vengono fatti ed i problemi individuati...
Temo il problema stia file di configurazione, ma non conosco bene i parametri di test nelle ultime righe..
Qualche idea/aiuto ?
Ancora, (visto che ci sono....) mentre il log funziona come al solito, con il nuovo config della 10 il log NON mi compare più a video ma solo su file... posso forzare un parametro per averlo ANCHE a video ?
Il log file
2016-11-16 07:45:21,931 17044 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069
2016-11-16 07:45:21,956 17044 INFO odoo10-base odoo.modules.loading: loading 1 modules...
2016-11-16 07:45:22,049 17044 INFO odoo10-base odoo.modules.loading: 1 modules loaded in 0.09s, 0 queries
2016-11-16 07:45:22,668 17044 INFO odoo10-base odoo.modules.loading: loading 43 modules...
2016-11-16 07:45:22,685 17044 INFO ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres
2016-11-16 07:45:22,822 17044 INFO odoo10-base odoo.addons.report.models.report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2016-11-16 07:45:23,268 17044 INFO odoo10-base odoo.modules.registry: module l10n_it_fiscalcode: creating or updating database tables
2016-11-16 07:45:23,410 17044 INFO odoo10-base odoo.modules.loading: loading l10n_it_fiscalcode/view/fiscalcode_view.xml
2016-11-16 07:45:23,436 17044 INFO odoo10-base odoo.modules.loading: loading l10n_it_fiscalcode/wizard/compute_fc_view.xml
2016-11-16 07:45:23,481 17044 INFO odoo10-base odoo.modules.loading: loading l10n_it_fiscalcode/data/res.city.it.code.csv
2016-11-16 07:45:55,165 17044 INFO odoo10-base odoo.modules.loading: loading l10n_it_fiscalcode/security/ir.model.access.csv
2016-11-16 07:45:55,275 17044 INFO odoo10-base odoo.addons.base.ir.ir_translation: module l10n_it_fiscalcode: loading translation file (it) for language it_IT
2016-11-16 07:45:55,275 17044 INFO odoo10-base odoo.tools.translate: loading /home/giuliano/odoo-dev/odoo-10/local-addons/l10n_it_fiscalcode/i18n/it.po
2016-11-16 07:45:55,507 17044 INFO odoo10-base odoo.modules.loading: 43 modules loaded in 32.84s, 6 queries
2016-11-16 07:45:55,650 17044 WARNING odoo10-base odoo.modules.loading: The model library.book has no access rules, consider adding one. E.g. access_library_book,access_library_book,model_library_book,,1,0,0,0
2016-11-16 07:45:56,026 17044 INFO odoo10-base odoo.modules.loading: Modules loaded.
2016-11-16 07:45:56,030 17044 INFO odoo10-base odoo.modules.loading: All post-tested in 0.00s, 0 queries
2016-11-16 07:45:56,031 17044 INFO odoo10-base odoo.service.server: Initiating shutdown
2016-11-16 07:45:56,031 17044 INFO odoo10-base odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.
Il config file
[options]
addons_path = /home/giuliano/odoo-dev/odoo-10/src/odoo/odoo/addons,/home/giuliano/odoo-dev/odoo-10/src/odoo/addons,/home/giuliano/odoo-dev/odoo-10/local-addons
admin_passwd = admin
csv_internal_sep = ,
data_dir = filestore
db_host = localhost
db_maxconn = 64
db_name = False
db_password = odoo
db_port = False
db_template = template1
db_user = odoo
dbfilter = .*
demo = {}
email_from = False
geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
import_partial =
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
limit_time_real_cron = -1
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = /home/giuliano/odoo-dev/odoo-10/logs/odoo-10.log
logrotate = False
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = None
proxy_mode = False
reportgz = False
server_wide_modules = None
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
translate_modules =
unaccent = False
without_demo = False
workers = 0
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069