Skip to content
Snippets Groups Projects
Commit 8f96a138 authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[FIX] mrp_repair: typo correction

"Fals" instead of "False"
parent f4102663
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ class make_invoice(osv.osv_memory):
form_res = mod_obj.get_object_reference(cr, uid, 'account', 'invoice_form')
form_id = form_res and form_res[1] or False
tree_res = mod_obj.get_object_reference(cr, uid, 'account', 'invoice_tree')
tree_id = tree_res and tree_res[1] or Fals
tree_id = tree_res and tree_res[1] or False
return {
'domain': [('id','in', newinv.values())],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment