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 Jul 23, 2024
1 parent a53960f commit d3f7482
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 106 deletions.
Binary file removed pandoc-3.2-1-amd64.deb
Binary file not shown.
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'}}"/>
...
```
1 change: 0 additions & 1 deletion web_m2x_options/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down
Loading

0 comments on commit d3f7482

Please sign in to comment.