Is there any way to disable autofill of Expected Arrival?
We want to manually and required to input the dates of this field.
Is there any way to disable autofill of Expected Arrival?
We want to manually and required to input the dates of this field.
Hello Anton,
To achieve this functionality you can modify purchase order odoo-base method,
//Code in Comment//
Hope this Helps,
If you need any help in customization feel free to contact us.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Code :
def _compute_date_planned(self):
for order in self:
dates_list = order.order_line.filtered(lambda x: not x.display_type and x.date_planned).mapped(
'date_planned')
if (dates_list and not order.date_planned) or not dates_list:
order.date_planned = False
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
0
apr. 26
|
8 | |||
|
0
apr. 26
|
20 | |||
|
3
juli 25
|
5161 | |||
|
1
juni 25
|
8323 | |||
|
2
maj 25
|
4653 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.