Hardik Sanchawat (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-sale-pso-sale-issues-hsa
into lp:~openerp-dev/openobject-addons/trunk-addons-issues5-sale-pso.
Requested reviews:
Priyesh (OpenERP) (pso-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-sale-pso-sale-issues-hsa/+merge/121741
Hello,
I improved sale module in that
- I created a contract and linked with SO. When i click on "lines to Invoice"
from contract, i never see it while the SO is there and confirmed.
- Remove google map option in the sale configuration wizards as it does not
seems to work.
(I don't see the map on the customer form)
Thanks
- HSA
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-sale-pso-sale-issues-hsa/+merge/121741
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-sale-pso.
=== modified file 'account_analytic_analysis/account_analytic_analysis.py'
--- account_analytic_analysis/account_analytic_analysis.py 2012-07-26 10:14:23 +0000
+++ account_analytic_analysis/account_analytic_analysis.py 2012-08-29 04:57:24 +0000
@@ -465,7 +465,7 @@
def open_sale_order_lines(self,cr,uid,ids,context=None):
if context is None:
context = {}
- sale_ids = self.pool.get('sale.order').search(cr,uid,[('project_id','=',context.get('search_default_project_id',False)),('partner_id','=',context.get('search_default_partner_id',False))])
+ sale_ids = self.pool.get('sale.order').search(cr,uid,[('project_id','=',context.get('search_default_project_id',False))])
names = [record.name for record in self.browse(cr, uid, ids, context=context)]
name = _('Sale Order Lines of %s') % ','.join(names)
return {
=== modified file 'crm/res_config_view.xml'
--- crm/res_config_view.xml 2012-08-14 12:30:50 +0000
+++ crm/res_config_view.xml 2012-08-29 04:57:24 +0000
@@ -32,12 +32,6 @@
</div>
</group>
</div>
- <div name="Customer Features" position="inside">
- <div>
- <field name="module_google_map" class="oe_inline"/>
- <label for="module_google_map"/>
- </div>
- </div>
</field>
</record>
_______________________________________________
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