Sanjay Gohel (Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-addons13-general-apa-imp-sgo into
lp:~openerp-dev/openobject-addons/trunk-addons13-general-apa.
Requested reviews:
Amit Patel (OpenERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-general-apa-imp-sgo/+merge/127699
hello sir,
I have solved general issues for addons13 issues.
Thank You.
SGO
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-general-apa-imp-sgo/+merge/127699
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-addons13-general-apa.
=== modified file 'crm/crm_lead.py'
--- crm/crm_lead.py 2012-10-02 20:40:23 +0000
+++ crm/crm_lead.py 2012-10-03 10:06:06 +0000
@@ -776,7 +776,7 @@
'default_user_id': uid,
'default_section_id': opportunity.section_id and opportunity.section_id.id or False,
'default_email_from': opportunity.email_from,
- 'default_state': 'open',
+ 'default_state': 'needs-action',
'default_name': opportunity.name,
}
return res
=== modified file 'sale/sale.py'
--- sale/sale.py 2012-10-02 20:40:23 +0000
+++ sale/sale.py 2012-10-03 10:06:06 +0000
@@ -694,7 +694,7 @@
_description = 'Sales Order Line'
_columns = {
'order_id': fields.many2one('sale.order', 'Order Reference', required=True, ondelete='cascade', select=True, readonly=True, states={'draft':[('readonly',False)]}),
- 'name': fields.text('Product Description', size=256, required=True, select=True, readonly=True, states={'draft': [('readonly', False)]}),
+ 'name': fields.text('Description', size=256, required=True, select=True, readonly=True, states={'draft': [('readonly', False)]}),
'sequence': fields.integer('Sequence', help="Gives the sequence order when displaying a list of sales order lines."),
'product_id': fields.many2one('product.product', 'Product', domain=[('sale_ok', '=', True)], change_default=True),
'invoice_lines': fields.many2many('account.invoice.line', 'sale_order_line_invoice_rel', 'order_line_id', 'invoice_id', 'Invoice Lines', readonly=True),
_______________________________________________
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