Turkesh Patel (openERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-tpa 
into 
lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation.

Requested reviews:
  Jigar Amin  (OpenERP) (jam-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-tpa/+merge/123492

[IMP] removed warning from
 --> purchase_requisition
 --> event_sale
 --> project_issue
 --> document_page
 --> crm
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-tpa/+merge/123492
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation.
=== modified file 'crm/test/process/communication_with_customer.yml'
--- crm/test/process/communication_with_customer.yml	2012-08-17 12:06:06 +0000
+++ crm/test/process/communication_with_customer.yml	2012-09-10 07:11:51 +0000
@@ -20,7 +20,7 @@
 -
   I reply him request with welcome message.
 -
-  !python {model: mail.compose.message}: |
+  !python {model: mail.mail}: |
     lead_ids = self.pool.get('crm.lead').search(cr, uid, [('email_from','=', 'Mr. John Right <[email protected]>')])
     context.update({'active_model': 'crm.lead','active_id': lead_ids[0]})
     id = self.create(cr, uid, {'body': "Merci à l'intérêt pour notre produit.nous vous contacterons bientôt. Merci", 'email_from': '[email protected]'}, context=context)

=== modified file 'document_page/document_page_demo.xml'
--- document_page/document_page_demo.xml	2012-08-11 18:56:10 +0000
+++ document_page/document_page_demo.xml	2012-09-10 07:11:51 +0000
@@ -6,7 +6,6 @@
         </record>
         <record id="demo_category1" model="document.page">
             <field name="name">OpenERP Features</field>
-            <field name="sequence">10</field>
             <field name="type">category</field>
             <field  name="content">
 Summary of the feature

=== modified file 'document_page/wizard/document_page_create_menu.py'
--- document_page/wizard/document_page_create_menu.py	2012-08-11 18:34:44 +0000
+++ document_page/wizard/document_page_create_menu.py	2012-09-10 07:11:51 +0000
@@ -65,7 +65,6 @@
             'view_id': False,
             'type': 'ir.actions.act_window',
             'target': 'inlineview',
-            'nodestroy': True,
         }
         value['domain'] = "[('parent_id','=',%d)]" % (page.id)
         value['res_id'] = page.id

=== modified file 'event_sale/event_sale.py'
--- event_sale/event_sale.py	2012-08-17 10:03:02 +0000
+++ event_sale/event_sale.py	2012-09-10 07:11:51 +0000
@@ -81,8 +81,6 @@
                     'nb_register': int(order_line.product_uom_qty),
                     'email': order_line.order_id.partner_id.email,
                     'phone': order_line.order_id.partner_id.phone,
-                    'street': order_line.order_id.partner_invoice_id.street,
-                    'city': order_line.order_id.partner_invoice_id.city,
                     'origin': order_line.order_id.name,
                     'event_id': order_line.event_id.id,
                 }

=== modified file 'project_issue/test/issue_process.yml'
--- project_issue/test/issue_process.yml	2011-12-14 12:55:43 +0000
+++ project_issue/test/issue_process.yml	2012-09-10 07:11:51 +0000
@@ -21,7 +21,7 @@
 -
   I send mail to get more details.
 -
-  !python {model: mail.compose.message }: |
+  !python {model: mail.mail }: |
     ctx = context.copy()
     ctx.update({'active_model': 'project.issue', 'active_id': ref("crm_case_buginaccountsmodule0"), 'active_ids': [ref("crm_case_buginaccountsmodule0")]})
     vals = self.default_get(cr, uid , [], context=ctx)

=== modified file 'purchase_requisition/purchase_requisition.py'
--- purchase_requisition/purchase_requisition.py	2012-08-31 07:40:32 +0000
+++ purchase_requisition/purchase_requisition.py	2012-09-10 07:11:51 +0000
@@ -177,7 +177,6 @@
                     'product_uom': default_uom_po_id,
                     'price_unit': seller_price,
                     'date_planned': date_planned,
-                    'notes': product.description_purchase,
                     'taxes_id': [(6, 0, taxes)],
                 }, context=context)
                 

_______________________________________________
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