[IMP]: crm*: "Add new note" ==> "Add Internal Note"

bzr revid: rpa@tinyerp.com-20100920122634-y18p4vvdqlbnc02q
This commit is contained in:
rpa (Open ERP) 2010-09-20 17:56:34 +05:30
parent 38c2087056
commit c47de2654d
10 changed files with 10 additions and 10 deletions

View File

@ -208,7 +208,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -166,7 +166,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -568,7 +568,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -9,7 +9,7 @@ AVAILABLE_STATES = crm.AVAILABLE_STATES + [('unchanged', 'Unchanged')]
class crm_add_note(osv.osv_memory):
"""Adds a new note to the case."""
_name = 'crm.add.note'
_description = "Add New Note"
_description = "Add Internal Note"
_columns = {
'body': fields.text('Note Body', required=True),

View File

@ -205,7 +205,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -197,7 +197,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -134,7 +134,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -409,7 +409,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -186,7 +186,7 @@
</notebook>
</form>
</field>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />

View File

@ -117,7 +117,7 @@
</form>
</field>
<separator colspan="4"/>
<button string="Add New Note"
<button string="Add Internal Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-document-new" type="action" />