Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6151 Zobrazení

I would hide fields dynamically from python, required them, or read-only; from python I've seen that can return a 'domain' for a field, is it possible this same way also return 'attrs'?

example: 

                res.setdefault('domain', {})
                res['domain']['sale_tax'] = repr(sale_tax_domain)
                res['domain']['purchase_tax'] = repr(purchase_tax_domain)

Avatar
Zrušit
Nejlepší odpověď

attrs can be set using domain.  You can set the domain to use turn readonly, required, and invisible of the attrs based on the value of a field (or combination of those).  Or, if you really need, create a function field of boolean type to calculate the readonly, required, and invisible, then use that in the attrs domain.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
lis 24
27548
0
čvn 25
206
1
kvě 23
1983
1
led 24
15060
3
srp 22
3787