Ventas Factura Electronica Mexico CFDI

by
Odoo
v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 1400
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Purchase (purchase)
Discuss (mail)
Lines of code 5559
Technical Name cdfi_invoice
LicenseOPL-1
Websitehttp://www.itadmin.com.mx
Versions 13.0 16.0 10.0 11.0 12.0 14.0 9.0 8.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Purchase (purchase)
Discuss (mail)
Lines of code 5559
Technical Name cdfi_invoice
LicenseOPL-1
Websitehttp://www.itadmin.com.mx
Versions 13.0 16.0 10.0 11.0 12.0 14.0 9.0 8.0 15.0

Módulo de ventas adaptado para factura electrónica en México (CFDI 4.0)

Adapta el módulo de ventas para generars facturas electrónicas en México (CFDI 4.0)

Se pueden emitir facturas:

  • Factura timbrada.


    • Se anexa el archivo xml y pdf para enviar correo electrónico.


    • Información para timbrar la factura.


    • Datos del receptor.


    • Datos del emisor.




    Página web | Blog | E-Mail
    Odoo Proprietary License v1.0
    
    This software and associated files (the "Software") may only be used (executed,
    modified, executed after modifications) if you have purchased a valid license
    from the authors, typically via Odoo Apps, or if you have received a written
    agreement from the authors of the Software (see the COPYRIGHT file).
    
    You may develop Odoo modules that use the Software as a library (typically
    by depending on it, importing it and using its resources), but without copying
    any source code or material from the Software. You may distribute those
    modules under the license of your choice, provided that this license is
    compatible with the terms of the Odoo Proprietary License (For example:
    LGPL, MIT, or proprietary licenses similar to this one).
    
    It is forbidden to publish, distribute, sublicense, or sell copies of the Software
    or modified copies of the Software.
    
    The above copyright notice and this permission notice must be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    DEALINGS IN THE SOFTWARE.
    

    Please log in to comment on this module

    • The author can leave a single reply to each comment.
    • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
    • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
    Please choose a rating from 1 to 5 for this module.
    There are no ratings yet!
    Me marca un error al instalar. Gracias de antemano!
    by
    Javier Rios
    on 6/10/19, 7:46 PM

    Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/odoo/http.py", line 642, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python2.7/site-packages/odoo/http.py", line 684, in dispatch result = self._call_function(**self.params) File "/usr/lib/python2.7/site-packages/odoo/http.py", line 334, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python2.7/site-packages/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python2.7/site-packages/odoo/http.py", line 327, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python2.7/site-packages/odoo/http.py", line 942, in __call__ return self.method(*args, **kw) File "/usr/lib/python2.7/site-packages/odoo/http.py", line 507, in response_wrap response = f(*args, **kw) File "/usr/lib/python2.7/site-packages/odoo/addons/web/controllers/main.py", line 896, in call_button action = self._call_kw(model, method, args, {}) File "/usr/lib/python2.7/site-packages/odoo/addons/web/controllers/main.py", line 884, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python2.7/site-packages/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/usr/lib/python2.7/site-packages/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/usr/lib/python2.7/site-packages/odoo/addons/base/module/module.py", line 411, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/usr/lib/python2.7/site-packages/odoo/addons/base/module/module.py", line 485, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/usr/lib/python2.7/site-packages/odoo/modules/registry.py", line 83, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/usr/lib/python2.7/site-packages/odoo/modules/loading.py", line 377, in load_modules loaded_modules, update_module, models_to_check) File "/usr/lib/python2.7/site-packages/odoo/modules/loading.py", line 270, in load_marked_modules perform_checks=perform_checks, models_to_check=models_to_check File "/usr/lib/python2.7/site-packages/odoo/modules/loading.py", line 182, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/usr/lib/python2.7/site-packages/odoo/modules/loading.py", line 96, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/usr/lib/python2.7/site-packages/odoo/tools/convert.py", line 845, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/usr/lib/python2.7/site-packages/odoo/tools/convert.py", line 915, in convert_xml_import obj.parse(doc.getroot(), mode=mode) File "/usr/lib/python2.7/site-packages/odoo/tools/convert.py", line 796, in parse self.parse(rec, mode) File "/usr/lib/python2.7/site-packages/odoo/tools/convert.py", line 799, in parse self._tags[rec.tag](rec, de, mode=mode) File "/usr/lib/python2.7/site-packages/odoo/tools/convert.py", line 707, in _tag_record id = self.env(context=rec_context)['ir.model.data']._update(rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode) File "/usr/lib/python2.7/site-packages/odoo/addons/base/ir/ir_model.py", line 1236, in _update record = record.create(values) File "/usr/lib/python2.7/site-packages/odoo/addons/base/ir/ir_ui_view.py", line 362, in create return super(View, self).create(self._compute_defaults(values)) File "/usr/lib/python2.7/site-packages/odoo/models.py", line 3855, in create self._fields[key].determine_inverse(record) File "/usr/lib/python2.7/site-packages/odoo/fields.py", line 1046, in determine_inverse getattr(records, self.inverse)() File "/usr/lib/python2.7/site-packages/odoo/addons/base/ir/ir_ui_view.py", line 220, in _inverse_arch view.write(data) File "/usr/lib/python2.7/site-packages/odoo/addons/base/ir/ir_ui_view.py", line 380, in write return super(View, self).write(self._compute_defaults(vals)) File "/usr/lib/python2.7/site-packages/odoo/models.py", line 3568, in write self._write(old_vals) File "/usr/lib/python2.7/site-packages/odoo/models.py", line 3732, in _write self._validate_fields(vals) File "/usr/lib/python2.7/site-packages/odoo/models.py", line 1081, in _validate_fields raise ValidationError("%s\n\n%s" % (_("Error while validating constraint"), tools.ustr(e))) ParseError: "Error while validating constraint El campo `registro_tributario` no existe Error de contexto: Vista `res.partner.form.inherit` [view_id: 947, xml_id: n/a, model: res.partner, parent_id: 124] None" while parsing /usr/lib/python2.7/site-packages/odoo/addons/cdfi_invoice/views/res_partner_view.xml:5, near res.partner.form.inherit res.partner

    Re: Me marca un error al instalar. Gracias de antemano!
    by
    frivero@itadmin.com.mx
    on 6/11/19, 6:16 AM Author

    Descarga el módulo de nuestro repositorio https://github.com/itadmin01/Odoo_CFDI_3.3 y vuelve a intentar o contáctanos para que te apoyemos soporte@itadmin.com.mx


    Me da este error, me pueden ayudar?
    by
    Armando Macedo
    on 3/6/19, 11:08 AM

    Error: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 651, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in reraise raise value File "/usr/lib/python3/dist-packages/odoo/http.py", line 693, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 937, in __call__ return self.method(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 938, in call_button action = self._call_kw(model, method, args, {}) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 926, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/cdfi_invoice/models/account_invoice.py", line 547, in action_cfdi_generate values = invoice.to_json() File "/usr/lib/python3/dist-packages/odoo/addons/cdfi_invoice/models/account_invoice.py", line 253, in to_json 'fecha_factura': datetime.datetime.strftime(self.fecha_factura, '%Y-%m-%d %H:%M:%S'), TypeError: descriptor 'strftime' requires a 'datetime.date' object but received a 'str'

    Re: Me da este error, me pueden ayudar?
    by
    frivero@itadmin.com.mx
    on 5/27/19, 11:25 AM Author

    Hola, hemos actualizado el módulo puedes descargar la versión más nueva y probar. Si te sigue marcando algún error nos puedes enviar un correo a soporte@itadmin.com.mx. Saludos,