3
0
Fork 0
Commit Graph

6 Commits (86d79fb10fe547d661b51a1d0defbe5a68338220)

Author SHA1 Message Date
chien b36b8b804e [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.
2023-07-28 09:30:04 +07:00
nguyenhk fd9c781e46 [FIX] web_m2x_options: fix test_ir_config_parameter 2023-02-15 15:13:53 +07:00
Carlos Roca 393101e2fe [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.
2023-02-15 15:13:53 +07:00
Carlos Roca 18719aa07d [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.
2023-02-15 15:13:53 +07:00
Andrés Rodríguez 2953c0c2d0 [IMP] web_m2x_options: black, isort 2023-02-15 15:13:53 +07:00
ernesto 1aaae8a352 [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
2023-02-15 15:13:53 +07:00