Skip to Content
Menu
This question has been flagged
7 Replies
4312 Views

   Currently, I'm working in odoo version 12.0.

  Does anyone know how to differentiate Odoo Website Orders & Backend Sale Orders?

  I've checked with following two conditions:

  - Check with Sales Team/Channel

 - Check with website_id is set or not.

But above both conditions are not give an accurate result. Because any user can change Sales Channel & Specific Website from view. 

So, can anyone help me to resolve this issue?




Avatar
Discard

there's already a filter for website orders in sale.order, check that code.

Author

I've already checked that condition. But it is not accurate. If any other condition then let me know.

Author

Yes, I've checked with website_id field & team_id field. But it is not accurate.

Author

I don't know about access_token field. Can you please explain the functionality of that field?

Hello Avani,

Website_id field is readonly field from py, if it's not customised in other module then user can't change it.

Author

But we have customized that field. So, need to find another solution to this issue.

Best Answer

Hello Avani,

Only way to use website_id or you can define new custom field and fill that field when order creates from backend. So no one can edit or use that field.

Avatar
Discard
Related Posts Replies Views Activity
2
Feb 23
2873
2
Mar 21
8291
1
Nov 19
10895
0
Feb 21
2614
3
Mar 24
6178