[IMP] account: bank statement reconciliation widget: display partner name found in...
[odoo/odoo.git] / addons / google_account / google_account_data.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data noupdate="1">
4         <record id="config_google_redirect_uri" model="ir.config_parameter">
5             <field name="key">google_redirect_uri</field>
6             <field name="value">urn:ietf:wg:oauth:2.0:oob</field>
7         </record>
8     </data>
9 </openerp>