Skip to content

Commit

Permalink
[MIG] web_m2x_options: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyngnijs committed Jun 19, 2024
1 parent 962b337 commit dc52f64
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 98 deletions.
2 changes: 1 addition & 1 deletion web_m2x_options/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Your XML form view definition could contain:
.. code:: xml
...
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more': true, 'field_color':'state', 'colors':{'active':'green'}}"/>
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more': true, 'field_color':'type', 'colors':{'contact':'green', 'invoice': 'red', 'delivery': 'blue'}}"/>
...
Known issues / Roadmap
Expand Down
2 changes: 1 addition & 1 deletion web_m2x_options/readme/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ Your XML form view definition could contain:

``` xml
...
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more': true, 'field_color':'state', 'colors':{'active':'green'}}"/>
<field name="partner_id" options="{'limit': 10, 'create': false, 'create_edit': false, 'search_more': true, 'field_color':'type', 'colors':{'contact':'green', 'invoice': 'red', 'delivery': 'blue'}}"/>
...
```
Loading

0 comments on commit dc52f64

Please sign in to comment.