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
=== added file 'purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot'
--- purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot 1970-01-01 00:00:00 +0000
+++ purchase_requisition_contract_analyst/i18n/purchase_requisition_contract_analyst.pot 2014-06-17 16:14:30 +0000
@@ -0,0 +1,33 @@
1# Translation of OpenERP Server.
2# This file contains the translation of the following modules:
3# * purchase_requisition_contract_analyst
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: OpenERP Server 7.0\n"
8"Report-Msgid-Bugs-To: \n"
9"POT-Creation-Date: 2014-06-17 16:12+0000\n"
10"PO-Revision-Date: 2014-06-17 16:12+0000\n"
11"Last-Translator: <>\n"
12"Language-Team: \n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: \n"
16"Plural-Forms: \n"
17
18#. module: purchase_requisition_contract_analyst
19#: help:purchase.requisition,purchaser_id:0
20msgid "Contract Analyst responsible to evaluate the current purchase requisition."
21msgstr ""
22
23#. module: purchase_requisition_contract_analyst
24#: view:purchase.requisition:0
25#: field:purchase.requisition,purchaser_id:0
26msgid "P&C Analyst"
27msgstr ""
28
29#. module: purchase_requisition_contract_analyst
30#: model:ir.model,name:purchase_requisition_contract_analyst.model_purchase_requisition
31msgid "Purchase Requisition"
32msgstr ""
33
034
=== modified file 'purchase_requisition_contract_analyst/model/purchase_requisition.py'
--- purchase_requisition_contract_analyst/model/purchase_requisition.py 2014-05-29 17:11:02 +0000
+++ purchase_requisition_contract_analyst/model/purchase_requisition.py 2014-06-17 16:14:30 +0000
@@ -33,7 +33,7 @@
33 _columns = {33 _columns = {
34 'purchaser_id': fields.many2one(34 'purchaser_id': fields.many2one(
35 'res.users',35 'res.users',
36 'Contract Analyst',36 'P&C Analyst',
37 help=('Contract Analyst responsible to evaluate the current'37 help=('Contract Analyst responsible to evaluate the current'
38 ' purchase requisition.')),38 ' purchase requisition.')),
39 }39 }
4040
=== modified file 'purchase_requisition_contract_analyst/view/purchase_requisition_view.xml'
--- purchase_requisition_contract_analyst/view/purchase_requisition_view.xml 2014-05-29 19:13:06 +0000
+++ purchase_requisition_contract_analyst/view/purchase_requisition_view.xml 2014-06-17 16:14:30 +0000
@@ -35,7 +35,7 @@
35 </xpath>35 </xpath>
3636
37 <xpath expr="//group" position="inside">37 <xpath expr="//group" position="inside">
38 <filter string="Contract Analyst" icon="terp-personal" context="{'group_by':'purchaser_id'}"/>38 <filter string="P&amp;C Analyst" icon="terp-personal" context="{'group_by':'purchaser_id'}"/>
39 </xpath>39 </xpath>
4040
41 </field>41 </field>

Subscribers

People subscribed via source and target branches

to all changes: