[MERGE] with trunk
authorForam Katharotiya (OpenERP) <fka@tinyerp.com>
Mon, 17 Jun 2013 05:50:11 +0000 (11:20 +0530)
committerForam Katharotiya (OpenERP) <fka@tinyerp.com>
Mon, 17 Jun 2013 05:50:11 +0000 (11:20 +0530)
bzr revid: fka@tinyerp.com-20130617055011-jmp9p71kaqnaigsw

1  2 
addons/crm_claim/crm_claim_view.xml
addons/point_of_sale/point_of_sale_view.xml
addons/project/project_view.xml
addons/project_issue/project_issue_view.xml
addons/sale/sale_view.xml

Simple merge
@@@ -84,8 -84,8 +84,8 @@@
                          <page string="Extra Info">
                              <group string="General Information">
                                  <field name="company_id" groups="base.group_multi_company"/>
-                                 <field name="shop_id" widget="selection"/>
+                                 <field name="warehouse_id" widget="selection" groups="stock.group_locations"/>
 -                                <field name="user_id"/>
 +                                <field name="user_id" context="{'default_groups_ref': ['point_of_sale.group_pos_user']}"/>
                                  <field name="pricelist_id" groups="product.group_sale_pricelist" domain="[('type','=','sale')]"/>
                                  <field name="picking_id" readonly="1"/>
                                  <field name="pos_reference"/>
Simple merge
Simple merge