Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[ADD] l10n_pe: adding missing taxes #300

Closed umiphos closed 5 years ago

umiphos commented 5 years ago

Description of the issue/feature this PR addresses:

Adding a new set of taxes to cover the cases that we are missing, and adding the codes to identify the taxes.

Based on the information we find in http://cpe.sunat.gob.pe/sites/default/files/inline-files/AjustesValidacionesCPEv20180726.zip We are adding the next data to create the taxes.

Catalog 5 Says that we must refer to the taxes in certain way with a table: Identifier code | UN/ECE 5153 | UN/ECE 5305 We are adding this values as a dictionary with just adding the tax code, and the rest of the information can be stored with a compute

Current behavior before PR: We don't have the taxes for special cases

Desired behavior after PR is merged: We will have the taxes for special cases

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

umiphos commented 5 years ago

We must consider this range of taxes for importation in the future, for the moment it will be useful to have just one as template

http://www.sunat.gob.pe/orientacionaduanera/pagosgarantias/index.html

It's just too much information to just add as data, it's better(IMO) to have a template for the taxes like exportation and ISC that have a wide variety of percents.

umiphos commented 5 years ago

This data is already in #312 #315 #316