diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index e2526b4350f..9dffcf12fdc 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -30,15 +30,14 @@
- - - - + + + diff --git a/addons/account/wizard/wizard_automatic_reconcile.py b/addons/account/wizard/wizard_automatic_reconcile.py index 3503b78ec49..8b3c1d7080a 100644 --- a/addons/account/wizard/wizard_automatic_reconcile.py +++ b/addons/account/wizard/wizard_automatic_reconcile.py @@ -55,7 +55,8 @@ import time _reconcile_form = ''' - + + diff --git a/addons/l10n_fr/fr_wizard.xml b/addons/l10n_fr/fr_wizard.xml index d7a07ae18e2..5206ed4899c 100755 --- a/addons/l10n_fr/fr_wizard.xml +++ b/addons/l10n_fr/fr_wizard.xml @@ -1,11 +1,15 @@ - + - - - - + + + + diff --git a/addons/l10n_fr/wizard/fpdftemp.fdf b/addons/l10n_fr/wizard/fpdftemp.fdf index 7ef4dd90a72..140a9e5f69c 100755 Binary files a/addons/l10n_fr/wizard/fpdftemp.fdf and b/addons/l10n_fr/wizard/fpdftemp.fdf differ diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index 0a6b113e07c..73239bd5cd8 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -680,7 +680,7 @@ class mrp_procurement(osv.osv): 'property_ids': fields.many2many('mrp.property', 'mrp_procurement_property_rel', 'procurement_id','property_id', 'Properties'), 'message': fields.char('Latest error', size=64), - 'state': fields.selection([('draft','Draft'),('confirmed','Confirmed'),('exception','Exception'),('running','Running'),('cancel','Cancel'),('done','Done')], 'State') + 'state': fields.selection([('draft','Draft'),('confirmed','Confirmed'),('exception','Exception'),('running','Running'),('cancel','Cancel'),('done','Done'),('waiting','Waiting')], 'State') } _defaults = { 'state': lambda *a: 'draft', @@ -1065,8 +1065,8 @@ class StockMove(osv.osv): 'move_dest_id': move.id, 'state': state, 'location_dest_id': dest, - 'move_history_ids2': [(6,0,[move.id])], - 'move_history_ids': [], + 'move_history_ids': [(6,0,[move.id])], + 'move_history_ids2': [(6,0,[])], 'procurements': [] } mid = self.pool.get('stock.move').copy(cr, uid, move.id, default=valdef) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 75b14ddee57..ea986fb0b8f 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -422,7 +422,7 @@ - + @@ -614,7 +614,7 @@