Tejas Tank (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-access_right_wizard-tta into 
lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-access_right_wizard-tta/+merge/72555

Hello,


Tool-tips added for new access rights wizard user form.



Thanks,
Tejas 

TTA @ OPENERP.COM

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-access_right_wizard-tta/+merge/72555
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'account/security/account_security.xml'
--- account/security/account_security.xml	2011-08-02 13:08:11 +0000
+++ account/security/account_security.xml	2011-08-23 11:45:13 +0000
@@ -3,14 +3,23 @@
 
     <record id="group_account_invoice" model="res.groups">
         <field name="name">Accounting / Invoicing &amp; Payments</field>
+        <field name="comment">
+        	 Members of this groups have access to the Accounting Invoicing &amp; Payments.
+        </field>
     </record>
     <record id="group_account_user" model="res.groups" context="{'noadmin':True}">
         <field name="name">Accounting / Accountant</field>
         <field name="implied_ids" eval="[(4, ref('group_account_invoice'))]"/>
+        <field name="comment">
+        	 Members of this groups operate the Accounts.
+        </field>
     </record>
     <record id="group_account_manager" model="res.groups" context="{'noadmin':True}">
         <field name="name">Accounting / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_account_user'))]"/>
+        <field name="comment">
+        	 Members of this groups operate the Accounts and can control all over the accounts flow.
+        </field>
     </record>
 
     <record id="account_move_comp_rule" model="ir.rule">

=== modified file 'account_payment/security/account_payment_security.xml'
--- account_payment/security/account_payment_security.xml	2011-08-02 13:08:11 +0000
+++ account_payment/security/account_payment_security.xml	2011-08-23 11:45:13 +0000
@@ -4,6 +4,9 @@
 
     <record id="group_account_payment" model="res.groups">
         <field name="name">Accounting / Payments</field>
+        <field name="comment">
+        		 Members of this groups access the Accounting / Payments.
+     	</field>
     </record>
     <record id="account.group_account_invoice" model="res.groups">
         <field name="implied_ids" eval="[(4, ref('group_account_payment'))]"/>

=== modified file 'analytic/security/analytic_security.xml'
--- analytic/security/analytic_security.xml	2011-02-28 13:57:54 +0000
+++ analytic/security/analytic_security.xml	2011-08-23 11:45:13 +0000
@@ -9,5 +9,8 @@
     </record>
     <record id="group_analytic_accounting" model="res.groups" context="{'noadmin':True}">
         <field name="name">Useability / Analytic Accounting</field>
+        <field name="comment">
+        	 Members of this groups access the Analytic Accounting.
+        </field>
     </record>
 </data></openerp>

=== modified file 'auction/security/auction_security.xml'
--- auction/security/auction_security.xml	2011-08-02 13:08:11 +0000
+++ auction/security/auction_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record id="group_auction_user" model="res.groups">
         <field name="name">Auction / User</field>
+        <field name="comment">
+        	 Members of this groups access the Auction with basic user permission.
+        </field>
     </record>
     <record id="group_auction_manager" model="res.groups">
         <field name="name">Auction / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_auction_user'))]"/>
+        <field name="comment">
+        	 Members of this groups access the Auction with advance permission.
+        </field>
     </record>
 
 </data>

=== modified file 'base_calendar/security/calendar_security.xml'
--- base_calendar/security/calendar_security.xml	2011-03-08 13:25:29 +0000
+++ base_calendar/security/calendar_security.xml	2011-08-23 11:45:13 +0000
@@ -3,6 +3,9 @@
    <data noupdate="0">
 	   <record model="res.groups" id="base.group_survey_user">
         	<field name="name">Survey / User</field>
+        	<field name="comment">
+        		 Members of this groups access the Survey with basic user permission.
+            </field>
 	   </record>
    </data>
 </openerp>

=== modified file 'base_contact/security/base_contact_security.xml'
--- base_contact/security/base_contact_security.xml	2011-01-14 00:11:01 +0000
+++ base_contact/security/base_contact_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,17 @@
 
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 Members of this groups access the Sales with basic user permissions.
+        </field>
     </record>
 
     <record id="base.group_sale_manager" model="res.groups">
         <field name="name">Sales / Manager</field>
+        <field name="comment">
+        	 Members of this groups access the Sales with Advance permissions.
+        </field>
+        
     </record>
     
 </data>

=== modified file 'board/security/board_security.xml'
--- board/security/board_security.xml	2011-01-14 00:11:01 +0000
+++ board/security/board_security.xml	2011-08-23 11:45:13 +0000
@@ -4,6 +4,10 @@
 
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 Members of this groups access the Sales with basic user permissions.
+        </field>
+        
     </record>
 
 </data>

=== modified file 'crm/security/crm_security.xml'
--- crm/security/crm_security.xml	2011-08-02 13:20:05 +0000
+++ crm/security/crm_security.xml	2011-08-23 11:45:13 +0000
@@ -4,16 +4,26 @@
 
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User - Own Leads Only</field>
+        <field name="comment">
+        	 Members of this groups access the Sales with basic user permissions with own leads only.
+        </field>
+        
     </record>
 
     <record id="base.group_sale_salesman_all_leads" model="res.groups">
         <field name="name">Sales / User - All Leads</field>
         <field name="implied_ids" eval="[(4, ref('base.group_sale_salesman'))]"/>
+        <field name="comment">
+        	 Members of this groups access the Sales with basic user permissions with all leads only.
+        </field>
     </record>
 
     <record id="base.group_sale_manager" model="res.groups">
         <field name="name">Sales / Manager</field>
         <field name="implied_ids" eval="[(4, ref('base.group_sale_salesman_all_leads'))]"/>
+        <field name="comment">
+        	 Members of this groups access the Sales with advance user permissions with all leads only.
+        </field>
     </record>
 
     <record id="crm_rule_personal_lead" model="ir.rule">

=== modified file 'document/security/document_security.xml'
--- document/security/document_security.xml	2011-07-19 09:22:57 +0000
+++ document/security/document_security.xml	2011-08-23 11:45:13 +0000
@@ -4,6 +4,9 @@
 
     <record id="base.group_document_user" model="res.groups">
         <field name="name">Knowledge / User</field>
+        <field name="comment">
+        	 Members of this groups access the Knowledge with basic user permissions.
+        </field>
     </record>
 
 <!--    <record id="group_document_manager" model="res.groups">-->

=== modified file 'event/security/event_security.xml'
--- event/security/event_security.xml	2011-08-02 13:08:11 +0000
+++ event/security/event_security.xml	2011-08-23 11:45:13 +0000
@@ -4,19 +4,31 @@
 
     <record id="marketing.group_marketing_user" model="res.groups">
         <field name="name">Marketing / User</field>
+        <field name="comment">
+        	 Members of this groups access the Marketing with basic user permissions.
+        </field>
     </record>
 
     <record id="marketing.group_marketing_manager" model="res.groups">
         <field name="name">Marketing / Manager</field>
         <field name="implied_ids" eval="[(4, ref('marketing.group_marketing_user'))]"/>
+        <field name="comment">
+        	 Members of this groups access the Marketing with advance user permissions.
+        </field>
     </record>
 
     <record id="base.group_sale_manager" model="res.groups">
         <field name="name">Sales / Manager</field>
+        <field name="comment">
+        	 Members of this groups access the Sales with advance user permissions.
+        </field>
     </record>
 
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 Members of this groups access the Marketing with basic user permissions.
+        </field>
     </record>
   </data>
 </openerp>

=== modified file 'hr/security/hr_security.xml'
--- hr/security/hr_security.xml	2011-08-02 13:08:11 +0000
+++ hr/security/hr_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record id="base.group_hr_user" model="res.groups">
         <field name="name">Human Resources / Officer</field>
+        <field name="comment">
+        	 Members of this groups access the Human Resources with advance user permissions.
+        </field>
     </record>
     <record id="base.group_hr_manager" model="res.groups">
         <field name="name">Human Resources / Manager</field>
         <field name="implied_ids" eval="[(4, ref('base.group_hr_user'))]"/>
+        <field name="comment">
+        	 Members of this groups access the Human Resources with advance user permissions.
+        </field>
     </record>
 
 </data>

=== modified file 'idea/security/idea_security.xml'
--- idea/security/idea_security.xml	2011-08-02 13:08:11 +0000
+++ idea/security/idea_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record model="res.groups" id="base.group_tool_user">
         <field name="name">Tools / User</field>
+        <field name="comment">
+        		 Members of this groups access the Tools / User.
+        </field>
     </record>
     <record model="res.groups" id="base.group_tool_manager">
         <field name="name">Tools / Manager</field>
         <field name="implied_ids" eval="[(4, ref('base.group_tool_user'))]"/>
+        <field name="comment">
+        		 Members of this groups access and can manage the Tools / User.
+        </field>
     </record>
 
 </data>

=== modified file 'knowledge/security/knowledge_security.xml'
--- knowledge/security/knowledge_security.xml	2011-01-14 00:11:01 +0000
+++ knowledge/security/knowledge_security.xml	2011-08-23 11:45:13 +0000
@@ -3,10 +3,16 @@
 <data noupdate="0">
             <record id="base.group_sale_manager" model="res.groups">
                 <field name="name">Sales / Manager</field>
+                <field name="comment">
+        	 		Members of this groups access the Sales with advance user permissions.
+      			</field>
             </record>
 
             <record id="base.group_document_user" model="res.groups">
                 <field name="name">Knowledge / User</field>
+                <field name="comment">
+        	 		Members of this groups access the Knowledge with basic user permissions.
+        		</field>
             </record>
 
 </data>

=== modified file 'l10n_ma/security/compta_security.xml'
--- l10n_ma/security/compta_security.xml	2011-01-14 00:11:01 +0000
+++ l10n_ma/security/compta_security.xml	2011-08-23 11:45:13 +0000
@@ -2,6 +2,9 @@
 
     <record id="group_expert_comptable" model="res.groups">
         <field name="name">Finance / Expert Comptable </field>
+        <field name="comment">
+        	 		Members of this groups access the Finance with advance user permissions.
+        </field>
     </record>
 </data>
 </openerp>

=== modified file 'lunch/security/lunch_security.xml'
--- lunch/security/lunch_security.xml	2011-08-02 13:08:11 +0000
+++ lunch/security/lunch_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record model="res.groups" id="base.group_tool_user">
         <field name="name">Tools / User</field>
+        <field name="comment">
+        		 Members of this groups access the Tools / User.
+        </field>
     </record>
     <record model="res.groups" id="base.group_tool_manager">
         <field name="name">Tools / Manager</field>
         <field name="implied_ids" eval="[(4, ref('base.group_tool_user'))]"/>
+        <field name="comment">
+        		 Members of this groups access and manage the Tools / User.
+        </field>
     </record>
 
 </data>

=== modified file 'marketing/security/marketing_security.xml'
--- marketing/security/marketing_security.xml	2011-08-02 13:08:11 +0000
+++ marketing/security/marketing_security.xml	2011-08-23 11:45:13 +0000
@@ -3,11 +3,17 @@
 <data>
     <record id="marketing.group_marketing_user" model="res.groups">
         <field name="name">Marketing / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Marketing with basic user permissions.
+        </field>
     </record>
 
     <record id="marketing.group_marketing_manager" model="res.groups">
         <field name="name">Marketing / Manager</field>
         <field name="implied_ids" eval="[(4, ref('marketing.group_marketing_user'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Marketing with advance user permissions.
+        </field>
     </record>
 
 </data>

=== modified file 'mrp/security/mrp_security.xml'
--- mrp/security/mrp_security.xml	2011-08-02 13:08:11 +0000
+++ mrp/security/mrp_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record id="group_mrp_user" model="res.groups">
         <field name="name">Manufacturing / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Manufacturing with basic user permissions.
+        </field>
     </record>
     <record id="group_mrp_manager" model="res.groups">
         <field name="name">Manufacturing / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_mrp_user'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Manufacturing with advance user permissions.
+        </field>
     </record>
 
     <!-- restrict access to menu -->

=== modified file 'point_of_sale/security/point_of_sale_security.xml'
--- point_of_sale/security/point_of_sale_security.xml	2011-08-02 13:08:11 +0000
+++ point_of_sale/security/point_of_sale_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record id="group_pos_user" model="res.groups">
         <field name="name">Point of Sale / User</field>
+        <field name="comment">
+        		 Members of this groups access the Point of Sale with basic permission.
+     	</field>
     </record>
     <record id="group_pos_manager" model="res.groups">
         <field name="name">Point of Sale / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_pos_user'))]"/>
+        <field name="comment">
+        		 Members of this groups access the Point of Sale with advance permission.
+     	</field>
     </record>
 
 </data>

=== modified file 'product/security/product_security.xml'
--- product/security/product_security.xml	2011-05-31 21:23:20 +0000
+++ product/security/product_security.xml	2011-08-23 11:45:13 +0000
@@ -4,13 +4,22 @@
 
     <record id="group_uos" context="{'noadmin':True}" model="res.groups">
         <field name="name">Useability / Product UoS View</field>
+        <field name="comment">
+        	 		Members of this groups access the Product UoS View.
+        </field>
     </record>
 
     <record id="base.group_sale_manager" model="res.groups">
         <field name="name">Sales / Manager</field>
+        <field name="comment">
+        	 		Members of this groups access the Sales with advance user permission.
+        </field>
     </record>
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Sales with basic user permission.
+        </field>
     </record>
 
     <record id="product_comp_rule" model="ir.rule">
@@ -22,6 +31,9 @@
 
     <record id="group_product_variant" model="res.groups" context="{'noadmin':True}">
         <field name="name">Useability / Product Variant</field>
+        <field name="comment">
+        		 Members of this groups access the Product Variant.
+        </field>
     </record>
 
     <record model="ir.rule" id="product_pricelist_comp_rule">

=== modified file 'project/security/project_security.xml'
--- project/security/project_security.xml	2011-08-02 13:08:11 +0000
+++ project/security/project_security.xml	2011-08-23 11:45:13 +0000
@@ -4,15 +4,24 @@
 
     <record id="group_project_user" model="res.groups">
         <field name="name">Project / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Project with basic user permission.
+        </field>
     </record>
 
     <record id="group_project_manager" model="res.groups">
         <field name="name">Project / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_project_user'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Project with advance user permission.
+        </field>        
     </record>
 
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Sales with basic user permission.
+        </field>
     </record>
 
     <record model="ir.ui.menu" id="menu_definitions">

=== modified file 'project_gtd/project_gtd_data.xml'
--- project_gtd/project_gtd_data.xml	2011-01-14 00:11:01 +0000
+++ project_gtd/project_gtd_data.xml	2011-08-23 11:45:13 +0000
@@ -3,6 +3,9 @@
     <data>
         <record model="res.groups" id="group_project_getting">
             <field name="name">Project / Methodology / Getting Things Done</field>
+            <field name="comment">
+        		 Members of this groups access the Project / Methodology / Getting Things Done.
+     	    </field>
         </record>
     </data>
 </openerp>

=== modified file 'purchase/security/purchase_security.xml'
--- purchase/security/purchase_security.xml	2011-08-02 13:08:11 +0000
+++ purchase/security/purchase_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record id="group_purchase_user" model="res.groups">
         <field name="name">Purchases / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Purchases with basic user permission.
+        </field>
     </record>
     <record id="group_purchase_manager" model="res.groups">
         <field name="name">Purchases / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_purchase_user'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Purchases with advance user permission.
+        </field>
     </record>
 
     <record model="ir.rule" id="purchase_order_comp_rule">

=== modified file 'purchase_requisition/security/purchase_tender.xml'
--- purchase_requisition/security/purchase_tender.xml	2011-08-02 13:08:11 +0000
+++ purchase_requisition/security/purchase_tender.xml	2011-08-23 11:45:13 +0000
@@ -4,11 +4,17 @@
 
     <record id="group_purchase_requisition_user" model="res.groups">
         <field name="name">Purchase Requisition / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Purchase Requisition with basic user permission.
+        </field>
     </record>
 
     <record id="group_purchase_requisition_manager" model="res.groups">
-        <field name="name">Purchase Requisition / Manager</field>
+        <field name="name">Purchase Requisition / Manager</field>        
         <field name="implied_ids" eval="[(4, ref('group_purchase_requisition_user'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Purchase Requisition with advance user permission.
+        </field>
     </record>
     
     <record model="ir.rule" id="purchase_requisition_comp_rule">

=== modified file 'sale/security/sale_security.xml'
--- sale/security/sale_security.xml	2011-08-02 13:20:05 +0000
+++ sale/security/sale_security.xml	2011-08-23 11:45:13 +0000
@@ -5,16 +5,25 @@
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User - Own Leads Only</field>
         <field name="users" eval="[(4, ref('base.user_root'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Sales with basic user permission and can access own leads only.
+        </field>
     </record>
 
     <record id="base.group_sale_salesman_all_leads" model="res.groups">
         <field name="name">Sales / User - All Leads</field>
         <field name="implied_ids" eval="[(4, ref('base.group_sale_salesman'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Sales with basic user permission and can access all leads.
+        </field>
     </record>
 
     <record id="base.group_sale_manager" model="res.groups">
         <field name="name">Sales / Manager</field>
         <field name="implied_ids" eval="[(4, ref('base.group_sale_salesman_all_leads'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Sales with advance user permission.
+        </field>
     </record>
 
     <record model="ir.ui.menu" id="base.menu_base_partner">

=== modified file 'sale_mrp/security/sale_mrp_security.xml'
--- sale_mrp/security/sale_mrp_security.xml	2011-01-14 00:11:01 +0000
+++ sale_mrp/security/sale_mrp_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
 	<record id="base.group_sale_manager" model="res.groups">
 	        <field name="name">Sales / Manager</field>
-	    </record>
+	        <field name="comment">
+        	 		Members of this groups access the Sales with advance user permission.
+            </field>
+	</record>
     
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Sales with basic user permission.
+        </field>
     </record>
 
 </data>

=== modified file 'stock/security/stock_security.xml'
--- stock/security/stock_security.xml	2011-08-02 13:08:11 +0000
+++ stock/security/stock_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record id="group_stock_user" model="res.groups">
         <field name="name">Warehouse / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Warehouse with basic user permission.
+        </field>
     </record>
     <record id="group_stock_manager" model="res.groups">
         <field name="name">Warehouse / Manager</field>
         <field name="implied_ids" eval="[(4, ref('group_stock_user'))]"/>
+        <field name="comment">
+        	 		Members of this groups access the Warehouse with advance user permission.
+        </field>
     </record>
 
 <!-- multi -->

=== modified file 'subscription/security/subcription_security.xml'
--- subscription/security/subcription_security.xml	2011-08-02 13:08:11 +0000
+++ subscription/security/subcription_security.xml	2011-08-23 11:45:13 +0000
@@ -4,10 +4,16 @@
 
     <record model="res.groups" id="base.group_tool_user">
         <field name="name">Tools / User</field>
+        <field name="comment">
+        		 Members of this groups access the Tools with basic user permissions.
+        </field>
     </record>
     <record model="res.groups" id="base.group_tool_manager">
         <field name="name">Tools / Manager</field>
         <field name="implied_ids" eval="[(4, ref('base.group_tool_user'))]"/>
+        <field name="comment">
+        		 Members of this groups access and manage the Tools with advance user permissions.
+        </field>
     </record>
 
 </data>

=== modified file 'survey/security/survey_security.xml'
--- survey/security/survey_security.xml	2011-08-02 13:08:11 +0000
+++ survey/security/survey_security.xml	2011-08-23 11:45:13 +0000
@@ -3,13 +3,22 @@
     <data noupdate="0">
         <record model="res.groups" id="base.group_tool_user">
             <field name="name">Tools / User</field>
+            <field name="comment">
+        		 Members of this groups access the Tools with basic user permissions.
+        </field>
         </record>
         <record model="res.groups" id="base.group_tool_manager">
             <field name="name">Tools / Manager</field>
             <field name="implied_ids" eval="[(4, ref('base.group_tool_user'))]"/>
+            <field name="comment">
+        		 Members of this groups access the Tools with advance user permissions.
+            </field>
         </record>
         <record model="res.groups" id="base.group_survey_user">
             <field name="name">Survey / User</field>
+            <field name="comment">
+        		 Members of this groups access and manage the Survey with basic user permissions.
+            </field>
         </record>
     </data>
 </openerp>

=== modified file 'wiki/security/wiki_security.xml'
--- wiki/security/wiki_security.xml	2011-01-14 00:11:01 +0000
+++ wiki/security/wiki_security.xml	2011-08-23 11:45:13 +0000
@@ -4,12 +4,21 @@
 
     <record id="base.group_sale_manager" model="res.groups">
         <field name="name">Sales / Manager</field>
+        <field name="comment">
+        	 		Members of this groups access the Sales with advance user permission.
+        </field>
     </record>
     <record id="base.group_sale_salesman" model="res.groups">
         <field name="name">Sales / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Sales with basic user permission.
+        </field>
     </record>
     <record id="base.group_document_user" model="res.groups">
         <field name="name">Knowledge / User</field>
+        <field name="comment">
+        	 		Members of this groups access the Knowledge with basic user permission.
+        </field>
     </record>
     
 </data>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to