Hola estoy utilizando el módulo de web timeline de Odoo en la versión
12, requiero cargar los datos de una función de un modelo personalizado y
que sean consumido por el timeline, los datos a cargar deben ser insertado en el
dataset de timeline y este a su vez deberá pintar los datos como backgroung en
el módulo de timeline. Esto es lo que tengo desarrollado
//Función a cargar en timeline via rpc
//Llamada rpc
_loadBacks: function () {
Al hacer las pruebas, no envía datos de succes o da error en la consola, No logra cargar la función dentro del modelo js de timeline. No se que puede faltar o tengo mal en el código??
Saludos
Saludos
Log de Odoo
2021-06-10 07:29:12,236 140110 INFO ? odoo.service.server: HTTP service
(werkzeug) running on Odoo-dev:8020
2021-06-10 07:29:19,912 140110 INFO ? odoo.http: HTTP Configuring static files
2021-06-10 07:29:19,938 140110 INFO fidedb odoo.modules.loading: loading 1 modules...
2021-06-10 07:29:19,952 140110 INFO fidedb odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries
2021-06-10 07:29:19,971 140110 INFO fidedb odoo.modules.loading: loading 44 modules...
2021-06-10 07:29:20,229 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:20] "GET /web_tour/static/src/xml/tip.xml HTTP/1.1" 200 - - - -
2021-06-10 07:29:20,248 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:20] "GET /muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.woff HTTP/1.1" 200 - - - -
2021-06-10 07:29:20,311 140110 INFO fidedb odoo.modules.loading: 44 modules loaded in 0.34s, 0 queries
2021-06-10 07:29:20,796 140110 INFO fidedb odoo.modules.loading: Modules loaded.
2021-06-10 07:29:20,803 140110 INFO fidedb odoo.addons.base.models.ir_http: Generating routing map
2021-06-10 07:29:20,814 140110 INFO fidedb odoo.addons.base.models.ir_http: Generating routing map
2021-06-10 07:29:20,938 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:20] "GET /web/image?model=res.company&id=1&field=background_image HTTP/1.1" 304 - 53 0.056 0.961
2021-06-10 07:29:20,948 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:20] "POST /web/action/load HTTP/1.1" 200 - 55 0.047 0.297
2021-06-10 07:29:21,115 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "POST /web/dataset/call_kw/ir.module.module/load_views HTTP/1.1" 200 - 113 0.063 0.087
2021-06-10 07:29:21,196 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "POST /web/dataset/search_read HTTP/1.1" 200 - 5 0.008 0.009
2021-06-10 07:29:21,256 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /wk_appointment/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,263 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /pos_coupons/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,273 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /wk_coupons/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,280 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /crm/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,286 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,291 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /project/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,297 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/timesheet_grid.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,316 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /stock/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,327 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/account_accountant.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,329 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/stock_barcode.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,333 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /mrp/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,334 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /account/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,347 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/mrp_workorder.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,353 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/mrp_plm.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,392 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /sale_management/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,394 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/web_studio.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,408 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /point_of_sale/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,435 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /note/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,437 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_sale/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,438 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /purchase/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,440 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/helpdesk.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,441 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /hr/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,442 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /hr_attendance/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,443 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /hr_recruitment/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,455 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /hr_expense/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,479 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /account_cutoff_accrual_picking/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,480 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /account_credit_control/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,487 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /account_financial_report/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,494 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /account_invoice_consolidated/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,501 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /agreement_legal/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,502 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /asterisk_click2dial/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,503 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /auditlog/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,518 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base_custom_info/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,538 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base_geoengine_demo/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,555 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base_google_map/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,556 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base_remote/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,558 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /board/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,561 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /contacts/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,571 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /hr_holidays/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,571 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/hr_appraisal.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,584 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /knowledge/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,587 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /mgmtsystem/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,589 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /mail/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,603 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /mrp_multi_level/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,603 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /mis_builder/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,609 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,614 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /partner_aging/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,619 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /partner_vat_unique/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,642 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /privacy/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,654 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/project_forecast.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,655 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /pos_gift_card/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,663 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /purchase_request/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,667 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /rma/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,682 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/sale_ebay.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,697 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /stock_scanner/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,704 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/sale_subscription.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,710 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/sign.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,716 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/voip.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,721 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /web_pwa_oca/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,743 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /survey/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,745 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/website_calendar.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,745 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_livechat/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,763 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /mass_mailing/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,765 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/marketing_automation.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,780 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /lunch/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,789 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /maintenance/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,798 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /calendar/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,803 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_blog/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,838 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_hr_recruitment/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,848 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_slides/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,852 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_forum/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,859 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /fleet/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,867 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /website_event/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,873 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /im_livechat/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,881 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /repair/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:21,886 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:21] "GET /base/static/img/icons/web_mobile.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,647 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "POST /web/dataset/search_read HTTP/1.1" 200 - 4 0.005 0.009
2021-06-10 07:29:23,672 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /company_country/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,682 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /muk_utils/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,760 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /hr_timesheet/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,769 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /hr_payroll/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,776 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /website_crm/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,810 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /hr_timesheet_sheet/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,821 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /hr_timesheet_sheet_attendance/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,828 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_analytic_default_purchase/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,833 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_analytic_distribution_required/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,835 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_analytic_line_name_text/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,847 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_analytic_parent/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,849 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_analytic_required/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,899 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_analytic_sequence/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,914 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_asset_management/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,923 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_balance_line/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,944 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_camt_oca/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,945 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_move_line/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,946 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_ofx/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,948 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_online/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,949 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_online_paypal/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,951 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_online_transferwise/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,957 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_paypal/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,959 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_split/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,960 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_bank_statement_import_txt_xlsx/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,962 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_banking_make_deposit/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,963 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_banking_mandate/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,964 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_banking_mandate_sale/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:23,965 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:23] "GET /account_banking_pain_base/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,005 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_banking_reconciliation/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,012 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_banking_sepa_credit_transfer/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,032 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_banking_sepa_direct_debit/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,039 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_bill_line_distribution/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,045 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_billing/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,053 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_budget_oca/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:24,064 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:24] "GET /account_budget_template/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:26,473 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:26] "GET /web?debug=1 HTTP/1.1" 200 - 546 0.303 0.655
2021-06-10 07:29:26,741 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:26] "GET /web/webclient/qweb?mods=base,web,muk_utils,bus,web_tour,mail,product,auth_signup,portal,digest,account,sales_team,payment,sale,sale_management,hr,account_bank_statement_import,base_import,citas,cits_timeline,contacts,hr_employee_calendar_planning,hr_schedule_cal,l10n_es,mail_bot,muk_autovacuum,web_editor,muk_web_utils,muk_web_theme,payment_transfer,web_diagram,web_kanban_gauge,web_settings_dashboard,web_unsplash HTTP/1.1" 304 - 1 0.000 0.056
2021-06-10 07:29:26,854 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:26] "POST /web/dataset/call HTTP/1.1" 200 - 14 0.012 0.010
2021-06-10 07:29:26,983 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:26] "POST /web/webclient/translations HTTP/1.1" 200 - 8 0.013 0.054
2021-06-10 07:29:27,060 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/ir.ui.menu/load_menus HTTP/1.1" 200 - 1 0.001 0.005
2021-06-10 07:29:27,118 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /mail/init_messaging HTTP/1.1" 200 - 77 0.044 0.042
2021-06-10 07:29:27,134 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "GET /web/static/src/img/user_menu_avatar.png HTTP/1.1" 304 - - - -
2021-06-10 07:29:27,215 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/res.users/has_group HTTP/1.1" 200 - 1 0.003 0.036
2021-06-10 07:29:27,222 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/res.users/check_access_rights HTTP/1.1" 200 - 2 0.007 0.046
2021-06-10 07:29:27,228 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/ir.model.data/xmlid_to_res_id HTTP/1.1" 200 - 3 0.010 0.039
2021-06-10 07:29:27,229 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/ir.ui.view/check_access_rights HTTP/1.1" 200 - 2 0.006 0.041
2021-06-10 07:29:27,253 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "GET /web/image?model=res.users&field=image_small&id=2 HTTP/1.1" 304 - 13 0.048 0.039
2021-06-10 07:29:27,270 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/res.users/systray_get_activities HTTP/1.1" 200 - 2 0.011 0.008
2021-06-10 07:29:27,290 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/action/load HTTP/1.1" 200 - 20 0.033 0.043
2021-06-10 07:29:27,293 140110 INFO ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres
2021-06-10 07:29:27,429 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/call_kw/ir.module.module/load_views HTTP/1.1" 200 - 38 0.027 0.054
2021-06-10 07:29:27,558 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:27] "POST /web/dataset/search_read HTTP/1.1" 200 - 3 0.009 0.011
2021-06-10 07:29:29,625 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:29] "POST /web/dataset/search_read HTTP/1.1" 200 - 4 0.004 0.009
2021-06-10 07:29:32,414 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:32] "POST /web/dataset/search_read HTTP/1.1" 200 - 3 0.011 0.004
2021-06-10 07:29:32,431 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:32] "GET /citas/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:32,437 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:32] "GET /cits_timeline/static/description/icon.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:33,948 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:33] "POST /web/action/load HTTP/1.1" 200 - 15 0.011 0.017
2021-06-10 07:29:34,011 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:34] "POST /web/dataset/call_kw/base.module.update/load_views HTTP/1.1" 200 - 11 0.005 0.012
2021-06-10 07:29:34,033 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:34] "POST /web/dataset/call_kw/base.module.update/default_get HTTP/1.1" 200 - 2 0.002 0.003
2021-06-10 07:29:34,088 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:34] "GET /web/static/src/xml/dialog.xml?debug=1623310174070 HTTP/1.1" 200 - - - -
2021-06-10 07:29:34,176 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:34] "POST /web/dataset/call_kw/res.users/check_access_rights HTTP/1.1" 200 - 1 0.000 0.003
2021-06-10 07:29:34,183 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:34] "POST /web/dataset/call_kw/ir.model.data/xmlid_to_res_id HTTP/1.1" 200 - 1 0.000 0.003
2021-06-10 07:29:34,214 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:34] "POST /web/dataset/call_kw/ir.ui.view/check_access_rights HTTP/1.1" 200 - 1 0.000 0.005
2021-06-10 07:29:35,467 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:35] "POST /web/dataset/call_kw/base.module.update/create HTTP/1.1" 200 - 3 0.002 0.016
2021-06-10 07:29:35,496 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:35] "POST /web/dataset/call_kw/base.module.update/read HTTP/1.1" 200 - 2 0.001 0.004
2021-06-10 07:29:35,565 140110 INFO fidedb odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user jea...@gmail.com #2 via 127.0.0.1
2021-06-10 07:29:38,547 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:38] "GET /web/static/src/img/spin.png HTTP/1.1" 200 - - - -
2021-06-10 07:29:39,177 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:39] "POST /web/dataset/call_button HTTP/1.1" 200 - 1785 0.821 2.796
2021-06-10 07:29:43,999 140110 INFO fidedb odoo.addons.base.models.ir_module: ALLOW access to module.button_immediate_upgrade on ['cits_timeline'] to user jea...@gmail.com #2 via 127.0.0.1
2021-06-10 07:29:44,000 140110 INFO fidedb odoo.addons.base.models.ir_module: ALLOW access to module.button_upgrade on ['cits_timeline'] to user jea...@gmail.com #2 via 127.0.0.1
2021-06-10 07:29:44,000 140110 INFO fidedb odoo.addons.base.models.ir_module: ALLOW access to module.update_list on ['cits_timeline'] to user jea...@gmail.com #2 via 127.0.0.1
2021-06-10 07:29:47,523 140110 INFO fidedb odoo.addons.base.models.ir_module: ALLOW access to module.button_install on [] to user jea...@gmail.com #2 via 127.0.0.1
2021-06-10 07:29:47,541 140110 INFO fidedb odoo.modules.loading: loading 1 modules...
2021-06-10 07:29:47,553 140110 INFO fidedb odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries
2021-06-10 07:29:47,655 140110 INFO fidedb odoo.modules.loading: updating modules list
2021-06-10 07:29:47,656 140110 INFO fidedb odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user __system__ #1 via 127.0.0.1
2021-06-10 07:29:51,062 140110 INFO fidedb odoo.modules.loading: loading 44 modules...
2021-06-10 07:29:51,257 140110 INFO fidedb odoo.modules.registry: module cits_timeline: creating or updating database tables
2021-06-10 07:29:51,346 140110 INFO fidedb odoo.modules.loading: loading cits_timeline/views/cits_timeline_template.xml
2021-06-10 07:29:51,410 140110 INFO fidedb odoo.addons.base.models.ir_translation: module cits_timeline: loading translation file (es) for language es_ES
2021-06-10 07:29:51,410 140110 INFO fidedb odoo.tools.translate: loading /home/nojedar/odoo/odoo12/custom_addons/cits_timeline/i18n/es.po
2021-06-10 07:29:51,579 140110 INFO fidedb odoo.modules.loading: 44 modules loaded in 0.52s, 0 queries
2021-06-10 07:29:51,801 140110 WARNING fidedb odoo.modules.loading: The transient model cits.config.settings (cits.config.settings) should not have explicit access rules!
2021-06-10 07:29:52,016 140110 INFO fidedb odoo.modules.registry: verifying fields for every extended model
2021-06-10 07:29:52,365 140110 INFO fidedb odoo.modules.loading: Modules loaded.
2021-06-10 07:29:52,589 140110 INFO fidedb odoo.addons.base.models.ir_module: getting next ir.actions.todo()
2021-06-10 07:29:52,595 140110 INFO fidedb odoo.modules.registry: Registry changed, signaling through the database
2021-06-10 07:29:52,597 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:52] "POST /web/dataset/call_button HTTP/1.1" 200 - 4320 2.204 6.402
2021-06-10 07:29:52,677 140110 INFO fidedb odoo.addons.base.models.ir_http: Generating routing map
2021-06-10 07:29:53,588 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:53] "GET /web?debug=true HTTP/1.1" 200 - 557 0.297 0.616
2021-06-10 07:29:53,869 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:53] "GET /web/webclient/qweb?mods=base,web,muk_utils,bus,web_tour,mail,product,auth_signup,portal,digest,account,sales_team,payment,sale,sale_management,hr,account_bank_statement_import,base_import,citas,cits_timeline,contacts,hr_employee_calendar_planning,hr_schedule_cal,l10n_es,mail_bot,muk_autovacuum,web_editor,muk_web_utils,muk_web_theme,payment_transfer,web_diagram,web_kanban_gauge,web_settings_dashboard,web_unsplash HTTP/1.1" 304 - 1 0.001 0.060
2021-06-10 07:29:53,978 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:53] "POST /web/dataset/call HTTP/1.1" 200 - 14 0.007 0.010
2021-06-10 07:29:54,105 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/webclient/translations HTTP/1.1" 200 - 8 0.013 0.057
2021-06-10 07:29:54,192 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/ir.ui.menu/load_menus HTTP/1.1" 200 - 1 0.001 0.005
2021-06-10 07:29:54,265 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /mail/init_messaging HTTP/1.1" 200 - 88 0.055 0.052
2021-06-10 07:29:54,318 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/res.users/check_access_rights HTTP/1.1" 200 - 2 0.002 0.014
2021-06-10 07:29:54,342 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/ir.model.data/xmlid_to_res_id HTTP/1.1" 200 - 3 0.005 0.016
2021-06-10 07:29:54,350 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "GET /web/image?model=res.users&field=image_small&id=2 HTTP/1.1" 304 - 13 0.030 0.020
2021-06-10 07:29:54,350 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/res.users/has_group HTTP/1.1" 200 - 2 0.007 0.029
2021-06-10 07:29:54,353 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/ir.ui.view/check_access_rights HTTP/1.1" 200 - 2 0.003 0.024
2021-06-10 07:29:54,367 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/res.users/read HTTP/1.1" 200 - 2 0.001 0.004
2021-06-10 07:29:54,411 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/res.users/systray_get_activities HTTP/1.1" 200 - 2 0.002 0.005
2021-06-10 07:29:54,460 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/action/load HTTP/1.1" 200 - 14 0.008 0.011
2021-06-10 07:29:54,551 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/mail.message/load_views HTTP/1.1" 200 - 24 0.015 0.034
2021-06-10 07:29:54,713 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/ir.filters/get_filters HTTP/1.1" 200 - 10 0.006 0.008
2021-06-10 07:29:54,814 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "POST /web/dataset/call_kw/mail.message/message_fetch HTTP/1.1" 200 - 8 0.005 0.007
2021-06-10 07:29:54,908 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:54] "GET /muk_web_theme/static/src/fonts/Roboto/Roboto-Black.woff HTTP/1.1" 200 - - - -
2021-06-10 07:29:59,869 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:29:59] "GET /web/image?model=res.company&id=1&field=background_image HTTP/1.1" 304 - 25 0.011 0.016
2021-06-10 07:30:00,786 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:00] "GET /web_tour/static/src/xml/tip.xml?debug=1623310200782 HTTP/1.1" 200 - - - -
2021-06-10 07:30:01,740 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:01] "POST /web/action/load HTTP/1.1" 200 - 39 0.024 0.035
2021-06-10 07:30:01,879 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:01] "POST /web/dataset/call_kw/cits.admin/load_views HTTP/1.1" 200 - 63 0.027 0.070
2021-06-10 07:30:01,936 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:01] "POST /web/dataset/call_kw/cits.admin/read_group HTTP/1.1" 200 - 4 0.003 0.004
2021-06-10 07:30:04,138 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:04] "POST /web/dataset/call_kw/cits.admin/check_access_rights HTTP/1.1" 200 - 2 0.002 0.004
2021-06-10 07:30:04,142 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:04] "POST /web/dataset/call_kw/cits.admin/check_access_rights HTTP/1.1" 200 - 2 0.001 0.004
2021-06-10 07:30:04,165 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:04] "POST /web/dataset/call_kw/cits.admin/read_group HTTP/1.1" 200 - 2 0.002 0.005
2021-06-10 07:30:12,300 140110 INFO fidedb odoo.addons.base.models.ir_cron: Starting job `Send Mail Reminder Scheduler`.
2021-06-10 07:30:12,321 140110 INFO fidedb odoo.addons.base.models.ir_cron: Job `Send Mail Reminder Scheduler` done.
2021-06-10 07:30:17,297 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:17] "POST /longpolling/poll HTTP/1.1" 200 - 12 0.027 50.049
2021-06-10 07:30:31,965 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:31] "GET /web?debug=true HTTP/1.1" 200 - 8 0.004 0.012
2021-06-10 07:30:32,050 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/content/253-a59510c/web_editor.summernote.js HTTP/1.1" 304 - 4 0.005 0.028
2021-06-10 07:30:32,061 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/content/933-0ed3acb/web.assets_backend.js HTTP/1.1" 304 - 4 0.003 0.042
2021-06-10 07:30:32,063 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/content/796-41fcc5f/web.assets_common.js HTTP/1.1" 304 - 4 0.019 0.031
2021-06-10 07:30:32,065 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/content/798-9c6ceae/web_editor.assets_editor.js HTTP/1.1" 304 - 4 0.019 0.026
2021-06-10 07:30:32,280 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/webclient/qweb?mods=base,web,muk_utils,bus,web_tour,mail,product,auth_signup,portal,digest,account,sales_team,payment,sale,sale_management,hr,account_bank_statement_import,base_import,citas,cits_timeline,contacts,hr_employee_calendar_planning,hr_schedule_cal,l10n_es,mail_bot,muk_autovacuum,web_editor,muk_web_utils,muk_web_theme,payment_transfer,web_diagram,web_kanban_gauge,web_settings_dashboard,web_unsplash HTTP/1.1" 304 - 1 0.000 0.059
2021-06-10 07:30:32,431 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call HTTP/1.1" 200 - 4 0.003 0.004
2021-06-10 07:30:32,589 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/webclient/translations HTTP/1.1" 200 - 6 0.011 0.056
2021-06-10 07:30:32,684 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call_kw/ir.ui.menu/load_menus HTTP/1.1" 200 - 1 0.000 0.005
2021-06-10 07:30:32,735 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /mail/init_messaging HTTP/1.1" 200 - 52 0.033 0.045
2021-06-10 07:30:32,773 140110 INFO ? werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/static/src/img/user_menu_avatar.png HTTP/1.1" 304 - - - -
2021-06-10 07:30:32,798 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call_kw/res.users/check_access_rights HTTP/1.1" 200 - 1 0.000 0.009
2021-06-10 07:30:32,808 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call_kw/res.users/has_group HTTP/1.1" 200 - 1 0.000 0.007
2021-06-10 07:30:32,815 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "GET /web/image?model=res.users&field=image_small&id=2 HTTP/1.1" 304 - 13 0.018 0.015
2021-06-10 07:30:32,818 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call_kw/ir.model.data/xmlid_to_res_id HTTP/1.1" 200 - 1 0.001 0.006
2021-06-10 07:30:32,843 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call_kw/ir.ui.view/check_access_rights HTTP/1.1" 200 - 1 0.000 0.003
2021-06-10 07:30:32,904 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/dataset/call_kw/res.users/systray_get_activities HTTP/1.1" 200 - 2 0.003 0.014
2021-06-10 07:30:32,924 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:32] "POST /web/action/load HTTP/1.1" 200 - 20 0.029 0.027
2021-06-10 07:30:33,087 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:33] "POST /web/dataset/call_kw/cits.admin/load_views HTTP/1.1" 200 - 54 0.029 0.078
2021-06-10 07:30:33,339 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:33] "POST /web/dataset/call_kw/cits.admin/check_access_rights HTTP/1.1" 200 - 1 0.000 0.003
2021-06-10 07:30:33,341 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:33] "POST /web/dataset/call_kw/cits.admin/check_access_rights HTTP/1.1" 200 - 1 0.001 0.009
2021-06-10 07:30:33,382 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:33] "POST /web/dataset/call_kw/cits.admin/read_group HTTP/1.1" 200 - 2 0.001 0.004
2021-06-10 07:30:44,419 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:30:44] "POST /longpolling/poll HTTP/1.1" 200 - 12 0.011 50.030
2021-06-10 07:31:12,386 140110 INFO fidedb odoo.addons.base.models.ir_cron: Starting job `Send Mail Reminder Scheduler`.
2021-06-10 07:31:12,472 140110 INFO fidedb odoo.addons.base.models.ir_cron: Job `Send Mail Reminder Scheduler` done.
2021-06-10 07:31:22,927 140110 INFO fidedb werkzeug: 127.0.0.1 - - [10/Jun/2021 07:31:22] "POST /longpolling/poll HTTP/1.1" 200 - 8 0.012 50.026
Log de Goggle chrome
XHRGEThttp://localhost:8020/web/webclient/qweb?mods=base,web,muk_utils,bus,web_tour,mail,product,auth_signup,portal,digest,account,sales_team,payment,sale,sale_management,hr,account_bank_statement_import,base_import,citas,cits_timeline,contacts,hr_employee_calendar_planning,hr_schedule_cal,l10n_es,mail_bot,muk_autovacuum,web_editor,muk_web_utils,muk_web_theme,payment_transfer,web_diagram,web_kanban_gauge,web_settings_dashboard,web_unsplash
[HTTP/1.0 304 NOT MODIFIED 62ms]
XHRPOSThttp://localhost:8020/web/dataset/call
[HTTP/1.0 200 OK 9ms]
XHRPOSThttp://localhost:8020/web/webclient/translations
[HTTP/1.0 200 OK 69ms]
Tour Manager is ready. running_tour=null web.assets_common.js:3998:1318
XHRPOSThttp://localhost:8020/mail/init_messaging
[HTTP/1.0 200 OK 80ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/ir.ui.menu/load_menus
[HTTP/1.0 200 OK 10ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/res.users/check_access_rights
[HTTP/1.0 200 OK 18ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/res.users/has_group
[HTTP/1.0 200 OK 13ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/ir.model.data/xmlid_to_res_id
[HTTP/1.0 200 OK 23ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/ir.ui.view/check_access_rights
[HTTP/1.0 200 OK 9ms]
XHRPOSThttp://localhost:8020/web/action/load
[HTTP/1.0 200 OK 58ms]
XHRPOSThttp://localhost:8020/longpolling/poll
XHRPOSThttp://localhost:8020/web/dataset/call_kw/res.users/systray_get_activities
[HTTP/1.0 200 OK 31ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/cits.admin/load_views
[HTTP/1.0 200 OK 111ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/cits.admin/check_access_rights
[HTTP/1.0 200 OK 11ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/cits.admin/check_access_rights
[HTTP/1.0 200 OK 11ms]
XHRPOSThttp://localhost:8020/web/dataset/call_kw/cits.admin/read_group
[HTTP/1.0 200 OK 9ms]
WARNING: infinite loop in redraw? 2 vis.js:10411:15
--
Has recibido este mensaje porque estás suscrito a un tema del grupo "Usuarios Odoo / OpenERP en España" de Grupos de Google.
Para cancelar la suscripción a este tema, visita https://groups.google.com/d/topic/openerp-spain-users/VyFVTUh6XDU/unsubscribe.
Para cancelar la suscripción a este grupo y a todos sus temas, envía un correo electrónico a openerp-spain-u...@googlegroups.com.
Para ver esta conversación en el sitio web, visita https://groups.google.com/d/msgid/openerp-spain-users/82ec892a-da2c-4137-a7ab-573ccc90571cn%40googlegroups.com.