Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1302 Widoki

Dear all,

It is possible to modify the reception date on a purchase order.

For example, we received the goods on June, 1st and we do the reception in Odoo on June, 16th.

It is possible to have a reception date on June, 1st ?


Many thanks

Best regards

Awatar
Odrzuć
Autor Najlepsza odpowiedź

many thanks

Awatar
Odrzuć
Najlepsza odpowiedź

Hello Valliet,

Yes, technically it is possible to modify reception date on purchase order.

purchase order has effective_date (Arrival Date or Reception Date) as compute fields based on purchase receipt's date_done (Effective Date).

There are mainly 2 ways to modify date. 

1) we can trigger plsql query in data base to update date.

update stock_picking set effective_date ='2024-06-01' where id= 'ID';

similarly update stock.move.line and purchase order's date

2) we can write server action to update specific purchase order's Reception date



click on "Create Contextual Action" button to allow option under action in purchase order



click on update date_done action in receipt


Thanks & Regards,


CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209

Email: info@candidroot.com

Awatar
Odrzuć