Periodic Reporting and Reminders v.12
The tool to generate and periodically send reports and reminders
Any Odoo documents' reporting
Look at popular use cases
- To send periodical statistics for managers
- To forward to-do lists for certain actions
- To plan forthcoming events and actions
- To notify customers or suppliers of done jobs.
Pipeline results --> to get leads closed the previous month for a team manager
- Choose Lead/Opportunity as a model
- Define a period as Closed Date in the last month
- Make a filter Sales Channel > Sales Channel contains 'Europe', where 'Europe' is your sales team
- As columns define Display Name, Salesperson > name, Salesperson > phone, Tags, Expected Revenue
- Subscribe a sales team manager for this reminder
- Send a list each month, on the first Monday.
Similar lists might be configured for sale orders, deliveries, purchase orders, manufacturing operations, etc.
Daily to-do list --> to get activities which should be done today or previously
- Choose Activity as a document type
- Define a period as Due Date in the last 10000 days including this (to get even the eldest activities)
- Make a filter Assigned to > Name contains 'John Brown', where 'John Brown' is a user to notify
- As columns apply Display name, Category, Due Date, Note
- Subscribe a John Brown for this reminder
- Send a list everyday.
Similar reminders are usually prepared for project tasks, opportunities, planned deliveries or incoming shipments, etc.
Planned events --> to get events which will happen in forthcoming periods
- Choose Event as an object for this reminder
- Define a period as Start Date the last week, including this (it would be 'this week'), or the next 3 weeks
- Make no filters
- As columns apply Event name, Location, Start Date, End Date
- Subscribe a John Brown for this reminder, where John Brown is an event department head
- Send a list on Mondays.
Similar reminders are Okay for activities, tasks, leads, deliveries, incoming shipments, etc.
Customer project statistics --> to notify customers about their tasks
- Choose Task as a target model
- Define a period as Create Date in the last year
- Make 2 filters: Customer > Parent name is 'Agrolait' or Customer name is 'Agrolait', where 'Agrolait' is project customer
- As columns apply Display name, Deadline, Description, Last Stage Update, Stage > display name
- Subscribe a John Brown for this reminder, where John Brown is a managing partner of Agrolait
- Send a list on the 10th of January each year.
Similar statistics is frequently forwarded by support tickets, paid invoices, done sale orders, etc.
Configurable statistic and appearance
Send a table right in an email or/and as Excel (xlsx) table.
Reminder view features
- The tool allows choosing an unlimited number of columns for this document. It might be any field of a target model of the following types: char, text, html, integer, float, selection, boolean, date, datetime and relations to other documents (many2one, one2many, many2many). The set includes even computed fields
- For relational fields you might choose the second level precision. For example, you might show a phone of a customer for a sales orders' reminder or tags' colors for tasks
- It is possible to adapt column names. By default a field description is stated (on the language of this reminder), but users are allowed to change them
- Optionally attach an xlsx table for reminders. It would have the same columns as a reminder itself. It is also possible to exclude a list from email and leave only an xlsx table
- Include or exclude links to Odoo objects. References are great in case of internal reminders, but they are harmful in case of external ones
- Introduce any greeting text for a notification
- Choose reminders' language
- Do not change email template manually. It will break all styles. Look at the Configuration tab
Екранни снимки
Configure list columns and reminder appearance
Followers regularly receive lists on their email
The Excel (xlsx) table is optionally attached
Filtering and periods for analysis
Apply any sort of filters to include only required documents
How to limit documents by relative periods
- Restrict time frames by any date or datetime of a target document type. It might be deadline, create or close date, next activity day, etc.
- If you wish, apply a few periods based on different dates. For instance, select this month closed leads which have been opened the last year. Records should satisfy all of the criteria, however if you selected the same date twice, records should be within any of those periods. For example, a deadline should be within the last 2 months OR the next month AND a close date should be within the last year
- Periods are relative, so they are periods in comparison to today. E.g., 'this month', 'the last year', 'the next 5 weeks'
- Intervals may both define previous time frames ('the last') and forthcoming periods ('the next')
- As intervals select days, weeks, months, or years
- Exclude or include a current period. For example, you might send a reminder on the first day of a month for a previous one. Vice versa, forward a list on the last day of this month for a current one
- Test your settings according to a real-time-shown result below the table
How to filter documents under analysis
- Filters are organized as a domain constructor: you may use the most of storable fields with any level of precision. The latter means, for example, you can filter sales orders by a related partner country or even by a state of a company of a related partner
- Use both 'AND' ('all') and 'OR' ('any') operators to achieve a desired result
- Check yourself by pressing the button 'Records': it would show all documents which at the moment satisfy your search criteria (and you have an access to)
- If you feel confident to prepare Reverse Polish Notation domains, turn on the debug mode, and apply more complex expressions such as, for instance, ' category is child_of all'
Екранни снимки
Configure lists of records to be sent according to chosen periods
Filter Odoo records to be included into a list
Good at Odoo domains? Turn on the debug mode
Flexible recurrence
Which periodicity I may apply
- Send a reminder every day, each 5 days, each 181 days
- Notify by exact weekdays, e.g. on Mondays and Thursdays
- For monthly reminders use:
- The first month day
- The last month day
- The exact date, e.g. the 16th
- A weekday, for instance, the first Monday, the last Friday, or the third Tuesday
- Prepare a yearly statistics on an exact year day, e.g. on the first of September
Екранни снимки
Flexibly configure reminders frequency
Send reminders weekly on predefined weekdays
Define a month day for lists notifications
Make reminder monthly on predefined weekdays
Reminder for any Odoo partner
Екранни снимки
Remind to any user, customer, supplier or send lists to Odoo channels
Periodic reporting manager
User rights peculiarities
- To observe the reminders' menu and configure new notifications, select the right 'Lists Reminder Manager' in this user settings
- Make sure you trust such a person. This user would be able to send any data by a document type to which he/she has a read access. It means, that if a user might read leads in general, but do not have rights to read the exact lead 'XXX', he/she would be able to send the data by the lead 'XXX' using the reminder
- To configure a reminder by this document type, a user should have a read access to such a model. For example, an employee without the right 'Warehouse user' might not prepare a reminder by deliveries
Екранни снимки
Make any user prepare lists reminders
Reminder managers may configure lists only for documents they can read
Great and very useful app
First of all, the team behind this app is great, support is immediate, and response is fast. The application is very useful in managing any type of notification to keep you updated with all what's happening within your company.
Съвети за конфигурация и инсталация за Periodic Reporting and Reminders Odoo v.12
Python dependency
To provide the feature of dynamic Excel table generation, install the Python library xlsxwriter:
pip install xlsxwriter
Email template
The basic reminder appearance should not be configured through Odoo email templates. In the debug mode go to:
- Settings > Technical > Email > Templates > Reminder
Do not change this template! Otherwise, its styles would be broken, and you would receive blank emails.
Have you broken everything? Not a problem, remove this template and update the module. The email appearance will be recovered.
Scheduled job (cron)
By default Odoo checks whether any reminder should be sent on a daily basis. You can change a frequency or time of check. In the debug mode go to:
- Settings > Technical > Automation > Scheduled Actions > Lists Reminders
The situation for a higher frequency is when you have many reminders with a lot records to search. In that case the cron job might be not ready with all actions in time, and it is better to repeat the check. However, be cautious: do not make it too frequent. Otherwise, one job would not be fulfilled until another one, and Odoo would collapse until a reminder is sent.
The cron job interval should be bigger than your Odoo configured timeout. Sometimes it is required to increase a timeout, if a number of documents in a list accounts for a few thousands records.
The module is not aimed to export data from Odoo. Do not try to send everyday your whole database.
Configure the planned job for reminders
Често задавани въпроси за Periodic Reporting and Reminders Odoo v.12
Какви са политиките за обновяване на вашите инструменти?
Според действащите правила на 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 на repo). Хранилищата се създават автоматично от 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 в папки и синхронизация на директории с облачни клиенти: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box и NAS. DMS. Файлов мениджър. Система за управление на документи
Инструмент за автоматична двупосочна синхронизация на прикачените файлове в Odoo с файлове в OneDrive
Инструментът за безопасно съхранение на пароли в Odoo за споделена употреба. Споделени трезори
198€Инструмент за изграждане на дълбока и структурирана база знания за вътрешна и външна употреба. Knowledge System. KMS. Ревизии като в уики.
398€Инструментът за управление на услуги по време – от резервация на срещи до продажби и отзиви
Инструмент за задаване на KPI цели и контрол на изпълнението по периоди. KPI табла. Дизайнер на табла. KPI графики
198€Инструмент за автоматична двупосочна синхронизация на прикачените файлове в Odoo с файлове в Google Drive