[IMP/FIX] Tunderbird : View iprovements for Windows

bzr revid: jam@tinyerp.com-20110110114616-2ag3lrqy89v6f75a
This commit is contained in:
jam-openerp 2011-01-10 17:16:16 +05:30
parent 926e3de1e2
commit 7679874f2a
7 changed files with 34 additions and 30 deletions

View File

@ -345,7 +345,10 @@ def Project_%d():
phase = eval("project.Phase_%d" % phase_id)
start_date = phase.start.to_datetime()
end_date = phase.end.to_datetime()
# print phase_id,"\n\n****Phases *********", phase.resource
for res in phase.resource.all_members():
print "\n\n888888888888888",res.book_task()
# for i in dir(res):
# print "$$$$$$$$",i,eval('res.%s'%i)
# Recalculate date_start and date_end
# according to constraints on date start and date end on phase
# if phase.constraint_date_start and str(s_date) < phase.constraint_date_start:

View File

@ -10,7 +10,7 @@
- project.res_users_technical_leader
- project.res_users_developer
- project.res_users_designer
- project.res_users_tester
-
Create a project phase 'Defining Client's Basic Idea of Project'

View File

@ -17,10 +17,10 @@
</tabs>
<tabpanels>
<tabpanel id="configtab">
<vbox style="border:1px solid black">
<vbox style="border:1px solid">
<groupbox id="gpConnection" align ="center" >
<separator class="groove-thin" orient="horizontal" width="94"/>
<caption label="&gpConnection.label;"/>
<separator class="groove-thin" orient="horizontal" width="94"/>
<caption label="&gpConnection.label;"/>
<hbox>
<label align="right" id="url" value="&txturl.label;" width="80" />
<textbox id="txturl" width="200" readonly="true" />
@ -50,28 +50,28 @@
</vbox>
<separator class="groove-thin" orient="horizontal" width="10"/>
<vbox style="border:1px solid black" width="94">
<groupbox id="webgroup" >
<vbox>
<caption label="&webConnection.label;"/>
</vbox>
<separator class="groove-thin" orient="horizontal" width="10"/>
<hbox>
<label align="right" id="url" value="&txtweburl.label;" width="80" />
<textbox id="txtweburl" width="200" readonly="true"/>
</hbox>
<hbox >
<spacer width="113"/>
<button align="center" id="websetconnection" label="&setconnection.label;" oncommand="openConfigChangeweb();" image="&imagesearch.value;"/>
<button align="center" id="webopenconnection" label="&openconnection.label;" oncommand="testConnection_web();" image="&imageok.value;"/>
</hbox>
</groupbox>
</vbox>
<vbox style="border:0.5px solid" >
<groupbox id="webgroup" align ="center">
<vbox>
<caption label="&webConnection.label;"/>
</vbox>
<separator class="groove-thin" orient="horizontal" width="10"/>
<hbox>
<label align="right" id="url" value="&txtweburl.label;" width="80" />
<textbox id="txtweburl" width="200" readonly="true"/>
</hbox>
<hbox >
<spacer width="113"/>
<button align="center" id="websetconnection" label="&setconnection.label;" oncommand="openConfigChangeweb();" image="&imagesearch.value;"/>
<button align="center" id="webopenconnection" label="&openconnection.label;" oncommand="testConnection_web();" image="&imageok.value;"/>
</hbox>
</groupbox>
</vbox>
</tabpanel>
<tabpanel id="objecttab">
<groupbox id="gpObject" width="700" >
<groupbox id="gpObject" align ="center">
<caption label="&listDocument.header;"/>
<hbox>
<vbox>
@ -109,7 +109,9 @@
</tabpanel>
<tabpanel id="abouttab">
<groupbox id="gpAbout" width="770" align="center">
<caption label="&gpAbout.label;"/>
<caption label="&gpAbout.label;" align="center"/>
<vbox style="border:1px solid black" width="770"/>
<description>&openerp.paresent;</description>
<image src="chrome://openerp_plugin/skin/logo.png" sizemode="stretch" align="center"/>

View File

@ -17,8 +17,7 @@
<hbox id="root1" height="380" width="800" >
<vbox>
<caption label="&gptinyobj.label;" />
<groupbox id="existsobjectgroup" width="400" style="border:1px solid black">
<groupbox id="existsobjectgroup" style="border:1px solid black">
<separator class="groove-thin" orient="horizontal" width="400"/>
<hbox>
<label id="lblsearch" control="txtvalueobj" value="&search.label;"/>
@ -57,7 +56,7 @@
<vbox>
<caption label="&newobject.label;" />
<groupbox id="newobjectgroup" width="400" align="left" style="border:1px solid black;">
<groupbox id="newobjectgroup" align="left" style="border:1px solid black;" height="100" >
<separator class="groove-thin" orient="horizontal" width="400" height="30"/>
<hbox align="left">
<vbox>
@ -77,7 +76,7 @@
<separator class="groove-thin" orient="horizontal" width="180" height="100"/>
</groupbox>
<caption label="&newcontact.label;" />
<groupbox id="newcontactgroup" width="400" align="left" style="border:1px solid black;">
<groupbox id="newcontactgroup" align="left" style="border:1px solid black;">
<separator class="groove-thin" orient="horizontal" width="400" height="30"/>
<hbox align="left">
<vbox>

View File

@ -42,7 +42,7 @@ Licenced under the terms of OpenERP Public License (OEPL) v1.1 ">
<!ENTITY tinyerp_s.value "The Tiny Company">
<!ENTITY imageicon.value "chrome://openerp_plugin/skin/NEWT1.png">
<!ENTITY gpAbout.label "About OpenERP Thunderbird Plugin">
<!ENTITY gpAbout.label "OpenERP Thunderbird Plugin :">
<!ENTITY develop.value "Based on original work, copyright 2003-2009, by Tiny &amp; Axelor ">
<!ENTITY information.value "For more information, please visit our website">
<!ENTITY contact.label "Contact Us">