← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 724253] Re: [6.0] An invoice created from Receptions is created with type "out_invoice"

 

I've verified that extra modules (that are spanish localization), do not override tor inherit this methods.
I've fixed the bug by depuration tools I confirm you that this modules do not have influence over stock module.

Also, I just discovered thet the bug related at
https://bugs.launchpad.net/openobject-addons/+bug/724198 have the same
problem: the parameters passed to call "action_invoice_create" function
are not captured. I copy below the affected code (approximately at line
127 in "stock_invoice_onshipping.py" file)

        res = picking_pool.action_invoice_create(cr, uid, active_ids,
              journal_id = onshipdata_obj[0]['journal_id'],
              group = onshipdata_obj[0]['group'],
              type = inv_type,
              context=context)

It's very, very strange, but I need your help to solve these bugs.
Thanks again.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/724253

Title:
  [6.0] An invoice created from Receptions is created with type
  "out_invoice"

Status in OpenERP Modules (addons):
  New

Bug description:
  OpenERP stable 6.0 version.

  An invoice created from Receptions is created with type "out_invoice".
  After, when you access to invoice partners tree view, this invoices
  are not displayed. If you change account_invoice type to 'in_invoice',
  the tree view display the invoice correctly.



References