3
0
Fork 0
Commit Graph

7 Commits (17.0)

Author SHA1 Message Date
manu 6c3884f025 [MIG]web_m2x_options: Migration to 17.0 2024-07-26 13:28:15 +02:00
chien d70acf8634 [FIX] web_m2x_options: Avoid constant RPC calls
Instead of calling interactively to the server to get the options, they are stored at the beginning of the session.
2024-07-24 08:15:52 +02:00
nguyenhk a4f5bbfb3a [FIX] web_m2x_options: fix test_ir_config_parameter 2024-07-24 08:15:52 +02:00
Carlos Roca f7a0b315c0 [IMP] web_m2x_options: Added limit for o2m field entries
Added the system parameter "web_m2x_options.field_limit_entries" to set the limit of entries that can be displayed.
2024-07-24 08:15:52 +02:00
Carlos Roca eade95d350 [IMP] web_m2x_options: Efficiency
Improved the efficiency of code: With this improvement we achieve to just do an rpc call when the js file is called instead of do the call for each field.
2024-07-24 08:15:52 +02:00
Andrés Rodríguez 719001cb0f [IMP] web_m2x_options: black, isort 2024-07-24 08:15:52 +02:00
ernesto edcb3020c4 [MIG] web_m2x_options: Migration to 11.0
web_m2x_options: Fix usage for non-admins

web_m2x_options: Reduce rpc calls

web_m2x_options: Update manifest and readme
2024-07-24 08:15:52 +02:00