mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] flake8 errors
This commit is contained in:
@@ -16,12 +16,14 @@ Add new options for many2one and many2manytags field:
|
||||
Example:
|
||||
--------
|
||||
|
||||
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false}"/>
|
||||
``<field name="partner_id" options="{'limit': 10, 'create': false,
|
||||
'create_edit': false}"/>``
|
||||
|
||||
Note:
|
||||
-----
|
||||
|
||||
if one of those options are not set, many2one field use default many2one field options.
|
||||
If one of those options are not set, many2one field uses default many2one
|
||||
field options.
|
||||
|
||||
Thanks to:
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user