[IMP] google_docs : changes for empty list and user preference google account

bzr revid: rpr@tinyerp.com-20130326074122-5h8b40ubel4ssgrp
This commit is contained in:
Rajesh Prajapati (OpenERP) 2013-03-26 13:11:22 +05:30
parent cd825a78b0
commit 9e4ab411bc
2 changed files with 20 additions and 4 deletions

View File

@ -16,5 +16,20 @@
</xpath>
</field>
</record>
<record id="view_users_gogole_preference" model="ir.ui.view">
<field name="name">res.users.google.form2</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form_simple_modif"/>
<field name="arch" type="xml">
<xpath expr="//group[@name='preferences']" position="after">
<page string="Google Account">
<group string="Google Account" colspan="4">
<field name="gmail_user"/>
<field name="gmail_password" password="True"/>
</group>
</page>
</xpath>
</field>
</record>
</data>
</openerp>

View File

@ -60,10 +60,11 @@
<p class="oe_view_nocontent_create">
Click to add a new template.
</p><p>
Link your first Google document to OpenERP documents.
You can use it to control the quality of your product in a spreadsheet or
review the delivery checklist for each delivery order in a foreign country
and in many more ways. Link your own templates on any documents of OpenERP.
Link your google drive template to any record of OpenERP
You use to control the quality of your product in a spreadheet
and you review the delivery checklist for each delivery order in a foreign country.
To do it, you have really specific documents you want your collaborator fill in.
It is not an issue, here, feel free to add any template in OpenERP to link your specific documents to any records.
</p>
</field>
</record>