This website works better with JavaScript.
Home
Explore
Help
Sign In
OCA
/
web
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
662
Commits
7
Branches
0
Tags
40 MiB
Tree:
ebf12a0203
10.0
11.0
12.0
6.1
7.0
8.0
9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ebf12a0203'
${ noResults }
web
/
web_dialog_size
/
__init__.py
1 line
21 B
Raw
Normal View
History
[FIX] web_dialog_size: Fix usage for non-admins and reduce calls (#954) This addon had 2 problems after migrating to v11: 1. One call to backend's `ir.config_parameter.get_param` was done for each instantiated dialog, while the setting served for the whole session equally. 2. That model is now readable only by admin users, so non-admins couldn't use the default at all. Fixed now.
6 years ago
from
.
import
models