Merge lp:~vauxoo/addons-vauxoo/7.0-purchase_requisition_contract_analyst-rev-1617-kty into lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa

Proposed by Katherine Zaoral (Vauxoo)
Status: Merged
Merged at revision: 1055
Proposed branch: lp:~vauxoo/addons-vauxoo/7.0-purchase_requisition_contract_analyst-rev-1617-kty
Merge into: lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa
Diff against target: 63 lines (+35/-2)
3 files modified
purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot (+33/-0)
purchase_requisition_contract_analyst/model/purchase_requisition.py (+1/-1)
purchase_requisition_contract_analyst/view/purchase_requisition_view.xml (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/7.0-purchase_requisition_contract_analyst-rev-1617-kty
Reviewer Review Type Date Requested Status
Katherine Zaoral (Vauxoo) Approve
Review via email: mp+223422@code.launchpad.net

Description of the change

[MERGE] change the purchase_requisiton.purhaser_id field string name from 'Contract Analyst' to 'P&C Analyst'.

To post a comment you must log in.
Revision history for this message
Katherine Zaoral (Vauxoo) (kathy-zaoral) wrote :

waiting for runbot

1056. By Katherine Zaoral (Vauxoo)

[ADD] change the grouo by filter name.

1057. By Katherine Zaoral (Vauxoo)

[FIX] view use of ampersand character. add the html ampersand character scape.

1058. By Katherine Zaoral (Vauxoo)

[ADD] generate the translation template.

Revision history for this message
Katherine Zaoral (Vauxoo) (kathy-zaoral) wrote :

Excelente, runbot is green.
Another visual changes was made (filters names and translation template).
I will proceed with the merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot'
2--- purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot 1970-01-01 00:00:00 +0000
3+++ purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot 2014-06-17 16:14:30 +0000
4@@ -0,0 +1,33 @@
5+# Translation of OpenERP Server.
6+# This file contains the translation of the following modules:
7+# * purchase_requisition_contract_analyst
8+#
9+msgid ""
10+msgstr ""
11+"Project-Id-Version: OpenERP Server 7.0\n"
12+"Report-Msgid-Bugs-To: \n"
13+"POT-Creation-Date: 2014-06-17 16:12+0000\n"
14+"PO-Revision-Date: 2014-06-17 16:12+0000\n"
15+"Last-Translator: <>\n"
16+"Language-Team: \n"
17+"MIME-Version: 1.0\n"
18+"Content-Type: text/plain; charset=UTF-8\n"
19+"Content-Transfer-Encoding: \n"
20+"Plural-Forms: \n"
21+
22+#. module: purchase_requisition_contract_analyst
23+#: help:purchase.requisition,purchaser_id:0
24+msgid "Contract Analyst responsible to evaluate the current purchase requisition."
25+msgstr ""
26+
27+#. module: purchase_requisition_contract_analyst
28+#: view:purchase.requisition:0
29+#: field:purchase.requisition,purchaser_id:0
30+msgid "P&C Analyst"
31+msgstr ""
32+
33+#. module: purchase_requisition_contract_analyst
34+#: model:ir.model,name:purchase_requisition_contract_analyst.model_purchase_requisition
35+msgid "Purchase Requisition"
36+msgstr ""
37+
38
39=== modified file 'purchase_requisition_contract_analyst/model/purchase_requisition.py'
40--- purchase_requisition_contract_analyst/model/purchase_requisition.py 2014-05-29 17:11:02 +0000
41+++ purchase_requisition_contract_analyst/model/purchase_requisition.py 2014-06-17 16:14:30 +0000
42@@ -33,7 +33,7 @@
43 _columns = {
44 'purchaser_id': fields.many2one(
45 'res.users',
46- 'Contract Analyst',
47+ 'P&C Analyst',
48 help=('Contract Analyst responsible to evaluate the current'
49 ' purchase requisition.')),
50 }
51
52=== modified file 'purchase_requisition_contract_analyst/view/purchase_requisition_view.xml'
53--- purchase_requisition_contract_analyst/view/purchase_requisition_view.xml 2014-05-29 19:13:06 +0000
54+++ purchase_requisition_contract_analyst/view/purchase_requisition_view.xml 2014-06-17 16:14:30 +0000
55@@ -35,7 +35,7 @@
56 </xpath>
57
58 <xpath expr="//group" position="inside">
59- <filter string="Contract Analyst" icon="terp-personal" context="{'group_by':'purchaser_id'}"/>
60+ <filter string="P&amp;C Analyst" icon="terp-personal" context="{'group_by':'purchaser_id'}"/>
61 </xpath>
62
63 </field>

Subscribers

People subscribed via source and target branches

to all changes: