Eficent 11.0 l10n es mis report kpi#2
Open
Josenv wants to merge 86 commits into
Open
Conversation
[add] l10n es facturae face
* Translations * Terms homogeneization * README by fragments * Test reports
…k-xlsx [11.0][IMP] l10n_es_vat_book: Exportacion a XLSX
This refund mode (SII key 'S') is not fully working as is (it requires 3 invoices), and was causing problems when using it. It was also understandably the default value!
`amount_total_company_signed` can contain unrounded amounts, so we need to round that amount. We use python `round` for avoiding the same problem in this result.
Putting groups in the view is not enough for preventing Odoo to load the linked one2many model, resulting in an error for those without permissions in queue.job object. The solution for this is to isolate that changes in a separate view with a group, and this way the fields are not fetched anymore if the user doesn't belong to that group. There's other view group that also has the same group (AEAT responsible), but shouldn't be isolated, as there's a field there (sii_state), that it's needed for the visibility of other elements, and there's no problem with them, as they are not x2x fields.
…ent/l10n-spain into Eficent-11.0-l10n_es_mis_report_kpi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hola Jordi,
Hemos probado el módulo l10n_es_mis_report_kpi y vimos varios errores en el copy/paste de las plantillas, en este PR los corregimos, además, hemos añadido 5 ratios nuevos, para las plantillas de balance los ratios de solvencia, apalancamiento financiero y prueba ácida y sobre el pyg, rentabilidad económica y financiera, por otra parte hicimos alguna pequeña corrección en un par de ellos, endeudamiento y calidad de deuda. Igual tienes que hacer rebase de tú rama para ver los cambios de una manera más limpia.
Un saludo