Anup(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-crm_typo_fixed_in_phonecall_wizard-bugfix-ind-ach
into lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.
Requested reviews:
Husen Daudi (husendaudi)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-crm_typo_fixed_in_phonecall_wizard-bugfix-ind-ach/+merge/58277
Hello,
Wizard Schedule a phone call must have Type not Category
Category can be confusing with the categories of Opportunities.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-crm_typo_fixed_in_phonecall_wizard-bugfix-ind-ach/+merge/58277
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.
=== modified file 'crm/wizard/crm_opportunity_to_phonecall_view.xml'
--- crm/wizard/crm_opportunity_to_phonecall_view.xml 2011-01-14 00:11:01 +0000
+++ crm/wizard/crm_opportunity_to_phonecall_view.xml 2011-04-19 11:28:24 +0000
@@ -16,7 +16,7 @@
<newline/>
<field name="user_id" />
<field name="section_id" widget="selection" />
- <field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
+ <field name="categ_id" string="Type" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<separator string="" colspan="4"/>
<group colspan="4">
<label string ="" colspan="2"/>
=== modified file 'crm/wizard/crm_phonecall_to_phonecall_view.xml'
--- crm/wizard/crm_phonecall_to_phonecall_view.xml 2011-01-14 00:11:01 +0000
+++ crm/wizard/crm_phonecall_to_phonecall_view.xml 2011-04-19 11:28:24 +0000
@@ -15,7 +15,7 @@
<field name="date" string="Planned Date"/>
<field name="user_id" />
<field name="section_id"/>
- <field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
+ <field name="categ_id" string="Type" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<separator string=" " colspan="4"/>
<group colspan="4" col="3" >
<label string=" " />
_______________________________________________
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