Advanced Views - Calendar View in Odoo 13
Calendar view provides a timeline – schedule view for the data, they display records as events in a daily, weekly, or monthly calendar. Their root element is “Calendar”
Get the module from our repository: https://github.com/CybroOdoo/openacademy
Available attributes on the calendar view are:
date_start (required):
name of the record’s field holding the start date for the event
date_stop:
name of the record’s field holding the end date for the event, if date_stop is provided records become movable (via drag and drop) directly in the calendar
date_delay:
the alternative to date_stop provides the duration of the event instead of its end date (unit: day)
color:
name of a record field to use for color segmentation. Records in the same color segment are allocated the same highlight color in the calendar, colors are allocated semi-randomly. Displayed the display_name/avatar of the visible record in the sidebar.
form_view_id:
view to open when the user creates or edit an event. Note that if this attribute is not set, the calendar view will fall back to the id of the form view in the current action, if any.
event_open_popup:
If the option ‘event_open_popup’ is set to true, then the calendar view will open events (or records) in a FormViewDialog. Otherwise, it will open events in a new form view (with a do_action)
quick_add:
enables quick-event creation on click: only asks the user for a name and tries to create a new event with just that and the clicked event time. Falls back to a full form dialog if the quick creation fails
all_day:
name of a boolean field on the record indicating whether the corresponding event is flagged as day-long (and duration is irrelevant)
mode:
Default display mode when loading the calendar. Possible attributes are: day, week, month
#odoo13 #odootutorials #odooocalendarview
For More Videos Subscribe to our YouTube channel.
Visit our company website: https://www.cybrosys.com/
Connect with us:
Facebook: http://ow.ly/Ty0Q30lc5TU
twitter: http://ow.ly/s5cV30lc5Vc
LinkedIn: http://ow.ly/GJfg30lc5WT
Pinterest: http://bit.ly/2I2b5N0
About Us
Cybrosys is enriched with technical experts and research scholars producing high-end quality software tool. Our sophisticated infrastructure and lab facilities constantly bring in new technological innovations and attributions. Partnership with ODOO, MICROSOFT, IBM, Intel, HP, NASSCOM proves our strength and excellence.
We are Odoo Gold Partners standing par excellence in Odoo Implementation, Customization and allied services. We do Source code sale, Custom software development, and Employee outsourcing. The latest research and developments in Cybrosys are being conducted in Blockchain. Our robust quality product and services are widely used by clients residing across in India, USA, UK, Middle East & Europe.
Other Videos By Cybrosys Technologies
2019-12-22 | How to Configure Journals in Odoo 13? |
2019-12-21 | How to split bills in Odoo 13 POS ? #odoopos |
2019-12-18 | Incoterms in Odoo 13 |
2019-12-18 | How to assign owner for products by consignment in odoo13 |
2019-12-17 | How to manage currencies in odoo 13? |
2019-12-16 | Advanced Views - Gantt View in Odoo 13 |
2019-12-12 | Odoo 13 Features - Flexibility in Components Consumption |
2019-12-12 | Credit Notes in Odoo13 |
2019-12-11 | How to Set Up Shipping Methods In Odoo 13? |
2019-12-10 | Advanced Views - Search View in Odoo 13 |
2019-12-09 | Advanced Views - Calendar View in Odoo 13 |
2019-12-09 | Operation Types In Odoo 13 |
2019-12-07 | Cash Rounding in Odoo 13 |
2019-12-06 | Delivery Packages In Odoo 13 |
2019-12-06 | Inventory Valuation in odoo 13 |
2019-12-05 | Sales Pricelist In Odoo 13 |
2019-12-05 | Tree View Decoration Attribute in odoo 13 |
2019-12-02 | Odoo 13 Inventory Management |
2019-11-29 | Model Constraints - SQL Constraints in Odoo |
2019-11-28 | Model Constraints - Python Constraints in Odoo |
2019-11-28 | Onchange mechanism - @api.onchange in Odoo |