Giter VIP home page Giter VIP logo

odoo-argentina-codize-2's Introduction

English | Spanish

Odoo Argentina

Argentine Location for Odoo 14 Community. Original based on Location by Moldeo Interactive [and original based on Location by AdHoc]

Installation

Install l10n_ar base

First, install Odoo Community module l10n_ar

Clone this repository with branch 14.0

git clone https://github.com/codize-app/odoo-argentina -b 14.0

Verify dependencies:

sudo apt-get install libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev libssl-dev

Inside directory, install dependencies:

sudo pip3 install -r requirements.txt
sudo apt-get install python3-m2crypto

Prepare Server

Ubuntu 20.04

Enter the file:

sudo nano /etc/ssl/openssl.cnf

Add this to the beginning of the file:

openssl_conf = default_conf

Add this to the end of the file:

[ default_conf ]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT:@SECLEVEL=1

Debian 10 / Debian 11

Enter the file:

sudo nano /etc/ssl/openssl.cnf

Search the following line: CipherString = DEFAULT@SECLEVEL=2 and replace by CipherString = DEFAULT@SECLEVEL=1

Install Electronic Invoice

Install PyAfipWS:

git clone https://github.com/pyar/pyafipws.git -b py3k
cd pyafipws
sudo pip3 install -r requirements.txt
sudo python setup.py install

If errors:

sudo python3 setup.py install

Go to installation directory of PyAFIPWS:

cd /usr/local/lib/python3/dist-packages/pyafipws

Note: Replace python3 by the python version in the system (like python3.9)

Create a folder with the name cache:

sudo mkdir cache

Change permission of folder:

sudo chmod -R 777 cache

Add path odoo-argentina to addons path in odoo.conf. Restart Odoo Server, Update Apps List and install modules l10n_ar_afipws and l10n_ar_afipws_fe. For reports install l10n_ar_report_fe.

l10n_ar extras

  • l10n_ar_ledger: VAT Ledger for Sales and Purchases
  • l10n_ar_withholding: Withholding on Invoices and Payments. Premium package (odoo-argentina-withholding) support on exports for ARBA, AGIP, SIRCAR Neuquén and SIRCAR Río Negro
  • l10n_ar_report_picking: Support for PrePrint Picking
  • l10n_ar_exchange_rate: Get Exchange Rate from AFIP
  • l10n_ar_bank: Install Argentina Bank's List
  • l10n_ar_partner: Add features to contacts (like fantasy name, update from Padrón)
  • l10n_ar_sale: Add features to sales (like sale order in USD but invoice in ARS)
  • l10n_ar_taxes: Add other taxes (like Internal Taxes)

Extras

  • account_debt_managment: Get Debt of Customer / Supplier
  • account_check: Manager for Checks (rejected, deferred, holding)

Questions & Bugs

For questions, or report bugs please use the following resources:


Develop by Exemax SAS & Codize

Funtional Contact: [email protected]

Dev Contact: [email protected]

odoo-argentina-codize-2's People

Contributors

ibuioli avatar autodidacta-ti avatar aplicacionesgsr avatar mgexemax avatar matiasbanega avatar bgauto avatar nahe-consulting-group avatar israelperez8 avatar

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.