Balanced Scorecard Interface
The whole list of KPI targets for a period is available from a single interface. Right from here you can set up new targets and edit existing ones, observe actual and target values, evaluate success by indicative red / green color, observe historical trends, open and close periods. It is also possible to export a whole scorecard to an Excel table.
To make navigation over targets comfortable, KPIs are structured by categories. It let quickly consider only those KPIs which are of interest at the moment. For example, to observe only sales targets or targets of a specific Odoo user. Another important peculiarity is that KPIs might have parent-children relations. For instance, 'Total company sales' > 'Sales America' > 'John Brown Sales'. Such hierarchy allows to highlight targets with indicative padding for instant overview of sub-KPIs.
It is only up to you which KPIs to add and which approach to apply for KPIs' sectioning and hierarchy.
Снимци екрана
KPI Balanced Scorecard
KPI targets by categories
Export Odoo KPI scorecard to Excel
Open new KPI period to set KPI targets up
Set a new Odoo KPI target
KPIs targets by periods
KPI scorecard is not just a dashboard, but it is a full-featured tool to set and control company and individual targets. Targets should be measurable and time-constrained. 'Sell as much as possible' is not a goal, while 'Generate 100,000 Euro Revenue in the year 2021' is a good target for a sales person, for example.
That is why, each goal should have a target value and should be defined for a period. In such a way, the app let you have a full picture of results to undertake corrective actions in advance.
Real-time control and historical trends
When a user opens scorecard interface, he/she is shown targets of a current period (if it exists). Actual values are re-calculated regularly and automatically by the special Odoo cron job. In such a way, it is possible to understand which KPIs require more attention in real time at a first glance.
Simultaneously, it is always possible to switch to another period to have broader picture (e.g. from monthly to yearly KPIs) or to observe the Past / the Future targets (e.g. to plan efforts efficiently).
Besides, each KPI target has a special button to observe history by all periods. The latter might be useful to understand overall trends.
Copying targets from a period
In case you have similar KPIs from a period to period, the tool let you copy targets. To that end use the field 'Copy target from' when you open a new period or the button 'Substitute' for existing ones.
Periods trends, length and tolerance
The app allows to set periods of any length including intervals which cross each other (and even the Past periods!). To open a new KPI period you should just set start and end dates. Those dates will be used to calculate KPI actual value. For example, KPI formula might include a basic KPI measurement for total amount of sale orders, while date field of this measurement is defined as 'Order date'. Then, only sale orders which order date is within the period would be taken into account. Thus, KPI scorecard would show total revenue for a given period.
It is recommended to have more or less strict logic of periods for comparability purposes. Usually, KPI targets are set for a whole year and quarterly/monthly intervals. It let not only have KPI overview, but also check historical trends. The app automatically considers various periods in order to define which might be compared to this one, and will show users a chart of actual values by a specific KPI. It is possible to define tolerance on the configuration page. For example, 2-days tolerance is needed to compare quarterly periods (since quarter might take from 90 to 92 days), and 3-days tolerance for months (unluckily, February may last 28 days).
Why to close periods
KPI periods work in a similar way as accounting / fiscal periods. The idea behind is to make sure that at a certain point KPI actual values are frozen and might be used for a final analysis of a period. It is hardly good to update December KPIs in the next August even though a sale total needs to be corrected, for example.
That is why when a period end date is already in the Past, it is preferable to close that period to avoid further updates of KPI targets actual values. Besides, it would speed up actual values' recalculations.
Снимци екрана
KPI targets by periods
KPI trends by similar periods and overall history
Substitute targets with KPI targets of another period
Drag-and-drop formulas for KPI calculations
A KPI (a key performance indicator) is a measurement which aims to evaluate a certain aspect of organizational or personal activities. This tool let you prepare an unlimited number of such measurements and calculations of almost any complexity.
Formula construction is as simple as it is to write down a mathematical expression: just drag and drop formula parts in a right order with correct operators. When Odoo computed actual values for a specific period, it would automatically retrieve data from a database according to parts' logic. As formula parts you can apply:
- KPI variables - rules how to calculate data from Odoo database. For example, 'total number of sales orders' or 'number of quotations of sales team Europe'.
- Other KPIs - to make derivative calculations. For example, you may have KPIs 'Sales count' and 'Opportunities count', and a derivative KPI 'Opportunity to sales success ratio'.
- KPI constants - figures which do not depend on actual Odoo data, but which are frozen globally or for a specific time frame. Constants allow to introduce parts which can not be retrieved from modules and/or which should remain the same during the whole period.
- 2 special variables - 'Period Days' and 'Days Passed'. Those figures are calculated not from Odoo data, but from the KPI period settings under consideration. 'Period Days' is an interval length in days. 'Days Passed' is a length between period start and today (if today is before period end; otherwise period end). Those parameters let calculate per-time KPIs, such as, for example, 'Average sales per week'.
- Mathematical operators - including subtraction, addition, multiplication, division, exponentiation, any float number.
How to configure KPI appearance
Depending of business logic of KPI formula, the final calculation result might have different form:
- Simple number: for example, 'Average sales count per week'.
- Percentage: for example, 'Sales to opportunities success ratio'.
- Monetary: for example, 'Total Sales per period'. Make sure the measurement field you used is in the same currency (usually company default currency)!
For simple numbers and percentage you may also define result suffix and prefix to make a figure nice looking (e.g. add "%" as suffix to have "88%"). For monetary result type it is recommended to define a currency, which symbol would be added to result.
Finally, you may decide how calculation result should be rounded. Available options are from 0 to 4 decimal points (1 > 1.2 > 1.23 > 1.235 > 1.2346).
Снимци екрана
KPI formula: overview
Drag and Drop to define KPI calculation formula
KPI formula: settings and apperance
Constants for KPI calculations
Odoo List of KPIs to set targets
KPI variables and basic measurements to retrieve Odoo data
Preparing basis for KPI calculations is not a simple task. The good news is that such job should be done only once, while results are used forever.
A basic measurement is the core object used for retrieving actual KPI value from Odoo database. Basic measurements represent the most general calculation, while KPI measurements specify those. For example, 'total number of sales orders' should be a basic measurement, while narrower 'number of quotations of the sales team Europe' is recommended to be a precision of that basic measurement (so, a KPI measurement or a KPI variable). Each basic measurement might have an unlimited number of linked KPI variables. In such a way, KPI variable let you prepare a formula part which might calculate:
- A total number of specified records within a given period. For example, a number of registered leads or a number of posted customer invoices.
- A sum of specified records' numeric fields. For example, sum of all orders amount total or sum of paid taxes by invoices.
- An average of specified records' numeric fields. For example, average planned hours per task or average days to assign a lead
If those 3 types of calculations are not enough, basic measurements let you prepare the Python code to compute any sort of figures based on any Odoo data.
How to set up basic measurement
Basic measurements are not used themselves for formula constructions, they are required to prepare any sort of formula variables (KPI measurements). In order to create a basic measurement you should define:
- Model - is an Odoo document type from Odoo database, so with which data set you work. For, examples, 'Sales Order' or 'Task'. Here you can rely not only upon standard or custom objects (including ones created through the interface or the Odoo studio.), but also on Odoo reports. The latter is quite useful if indicators are already calculated for existing dashboard (for example, total sales amount in default currency from the 'Sales Analysis Report').
- Date fields - are required to understand whether a specific document type relates to a considered period, so, how to distribute objects by time intervals. For example, for tasks you might use 'create date' to analyze jobs registered within this KPI period. It is possible to apply a few date fields (e.g. 'Opportunities opened and won in January 2021'). If date fields are not specified, KPI period would not influence this basic measurement.
- Filters - allow you to restrict records set by any stored field. For example, you may calculate count of only won opportunities based on stage settings or only posted customer invoices based on journal entry type and state.
- Measure field - is available and required only for calculation types 'Average' and 'Sum'. It defines which figure you use for calculations. For example, total amount of Sales Analysis Report to get accumulated sales revenue or work hours of tasks to get average spent time per each task.
- Company field - would be needed for multi companies environment. According to that field, KPIs are considered only withing a KPI period target company. Take into account that records without company stated would be used for all companies' KPI calculations.
Python code measurements
'Python code' is the special type of basic measurement. This type requires technical knowledge but let you compute any sort of figures based on any Odoo data without restrictions.
Correct Python code assumes saving the value into the special variable 'result'. From other perspectives, it might be any Python basic script with possibility of SQL queries (using 'env.cr').
In your calculations you may also rely upon the special variables: 'period_start' (the first date of the period), 'period_end' (the last date of the period), 'period_company_id' - res.company object for which Odoo makes calculations at the moment (according to a KPI period under consideration).
How to configure KPI variables from basic measurements
A KPI measurement is a final variable used for KPI calculations. It represents specification of basic measurement. For example, 'number of quotations of the sales team Europe' might be a precision of a basic measurement 'total number of sales orders'.
The key idea to distinct KPI variables from basic measurements is to simplify data preparation. Each basic measurement might have an unlimited number of linked KPI measurements. So, the only thing you would need to do is to apply extra filters (in the example 'Sales Team Name is Europe').
Take into account that basic measurements of the type 'Execute Python code' can't be any more specified, since they do not relate to any records. In such a case, there is no sense to have a few KPI measurements.
In a multi company environment KPI Measurements are applied globally or for each company individually. In the former case that variable is available for any company KPI formulas, while in the latter - only for specific one (it let make quicker overview while constructing formulas).
Снимци екрана
KPI basic measurements: Odoo data
KPI variable / KPI measurement: specify basic measurement
Execute Python code to calculate KPI actual value
Shared KPIs and self-control
Full rights for all KPIs, targets, and settings belong to users with the right 'KPI Management - KPI manager'. Simultaneously, the tool let you share KPIs with other users as well.
In particular, you can grant an access to observe KPIs using the 'Read rights' section on a KPI or a KPI category form. The section 'Edit rights' would not only allow to see scorecard by related KPIs, but also to set targets for those. The latter might be useful in case you ask your manager to manage goals within a department, for example.
Take into account: all security settings are additive and they are not restrictive. KPI managers would have full rights for all KPIs disregarding the settings, while other users would have rights only to KPIs which settings (or category settings) allow them so.
Снимци екрана
KPI manager rights
Share all KPIs of this category
Own KPI security settings
Multi companies
The tool is compatible with multi companies' environment. In particular, KPI periods and KPI targets are set up for each company individually (global targets are not possible).
KPI basic measurements assume that a company field is selected for a chosen model. It let distinguish which records are under consideration. If a company field is empty, all records would be analyzed.
Constants, KPI variables, and KPI formulas might be also assigned to a specific company. That might be used to simplify selection of formula parts when companies operate in different business areas.
Савети за конфигурацију и инсталацију за KPI Balanced Scorecard Odoo v.13
Scheduled jobs
- Turn on the debug mode.
- Go to KPI > Configuration > Settings.
- Find the button 'Configure cron job'.
- You are welcome to update the settings 'Execute Every' and 'Next Execution Date'. Please do not make it too frequent (e.g. once in 5 minutes), since operation is resource demanding, and might be not fully finished within a pair of minutes.
Change frequency of KPIs re-calculatinon
Често постављана питања о KPI Balanced Scorecard Odoo v.13
Направио сам Basic Measurement, али га не могу наћи у чаробњаку формула.
Basic Measurements се сами не користе за формулу. Чак и ако не желите више филтера на Basic Measurement, ипак направите Variable повезан с њим. Тада ће се тај Variable појавити на списку доступних за израду формуле.
Који подаци се могу користити за KPI. Да ли модул има сопствене податке?
Сама апликација не уводи сопствене податке (изузев KPI константи које служе управо да примене недостајуће податке) нити интеграције. Апликација рачуна и припрема интерфејсе на основу постојећих Odoo података. На пример, број налога продаје за одређени период можете добити из апликације Sales.
Модул је универзалан и може преузети податке из било ког Odoo модула, укључујући стања рачуна. На пример, укупну добит за месец можете израчунати на основу рачуна (ставке дневника).
Податке можете добити и из извора ван Odoo, повезујући га са Odoo модулом. На пример, ако у Odoo PostgreSQL имате податке Google Analytics, њима се могу припремати KPI.
Која је разлика између Basic Measurements и Measurements (Variables)?
Measurement (Variable) — прецизирање основног мерења. Идеја је да се поједностави припрема података. 'Total Sales' дефинишете једном и неограничено користите за 'Sales Europe', 'Sales John Brown', 'Website Sales' итд., додајући додатне филтере.
Које су политике ажурирања ваших алата?
Према важећим правилима Odoo Apps Store:
- Сваки модул купљен за верзију 12.0 и старију даје приступ свим верзијама до 12.0.
- Од верзије 13.0 свака верзија модула се купује засебно.
- Без обзира на верзију, куповина даје право на сва ажурирања и исправке у оквиру главне верзије.
Имајте у виду да тим faOtools не контролише та правила. За питања обратите се директно представницима Odoo Apps Store.
Како могу инсталирати вашу апликацију на Odoo.sh?
Најдиректнији приступ је да користите уграђени ток рада Odoo продавнице:
1. Отворите страницу модула и кликните дугме Deploy on odoo.sh
2. Након тога бићете преусмерени на GitHub страницу. Пријавите се на налог, затим кликните 'Create a new repo' или користите постојећи. Проверите да је спремиште приватно. Није дозвољено објављивати апликације под лиценцом OPL-1. Ако треба, направите нови repo за Odoo.sh пројекат
3. Затим идите на odoo.sh и кликните дугме Deploy. У искачућем прозору пошаљите одлуку и кликните 'Continue.' Ова радња покреће инсталацију.
Ови кораци ће инсталирати апликацију на продукциону грану пројекта. Ако желите да примените апликације на друге гране или да ажурирате модул, урадите следеће:
1. Отпремите изворни код апликације из Odoo продавнице
2. Урадите commit модула у потребно GitHub спремиште. Проверите да ниједна фасцикла/датотека апликације није игнорисана (тј. није у .gitignore репоа). Спремишта аутоматски прави odoo.sh и могу подразумевано садржати важне ставке (нпр. /lib). Отпремите све директоријуме, поддиректоријуме и датотеке модула без изузетака
3. Примените циљну грану odoo.sh пројекта или, ако то претпостављају подешавања, сачекајте да се аутоматски изгради.
Како да инсталирам вашу апликацију на сопствени сервер?
2. Поново покрените Odoo сервер;
3. Укључите режим програмера (техничка подешавања);
4. Ажурирајте листу апликација (мени апликација);
5. Пронађите апликацију и притисните „Activate“/„Install“;
6. Пратите смернице на страници апликације ако постоје.
Приметио сам да ваша апликација има додатне додатке. Могу ли их купити накнадно?
Да, наравно. Истовремено Odoo аутоматски додаје све зависности у корпу, па треба искључити већ купљене алате да не платите двапут.
Поставио сам вашу апликацију на Odoo.sh и у тестовима видим упозорење/грешку
Црвено/наранџасто упозорење не утиче на функције апликације. Нажалост, наши модули понекад не прођу стандардне аутоматске тестове јер они претпостављају понашање које је у сукобу са циљевима апликације. На пример, мењамо обрачун цене, а тестови стандардног Odoo модула упоређују коначну цену са стандардним алгоритмом.
Пре свега проверите функције постављене базе. Да ли све ради исправно?
Ако и даље сматрате да упозорење утиче на стварне функције, контактирајте нас и пошаљите потпуне дневнике инсталације и потпун списак постављених модула (укључујући језгро и треће стране).
Могу ли да купим апликацију директно од ваше компаније?
Не, алате дистрибуирамо само преко званичне продавнице апликација Odoo.
Желео бих да добијем попуст
Нажалост, немамо техничких средстава да понудимо појединачне цене.
Могу ли да инсталирам апликацију на своју Odoo Online (SaaS) базу?
Не, апликације трећих страна не могу се користити на Odoo Online. Нажалост Odoo SaaS то блокира.
Ваш алат зависи од других апликација. Треба ли да их купим?
Да, алату су потребни сви модули наведени у зависностима да би радио исправно. Цена на страници апликације већ укључује све потребне зависности.
Која је цена модула у америчким доларима? Зашто се променила?
Цена наших модула је у еврима. Odoo продавница прерачунава цене у друге валуте по свом интерном курсу. Зато се цена у америчким доларима може променити кад се курс ажурира.
Текстови апликације и сајта на језицима осим енглеског рађени су уз помоћ ВИ и усклађени са званичним Odoo преводима. Ако уочите грешку, пошаљите тикет о исправности превода и исправићемо.
Пријављивање грешака
Ако наиђете на грешке или недоследно понашање, слободно нас контактирајте. Гарантујемо исправке у року од 60 дана од куповине и веома смо заинтересовани да унапређујемо алате и после тог периода.
Да нас контактирате није потребан број телефона ни кредитна картица. Довољна је кратка регистрација е-поштом која не траје више од 30 секунди.
У захтев укључите што више детаља: снимке екрана, дневнике Odoo сервера, пун опис како поновити проблем и тако даље. Обично треба неколико радних дана да се припреми радни план (ако је грешка потврђена) или смернице шта треба урадити (у супротном).
Јавни захтеви за функције и идеје модула (бесплатан развој)
Снажно смо мотивисани да побољшамо своје алате и били бисмо захвални на свакој повратној информацији. Ако су ваши захтеви од јавне користи и могу се ефикасно спровести, тим ће их укључити у нашу листу задатака.
Таква листа задатака се обрађује редовно и не подразумева додатне накнаде. Иако не можемо обећати рокове и коначан дизајн, то може бити добар начин да добијете жељене функције без улагања и ризика.
Да нас контактирате није потребан број телефона ни кредитна картица. Довољна је кратка регистрација е-поштом која не траје више од 30 секунди.
Алат за флексибилно слагање прилога Odoo у фасцикле и синхронизацију директоријума са cloud клијентима: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box и NAS. DMS. Менаџер датотека. Систем за управљање документима
Алат за аутоматску двосмерну синхронизацију прилога Odoo са датотекама OneDrive
Алат за аутоматску двосмерну синхронизацију прилога Odoo са датотекама Google Drive
Алат за изградњу дубоке и структурисане базе знања за интерну и екстерну употребу. Knowledge System. KMS. Ревизије као на викију.
398€Алат за управљање услугама засновано на времену, од резервације термина до продаје и рецензија
Алат за управљање Odoo из омиљених AI ћаскања преко MCP. Claude. Било који AI који подржава MCP.
198€Алат за спајање различитих Odoo догађаја у неколико подесивих супер календара