Merge lp:~julie-w/unifield-server/US-1822 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4124
Proposed branch: lp:~julie-w/unifield-server/US-1822
Merge into: lp:unifield-server
Diff against target: 41 lines (+15/-1) (has conflicts)
2 files modified
bin/addons/account_override/account_move_line.py (+7/-1)
bin/addons/msf_profile/i18n/fr_MF.po (+8/-0)
Text conflict in bin/addons/msf_profile/i18n/fr_MF.po
To merge this branch: bzr merge lp:~julie-w/unifield-server/US-1822
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+313324@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/account_override/account_move_line.py'
--- bin/addons/account_override/account_move_line.py 2016-11-24 15:02:51 +0000
+++ bin/addons/account_override/account_move_line.py 2016-12-15 08:33:57 +0000
@@ -484,7 +484,13 @@
484 context = {}484 context = {}
485 if context.get('from_web_menu', False):485 if context.get('from_web_menu', False):
486 for ml in self.browse(cr, uid, ids):486 for ml in self.browse(cr, uid, ids):
487 if ml.move_id and ml.move_id.status == 'sys':487 # US-1822 When unreconciling entries, to check if the write can be done use the reconciliation status
488 # (manual / auto) instead of the JI one
489 if 'unreconcile_date' in vals and vals['unreconcile_date']:
490 reconciliation = ml.reconcile_id or ml.reconcile_partial_id or False
491 if reconciliation and reconciliation.type == 'auto':
492 raise osv.except_osv(_('Warning'), _('Only manually reconciled entries can be unreconciled.'))
493 elif ml.move_id and ml.move_id.status == 'sys':
488 raise osv.except_osv(_('Warning'), _('You cannot change Journal Items that comes from the system!'))494 raise osv.except_osv(_('Warning'), _('You cannot change Journal Items that comes from the system!'))
489 # Check date validity with period495 # Check date validity with period
490 self._check_date_validity(cr, uid, ids, vals)496 self._check_date_validity(cr, uid, ids, vals)
491497
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2016-12-07 06:47:50 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2016-12-15 08:33:57 +0000
@@ -75713,6 +75713,7 @@
75713msgid "There is no stopped products to report"75713msgid "There is no stopped products to report"
75714msgstr "Il n'y a aucun produit stoppé à afficher"75714msgstr "Il n'y a aucun produit stoppé à afficher"
7571575715
75716<<<<<<< TREE
75716#. module: msf_doc_import75717#. module: msf_doc_import
75717#: code:addons/msf_doc_import/check_line.py:62675718#: code:addons/msf_doc_import/check_line.py:626
75718#: code:addons/msf_doc_import/check_line.py:62875719#: code:addons/msf_doc_import/check_line.py:628
@@ -75769,3 +75770,10 @@
75769msgid "Partner Created on this instance"75770msgid "Partner Created on this instance"
75770msgstr "Partenaire créé sur cette instance"75771msgstr "Partenaire créé sur cette instance"
7577175772
75773=======
75774#. module: account_override
75775#: code:addons/account_override/account_move_line.py:491
75776#, python-format
75777msgid "Only manually reconciled entries can be unreconciled."
75778msgstr "Seules les entrées lettrées manuellement peuvent être délettrées."
75779>>>>>>> MERGE-SOURCE

Subscribers

People subscribed via source and target branches