-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problema al generar la factura #45
Comments
Version ? |
Odoo Server Error Versión de Odoo V8, bajo servidor Ubuntu 14 |
l10n_ve_sale_purchase/model/stock.py
AttributeError: 'list' object has no attribute 'Key'
if context is None:
context = {}
data = super(StockPicking, self).action_invoice_create(
cursor, user, ids, journal_id, group, type, context)
*** picking_id = data.keys()[0] *** En este punto sucede el error
invoice_id = data[picking_id]
No me deja generar la Factura en ventas.
Quisiera saber si me falta instalar alguna librería para la localización venezolana
The text was updated successfully, but these errors were encountered: