Skip to content
Snippets Groups Projects
Commit 2c3f53d5 authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] stock: remove quick_add from picking calendar view


before this commit, on clicking the picking calendar view, it allows the quick adding from the calendar view and entered value is going to the name field of stock.picking model.

after this commit, quick adding will be disabled and on clicking form will be opened with selected date.

closes odoo/odoo#118175

X-original-commit: c06f88c2
Signed-off-by: default avatarTiffany Chang <tic@odoo.com>
parent 518c7e04
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@
<field name="model">stock.picking</field>
<field name="priority" eval="2"/>
<field name="arch" type="xml">
<calendar string="Calendar View" date_start="scheduled_date" color="partner_id" event_limit="5">
<calendar string="Calendar View" date_start="scheduled_date" color="partner_id" event_limit="5" quick_add="False">
<field name="partner_id" filters="1"/>
<field name="origin"/>
<field name="picking_type_id"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment