~unifield-team/unifield-wm/us-927

« back to all changes in this revision

Viewing changes to msf_doc_import/wizard/wizard_import_fo_line.py

  • Committer: Olivier DOSSMANN
  • Date: 2013-03-22 13:35:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: od@tempo-consulting.fr-20130322133549-vnmjtnuysyee7q3e
UF-1894 [MOVE] msf_supply_doc_import to msf_doc_import directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import base64
26
26
from spreadsheet_xml.spreadsheet_xml import SpreadsheetXML
27
27
import time
28
 
from msf_supply_doc_import import check_line
29
 
from msf_supply_doc_import.wizard import FO_LINE_COLUMNS_FOR_IMPORT as columns_for_fo_line_import
 
28
from msf_doc_import import check_line
 
29
from msf_doc_import.wizard import FO_LINE_COLUMNS_FOR_IMPORT as columns_for_fo_line_import
30
30
 
31
31
class wizard_import_fo_line(osv.osv_memory):
32
32
    _name = 'wizard.import.fo.line'
112
112
                    'functional_currency_id': fo_browse.pricelist_id.currency_id.id,
113
113
                    'price_unit': 1,  # in case that the product is not found and we do not have price
114
114
                    'product_qty': 1,
115
 
                    'nomen_manda_0':  obj_data.get_object_reference(cr, uid, 'msf_supply_doc_import', 'nomen_tbd0')[1],
116
 
                    'nomen_manda_1':  obj_data.get_object_reference(cr, uid, 'msf_supply_doc_import', 'nomen_tbd1')[1],
117
 
                    'nomen_manda_2':  obj_data.get_object_reference(cr, uid, 'msf_supply_doc_import', 'nomen_tbd2')[1],
118
 
                    'nomen_manda_3':  obj_data.get_object_reference(cr, uid, 'msf_supply_doc_import', 'nomen_tbd3')[1],
 
115
                    'nomen_manda_0':  obj_data.get_object_reference(cr, uid, 'msf_doc_import', 'nomen_tbd0')[1],
 
116
                    'nomen_manda_1':  obj_data.get_object_reference(cr, uid, 'msf_doc_import', 'nomen_tbd1')[1],
 
117
                    'nomen_manda_2':  obj_data.get_object_reference(cr, uid, 'msf_doc_import', 'nomen_tbd2')[1],
 
118
                    'nomen_manda_3':  obj_data.get_object_reference(cr, uid, 'msf_doc_import', 'nomen_tbd3')[1],
119
119
                    'proc_type': 'make_to_order',
120
120
                    'default_code': False,
121
121
                    'confirmed_delivery_date': False,