Git Product home page Git Product logo

l10n_cl_dte's People

Contributors

carlostoledo1007 avatar celm1990 avatar dansanti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

l10n_cl_dte's Issues

Error al subir xml y crear productos

Cuando intento subir el xml de un proveedor y el producto no existe en el sistema, se trata de crear el producto pero sale el siguiente error:

screenshot_1

El problema es que al crear el producto no se especifica la categoria, esto en la linea 465, deberiamos en el asistente preguntar la categoria para los nuevos productos, o configurarla en algun lado(compañia) o crearla dinamicamente segun el proveedor.

Field `sii_xml_request` does not exist

Hola Daniel, buenas noches

Tanto en ésta versión como en la versión de odoo-chile me aparece éste error al intentar instalar el módulo (últimos commits):

`

Odoo Server Error

Traceback (most recent call last):
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/http.py", line 646, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/http.py", line 683, in dispatch
result = self._call_function(*_self.params)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/http.py", line 319, in _call_function
return checked_call(self.db, *args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/service/model.py", line 118, in wrapper
return f(dbname, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/http.py", line 312, in checked_call
result = self.endpoint(_a, *_kw)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/http.py", line 962, in call
return self.method(_args, *_kw)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/http.py", line 512, in response_wrap
response = f(_args, *_kw)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/addons/web/controllers/main.py", line 901, in call_button
action = self._call_kw(model, method, args, {})
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/addons/web/controllers/main.py", line 889, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 250, in wrapper
return old_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/addons/base/module/module.py", line 459, in button_immediate_install
return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 250, in wrapper
return old_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/addons/base/module/module.py", line 533, in _button_immediate_function
registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/modules/registry.py", line 386, in new
openerp.modules.load_modules(registry._db, force_demo, status, update_module)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/modules/loading.py", line 338, in load_modules
loaded_modules, update_module)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/modules/loading.py", line 237, in load_marked_modules
loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/modules/loading.py", line 156, in load_module_graph
_load_data(cr, module_name, idref, mode, kind='data')
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/modules/loading.py", line 98, in _load_data
tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/tools/convert.py", line 851, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/tools/convert.py", line 938, in convert_xml_import
obj.parse(doc.getroot(), mode=mode)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/tools/convert.py", line 801, in parse
self.parse(rec, mode)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/tools/convert.py", line 804, in parse
self._tags[rec.tag](self.cr, rec, de, mode=mode)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/tools/convert.py", line 708, in _tag_record
id = self.pool['ir.model.data']._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 250, in wrapper
return old_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/addons/base/ir/ir_model.py", line 1143, in _update
res_id = model_obj.create(cr, uid, values, context=context)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 250, in wrapper
return old_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/addons/base/ir/ir_ui_view.py", line 353, in create
context=context)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 250, in wrapper
return old_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 354, in old_api
result = method(recs, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/models.py", line 4157, in create
record = self.browse(self._create(old_vals))
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 248, in wrapper
return new_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 490, in new_api
result = method(self._model, cr, uid, _args, *_old_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/models.py", line 4354, in _create
recs._validate_fields(vals)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/api.py", line 248, in wrapper
return new_api(self, _args, *_kwargs)
File "/home/kristian/odoov9/odoo-9.0c-20160712/openerp/models.py", line 1271, in _validate_fields
raise ValidationError('\n'.join(errors))
ParseError: "Invalid view definition

Error details:
Field sii_xml_request does not exist

Error context:
View account.invoice.sii.form
[view_id: 1279, xml_id: n/a, model: account.invoice, parent_id: 403]
None" while parsing /home/kristian/odoov9/solti/l10n_cl_dte/views/invoice_view.xml:4, near

account.invoice
account.invoice.sii.form








{'partner_id': partner_id, 'price_type': context.get('price_type') or False, 'type': type}" name="invoice_line_ids" on_change="onchange_invoice_line(invoice_line_ids)




















`
¿Alguna idea?

Ésto me ocurrió también con el "general" por decirlo así, no lo abrí (el issue) allá porque quería probar primero éste, pero me sale exactamente lo mismo :(.

Factura XML sin Tasa IVA

Estimado Daniel.
Primero que todo felicitar por los avances logrados en Facturación Electrónica.
Mi problema es el siguiente:
El XML resultante de la factura afecta no tiene declarado IVA y aparece como exento. La factura PDF es correcta con IVA incluido.
Adjunto pantallazo XML:
2017-05-10-033547_1296x698_scrot
De antemano gracias.
Saludos.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.