Merge lp:~unifield-team/unifield-server/us-988 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4156
Proposed branch: lp:~unifield-team/unifield-server/us-988
Merge into: lp:unifield-server
Diff against target: 123 lines (+48/-6) (has conflicts)
2 files modified
bin/addons/msf_profile/i18n/fr_MF.po (+35/-1)
bin/addons/sale_override/sale.py (+13/-5)
Text conflict in bin/addons/msf_profile/i18n/fr_MF.po
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-988
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+314822@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2017-01-02 08:52:42 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2017-01-16 10:13:32 +0000
@@ -9862,15 +9862,31 @@
9862msgid "When doing real-time inventory valuation, counterpart Journal Items for all incoming stock moves will be posted in this account. If not set on the product, the one from the product category is used."9862msgid "When doing real-time inventory valuation, counterpart Journal Items for all incoming stock moves will be posted in this account. If not set on the product, the one from the product category is used."
9863msgstr "Lors de la valorisation en temps réel de l'inventaire, des lignes d'écritures du Journal de la contrepartie correspondantes à tous les mouvements d'entrée stock seront comptabilisées sous ce compte. Si la valorisation n'est pas établie sur le produit, alors celle de la catégorie du produit sera utilisée. "9863msgstr "Lors de la valorisation en temps réel de l'inventaire, des lignes d'écritures du Journal de la contrepartie correspondantes à tous les mouvements d'entrée stock seront comptabilisées sous ce compte. Si la valorisation n'est pas établie sur le produit, alors celle de la catégorie du produit sera utilisée. "
98649864
9865#. modules: msf_doc_import, msf_partner, tender_flow, sale9865#. modules: msf_doc_import, msf_partner, tender_flow, sale, sale_override
9866#: field:wizard.import.fo.line,fo_id:09866#: field:wizard.import.fo.line,fo_id:0
9867#: field:wizard.import.ir.line,fo_id:09867#: field:wizard.import.ir.line,fo_id:0
9868#: model:ir.actions.act_window,name:msf_partner.act_res_partner_2_sale_order9868#: model:ir.actions.act_window,name:msf_partner.act_res_partner_2_sale_order
9869#: report:addons/tender_flow/report/tender_rfq_comparison_xls.mako:5099869#: report:addons/tender_flow/report/tender_rfq_comparison_xls.mako:509
9870#: report:sale.order.allocation.report:09870#: report:sale.order.allocation.report:0
9871#: code:addons/sale_override/sale.py:3120
9871msgid "Field Order"9872msgid "Field Order"
9872msgstr "Commande de Terrain"9873msgstr "Commande de Terrain"
98739874
9875#. module: sale_override
9876#: code:addons/sale_override/sale.py:628
9877#: code:addons/sale_override/sale.py:641
9878#: code:addons/sale_override/sale.py:1523
9879#: code:addons/sale_override/sale.py:2053
9880#, python-format
9881msgid "Field order"
9882msgstr "Commande de terrain"
9883
9884#. module: sale_override
9885#: code:addons/sale_override/sale.py:1525
9886#, python-format
9887msgid "The %s %s has been created to re-source the canceled needs"
9888msgstr "La %s %s a été créé pour 're-sourcer' les besoins annulés"
9889
9874#. module: base9890#. module: base
9875#: field:res.config.users,action_id:09891#: field:res.config.users,action_id:0
9876#: field:res.users,action_id:09892#: field:res.users,action_id:0
@@ -38904,6 +38920,14 @@
38904msgid "Internal Request"38920msgid "Internal Request"
38905msgstr "Demande Interne"38921msgstr "Demande Interne"
3890638922
38923#. module: sale_override
38924#: code:addons/sale_override/sale.py:641
38925#: code:addons/sale_override/sale.py:1523
38926#: code:addons/sale_override/sale.py:2053
38927#, python-format
38928msgid "Internal request"
38929msgstr "Demande interne"
38930
38907#. module: base38931#. module: base
38908#: help:ir.ui.view,xml_id:038932#: help:ir.ui.view,xml_id:0
38909msgid "ID of the view defined in xml file"38933msgid "ID of the view defined in xml file"
@@ -75814,6 +75838,7 @@
75814msgid "Partner Created on this instance"75838msgid "Partner Created on this instance"
75815msgstr "Partenaire créé sur cette instance"75839msgstr "Partenaire créé sur cette instance"
7581675840
75841<<<<<<< TREE
75817#. module: account_reconciliation75842#. module: account_reconciliation
75818#: code:addons/account_reconciliation/wizard/account_reconcile.py:20775843#: code:addons/account_reconciliation/wizard/account_reconcile.py:207
75819#, python-format75844#, python-format
@@ -75854,3 +75879,12 @@
75854#, python-format75879#, python-format
75855msgid "Wrong total: %.2f, instead of: %.2f"75880msgid "Wrong total: %.2f, instead of: %.2f"
75856msgstr "Total erroné : %.2f, au lieu de : %.2f"75881msgstr "Total erroné : %.2f, au lieu de : %.2f"
75882=======
75883#. module: sale_override
75884#: code:addons/sale_override/sale.py:3119
75885#, python-format
75886msgid "A line was added to the %s %s to re-source the canceled line."
75887msgstr "Une ligne a été ajoutée a la %s %s pour 're-sourcer' la ligne annulée."
75888
75889
75890>>>>>>> MERGE-SOURCE
7585775891
=== modified file 'bin/addons/sale_override/sale.py'
--- bin/addons/sale_override/sale.py 2016-11-09 09:07:38 +0000
+++ bin/addons/sale_override/sale.py 2017-01-16 10:13:32 +0000
@@ -638,7 +638,7 @@
638 res = super(sale_order, self).action_cancel(cr, uid, ids, context=context)638 res = super(sale_order, self).action_cancel(cr, uid, ids, context=context)
639 for order in self.read(cr, uid, ids, ['procurement_request', 'name'], context=context):639 for order in self.read(cr, uid, ids, ['procurement_request', 'name'], context=context):
640 self.infolog(cr, uid, "The %s id:%s (%s) has been canceled." % (640 self.infolog(cr, uid, "The %s id:%s (%s) has been canceled." % (
641 order['procurement_request'] and 'Internal request' or 'Field order',641 order['procurement_request'] and _('Internal request') or _('Field order'),
642 order['id'], order['name'],642 order['id'], order['name'],
643 ))643 ))
644 return res644 return res
@@ -1518,9 +1518,14 @@
1518 'fo_to_resource': True}, context=context)1518 'fo_to_resource': True}, context=context)
15191519
15201520
1521 order_name = self.read(cr, uid, order_id, ['name'], context=context)['name']1521 order_data = self.read(cr, uid, [order_id], ['name', 'procurement_request'], context=context)[0]
1522 order_name = order_data['name']
1523 order_type = order_data['procurement_request'] and _('Internal request') or _('Field order')
15221524
1523 self.log(cr, uid, order_id, _('The Field order %s has been created to re-source the canceled needs') % order_name, context=dict(context, procurement_request=order.procurement_request))1525 self.log(cr, uid, order_id, _('The %s %s has been created to re-source the canceled needs') % (
1526 order_name,
1527 order_type,
1528 ), context=dict(context, procurement_request=order.procurement_request))
15241529
1525 return order_id1530 return order_id
15261531
@@ -2045,7 +2050,7 @@
2045 msg_type.get('out', {}).get(picking_data.get('subtype', ''), '') or \2050 msg_type.get('out', {}).get(picking_data.get('subtype', ''), '') or \
2046 msg_type.get(picking_data.get('type', ''), ''),2051 msg_type.get(picking_data.get('type', ''), ''),
2047 picking_id, picking_data.get('name', ''),2052 picking_id, picking_data.get('name', ''),
2048 order.procurement_request and 'Internal request' or 'Field order',2053 order.procurement_request and _('Internal request') or _('Field order'),
2049 order.id, order.name,2054 order.id, order.name,
2050 ))2055 ))
20512056
@@ -3116,7 +3121,10 @@
3116 form was opened with 'Enter a Reason for Incoming cancellation' name3121 form was opened with 'Enter a Reason for Incoming cancellation' name
3117 we just keep the view id (2 distincts ids for FO/IR)"""3122 we just keep the view id (2 distincts ids for FO/IR)"""
3118 self.pool.get('sale.order').log(cr, uid, order_id,3123 self.pool.get('sale.order').log(cr, uid, order_id,
3119 _('A line was added to the Field Order %s to re-source the canceled line.') % (order_name),3124 _('A line was added to the %s %s to re-source the canceled line.') % (
3125 line.order_id and line.order_id.procurement_request and _('Internal Request') or _('Field Order'),
3126 order_name
3127 ),
3120 context={'view_id': context.get('view_id', False)})3128 context={'view_id': context.get('view_id', False)})
31213129
3122 return line_id3130 return line_id

Subscribers

People subscribed via source and target branches

to all changes: