[FIX] portal_sale: missing closing tag in b9275da during forward-port
authorOlivier Dony <odo@openerp.com>
Wed, 13 Aug 2014 15:49:40 +0000 (17:49 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 13 Aug 2014 15:49:40 +0000 (17:49 +0200)
addons/portal_sale/security/portal_security.xml

index bd7d8c1..8bf02ba 100644 (file)
@@ -39,6 +39,7 @@ their documents through the portal.</field>
             <field name="model_id" ref="account.model_account_invoice"/>
             <field name="domain_force">[('message_follower_ids','child_of',[user.commercial_partner_id.id])]</field>
             <field name="groups" eval="[(4, ref('base.group_portal'))]"/>
+        </record>
 
         <record id="portal_account_invoice_line_rule" model="ir.rule">
             <field name="name">Portal Invoice Lines</field>