Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-auction-usability-issues-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-auction-usability-issues-mma/+merge/88188
Hello,
issue :
-------------
1. In auction right tab send sms open wizard and password is like "*****" not
'12345'
2. photos tab image have label but expected separator and nolabel
Fix
-----
I Have added password=true and add a separator
Thanks.
Mayur Mahehswari [ mma ]
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-auction-usability-issues-mma/+merge/88188
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-auction-usability-issues-mma.
=== modified file 'auction/auction_view.xml'
--- auction/auction_view.xml 2011-09-17 11:03:17 +0000
+++ auction/auction_view.xml 2012-01-11 11:56:24 +0000
@@ -560,7 +560,8 @@
<field name="state" readonly="1" colspan="4"/>
</page>
<page string="Photos">
- <field name="image" colspan="4" widget="image"/>
+ <separator string="Image" colspan="4"/>
+ <field name="image" colspan="4" widget="image" nolabel="1"/>
</page>
</notebook>
</form>
=== modified file 'auction/wizard/auction_lots_sms_send_view.xml'
--- auction/wizard/auction_lots_sms_send_view.xml 2011-01-14 00:11:01 +0000
+++ auction/wizard/auction_lots_sms_send_view.xml 2012-01-11 11:56:24 +0000
@@ -11,7 +11,7 @@
<separator string="SMS - Gateway: clickatell','Bulk SMS send" colspan="4"/>
<field name="app_id" colspan="4"/>
<field name="user"/>
- <field name="password"/>
+ <field name="password" password="True"/>
<separator string="SMS Text" colspan="4" />
<field name="text" colspan="4" nolabel="1"/>
</group>
_______________________________________________
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