Home

Awesome

openerp_pyafipws

OpenERP module for Argentina's Electronic Invoicing and related webservices

Features:

Extended Objects:

AFIP Webservices Supported:

For more information see:

Contact info:

Installation:

To install the dependencies, follow: https://code.google.com/p/pyafipws/wiki/InstalacionCodigoFuente

OpenERP Configuration:

In Settings, Companies, open it and go to the tab "Argentina AfipWS":

In Accounting, Configuration, Financial Accounting, Journals, create a new jornal for electronic invoices it and tab "Argentina Afip WebServices":

If everything went ok, you should see the tab "Factura Electronica Argentina" in Accounting, Customers, Invoices. By default, invoice type will be 1 (products), you can select 2 (services) and complete the billing period dates. When you click Validate to pass from draft to open, it will call AFIP and complete the result field, CAE (electronico invoice autorization number), CAE due date and messages.

For testing you don't need to change the system setting. For production you must set:

Optionally, create a temporary cache folder (i.a. /tmp/cache), give openerp write permissions and configure system parameter pyafipws.cache = /tmp/cache If you use special proxy servers (ISA), you would need to install pycurl and configure pyafipws.proxy system parameter accordingly.