Report actions (ir. actions.report) are the actions which trigger the printing actions of a report. By using different fields one can represent the type, name, paper format, etc of the report. Field ‘report_type’ represents the type of the report whether it is a PDF report (qweb-pdf) or HTML report (qweb-html). Attributes used in Report Action: […]
Window actions (ir.actions.act_window) are the most common action types. It is used to present the visualization of the data models through different types of views. It gives instructions to the GUI client and is usually used by menu items or buttons in views. white_check_markeyesraised_hands Its fields are: res_model model to present views for views a […]
Sometimes in certain cases, we might need to make all fields of a model readonly in a particular state or a condition. This video discusses on how to do that without having to give conditions for each field in the model to be readonly. It’s done bypassing “turn_view_readonly” through context. Watch the full video to […]
Setting timezone enables Odoo to display date and time on messages based on the logged-in user. If the Timezone field is left empty for a user it may lead to unpredictable changes in the code. So it is necessary to ensure that you indicate a Timezone while creating a user record. Datetime data in DB […]
Reports in odoo13 Reports are used in a business organization to uniquely assess the operations performed in a company. Facts can be viewed in a clear and precise way manner which helps to manage critical information in a better way. It can be considered as a communication tool that effectively shares information that we want […]
This video is to show How to setup opening balances in Odoo 13. At the year-end, we will have to transfer the closing balance of the current year as an opening balance to the new financial year. In odoo we used a journal and journal entries for setting opening balance. 0:00 Introduction 0:23 Create opening […]
The agenda behind this functional training is to literate the end-users and other public with Odoo Version 13 Project & Timesheet app. In this training, we will be focusing on the following module. – Project – Timesheet Benefits Of Odoo 13 Project & Time Sheet Neat and Fast Modem User Interface A fast user interlace […]
Video Contents: 00:00 Introduction 01:19 Accounting module overview 02:22 Customers in the accounting module 03:36 Create payable and receivable accounts 06:42 Set payable and receivable accounts 07:47 Create invoice/bills for customers 09:15 Reporting in Accounting module Account receivable and payable is one of the indispensable accounts in a business. When we track these accounts, we […]
This video explains about ‘How to plan Activities in Odoo13’.Planning activities are the perfect way to keep on track with your work. Get reminded of what needs to be done and schedule the next activities to undertake. Odoo helps you to easily plan your usual flow of activities. Planning activities are the perfect way to […]
Sometimes we have to import new data set into odoo to update older data or for some other purpose. Using odoo users can import data in different formats.By default odoo supports .xlsx and .csv files .By using data importing users can simply import data like the product, sale order, etc. Importing data may invite errors […]