[FIX] google_spreadsheet: Spreadsheets list

The URL for the Google Spreadsheets slightly changed
It's now `docs.google.com/spreadsheets/`, and no longer
`docs.odoo.com/spreadsheet/`

The domain is therefore changed to support both cases

opw-651847
This commit is contained in:
Denis Ledoux 2015-10-22 10:06:46 +02:00
parent 8feabe46cd
commit 8f6caf9785
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="domain">[('url', 'like', '/spreadsheet/')]</field>
<field name="domain">[('url', '=ilike', '%google%/spreadsheet%')]</field>
<field name="help">Google Spreadsheets</field>
</record>