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

We have a problem when a model inherits mail.thread.

The example is:

- Model named "order" than inherits "mail.thread"

- order has state field ('draft','done') with the property track_visibility on_change.

- a record rule for write with domain ('state','=','draft'). You can only update the order in draft state

The problem is that when the order is marked as 'done', the record rule is evaluated twice, one for changing the state to 'done' and the other when de mail.thread indicating the state change is created. In the second case the order is in state 'done' so the rule raises an error. 

To avoid the error in the rule we have to change de domain to ('state','in',['draft','done']), but then the rule has no use

¿Is this a bug?

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
mar 15
5527
1
mar 15
13047
1
mar 15
6626
1
lut 25
1490
2
gru 24
2460