Ajay Chauhan(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-addons19_portal-cha into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons19_portal-cha/+merge/132868 Hello, I have changed the code to fulfill the requirements of addons19 portal issues. Thanks, Ajay Chauhan -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons19_portal-cha/+merge/132868 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-addons19_portal-cha.
=== modified file 'portal_claim/portal_claim_view.xml' --- portal_claim/portal_claim_view.xml 2012-06-06 15:23:54 +0000 +++ portal_claim/portal_claim_view.xml 2012-11-05 11:25:25 +0000 @@ -10,7 +10,17 @@ <field name="view_id" ref="crm_claim.crm_case_claims_tree_view"/> <field name="context">{"search_default_user_id":'', "stage_type":'claim'}</field> <field name="search_view_id" ref="crm_claim.view_crm_case_claims_filter"/> - <field name="help">Record and track your customers' claims. Claims may be linked to a sales order or a lot. You can send emails with attachments and keep the full history for a claim (emails sent, intervention type and so on). Claims may automatically be linked to an email address using the mail gateway module.</field> + <field name="help" type="html"> + <p class="oe_view_nocontent_create"> + Click to create a new claim. + </p><p> + Record and track your customers' claims. Claims may be linked to + a sales order or a lot. You can send emails with attachments and + keep the full history for a claim (emails sent, intervention type + and so on). Claims may automatically be linked to an email address + using the mail gateway module. + </p> + </field> </record> <menuitem name="Claims" id="portal_after_sales_claims" parent="portal.portal_after_sales" === modified file 'portal_event/portal_event_view.xml' --- portal_event/portal_event_view.xml 2012-08-16 23:31:10 +0000 +++ portal_event/portal_event_view.xml 2012-11-05 11:25:25 +0000 @@ -13,7 +13,7 @@ <field name="view_mode">kanban,calendar,tree,form,graph</field> <field name="context">{"search_default_upcoming":1}</field> <field name="search_view_id" ref="event.view_event_search"/> - <field name="help">No public events.</field> + <field name="help">There are no public events.</field> </record> <menuitem name="Events" id="portal_company_events" parent="portal.portal_company" === modified file 'portal_sale/portal_sale_view.xml' --- portal_sale/portal_sale_view.xml 2012-10-09 13:09:43 +0000 +++ portal_sale/portal_sale_view.xml 2012-11-05 11:25:25 +0000 @@ -45,7 +45,7 @@ <field name="view_mode">kanban,tree,form</field> <field name="view_id" ref="product.product_kanban_view"/> <field name="search_view_id" ref="product.product_search_form_view"/> - <field name="help">No public products.</field> + <field name="help">There are no public products.</field> </record> <record id="action_invoice_tree1" model="ir.actions.act_window"> @@ -65,7 +65,7 @@ <field name="context">{'type':'receipt'}</field> <field name="search_view_id" ref="account_voucher.view_voucher_filter_customer_pay"/> <field name="target">current</field> - <field name="help">You don't have any payment.</field> + <field name="help">You don't have any refunds or payments.</field> </record> <menuitem name="Quotations" id="portal_quotations" parent="portal.portal_orders" === modified file 'portal_sale/security/portal_security.xml' --- portal_sale/security/portal_security.xml 2012-10-18 08:50:22 +0000 +++ portal_sale/security/portal_security.xml 2012-11-05 11:25:25 +0000 @@ -42,6 +42,7 @@ <field name="name">Portal Personal Contacts</field> <field name="model_id" ref="base.model_res_partner"/> <field name="domain_force">[('message_follower_ids','in',[user.partner_id.id])]</field> + <field eval="0" name="perm_read"/> <field name="groups" eval="[(4, ref('portal.group_portal'))]"/> </record>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp