This question has been flagged
5 Replies
10979 Views

I am wondering maybe someone have made such a functionality and can share experience?

I want completely remove this feature.

thanks in advance

Avatar
Discard
Best Answer

Hi @zilvinas

If you wanna disable for an specific calendar view you can add the attribute quick_add="false"

If what you want is to not use it at all without define anything for all the calendar views, that require an extension to the widget in js

Avatar
Discard
Author

thank you! quick_add="false" is exactly i was looking for. maybe you have some referece where i can find all available attributes?

The reference that I use is mostly source code and my previous background on the topic. No silver bullet for this

Best Answer

Dear Axel,

If possible, could you provide us with a reference/example of where to use this quick_add="false" field? I've snooped around the .py and .xml files of the Calendar addon, but there is no reference to this field anywhere. 

Thank you for your help! 

Avatar
Discard

It's not a field, it's an attribute for the calendar tag view definition. You can find reference for it's usage on openerp/addons/base/rng/view.rng openerp/addons/web_calendar/static/src/js/web_calendar.js