Track visibility is used to track the changes made to the fields, as our system is a multi-user system and different people can access the same record. #odoo15tutorials There might be cases where we have to keep track of who changed the field values. In these cases, we can use track_visibilty. #odoo15developmentvideos #odooforbeginners Video Contents […]
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: […]