コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
6749 ビュー

I wish to implement a sales flow such that when a quotation has been sent, an auto reminder email is sent to the sales team after 7, 14, 21 days if the quotation is still open. i.e. the sales hasn't been closed or declined. How can I achieve this?

アバター
破棄
最善の回答

Flexibly configure any sort of reminders and alarms based on the Joint Calendar special feature: https://apps.odoo.com/apps/modules/9.0/joint_calendar/. Alert at any moment of time regarding any event or action

アバター
破棄
最善の回答

They are both filters, domain is like a hard filter, context is like a soft filter.

Domain is used purely for filtering to control the records that are available in the tree/list and form views.

Context is used to pass filtered data to the server to functions.

You cannot remove context to expand the data beyond what domain allows you to see. But you can remove context to see everything domain allows you to see.

There is probably a more detailed and involved explanation, but this is what it boils down to.

アバター
破棄
関連投稿 返信 ビュー 活動
2
3月 24
2042
1
3月 15
4092
1
3月 15
4987
0
8月 25
3776
1
11月 23
2301