[ADD] web_widget_many2one_simple

This commit is contained in:
Alexandre D. Díaz
2020-12-28 19:28:28 +01:00
committed by OCA-git-bot
parent 64f34f7c73
commit 575daf2e68
13 changed files with 1067 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Attributes:
~~~~~~~~~~~
* regex [String]: Defines the regex to test the search criteria
* can_create [Boolean]: Allow create new records
* can_write [Boolean]: Allow edit the linked record
Options:
~~~~~~~~
* search [Dictionary]
* field: The field to use in the search process [Default is 'id']
* oper: The operator (like, ilike, etc...) [Default is '=']
* no_create: Invalidates the 'can_create' flag
* no_write: Invalidates the 'can_write' flag
* no_open: Disables open the linked record