Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0] [MIG] l10n_es_aeat_mod216 #2541

Merged
merged 28 commits into from
Oct 18, 2022

Conversation

Shide
Copy link
Contributor

@Shide Shide commented Oct 17, 2022

Standard migration from 13.0 to 15.0

MT-1426 @moduon

agaldona and others added 27 commits October 17, 2022 10:28
…lculo por códigos de impuestos generalizado + tratamiento residentes 216 y cálculo, traducciones
…lugar de recordset + gestionar grupos de compañías
…ixes OCA#290

Cuando se tienen campos related, aunque el valor no se cambie,
Odoo lanza una escritura en el objeto relacionado cada vez que se
guarda el objeto principal. En el caso de la moneda asociada a la
compañía, hace que aquellos usuarios que no tengan permiso para
modificar la compañía (la mayoría), falle en la creación del modelo.
El anterior método utilizado, al tener una clase y un many2one genérico,
no permitía poner los datos en múltiples modelos hijos, ya que se repetían
los IDs, y cogía los datos de un modelo en otros.

Con este nuevo sistema, se sigue utilizando una tabla, pero con doble
índice: el modelo y el ID, parecido a un campo reference, pero gestionado
por código propio en el método de cálculo.

El 303 está adaptado a este nuevo sistema, y se incluye un script de
migración que conserve los datos.
* Standard migration procedure
a nivel individualizado, sino agrupadas.
Se corrije el filtro de asientos del mod 111 para que se
tengan en cuenta los apuntes contables asociados a IRPF
para tanto empresas que son residentes como para el caso en que
no se ha informado la empresa en el apunte contable de la nómina.

En caso del modelo 216, sí que parece más justificado tener
que introducir el campo empresa.
This way, we don't initially see all the subconfigs for each model and we can concentrate
on main export configurations. This is got through `active` field default behaviour.
Archived config are still directly searchable through the subconfig selector in the
configuration line.

All models export configs have been adapted to this new approach.
Previous approach was not correct, as the used taxes don't apply to non resident.

We use now l10n_es_irnr module for having proper taxes, map them in the model, and
adapt the rest of the needed things.
* Float > Monetary and remove view definition
* casilla_07 must be monetary (float), not integer
* Include chatter (mail.thread)
* Include activities (mail.activity.mixin)
* Track AEAT report state change
* Include new admin user in AEAT group by default
…n tests

This way, we can reuse it in other modules that don't inherit AEAT report like SII.

We also clean a non needed reading of the tax description field.

Tests were still using description method for populating data, so we switch to new
system and perform needed changes in dependent tests.

s
@Shide Shide force-pushed the 15.0-mig-l10n_es_aeat_mod216 branch from 57292c1 to 91c82bf Compare October 17, 2022 09:27
l10n_es_aeat_mod216/__manifest__.py Outdated Show resolved Hide resolved
l10n_es_aeat_mod216/models/mod216.py Outdated Show resolved Hide resolved
@pedrobaeza
Copy link
Member

/ocabot migration l10n_es_aeat_mod216

@OCA-git-bot OCA-git-bot added this to the 15.0 milestone Oct 17, 2022
@OCA-git-bot OCA-git-bot mentioned this pull request Oct 17, 2022
48 tasks
@Shide Shide force-pushed the 15.0-mig-l10n_es_aeat_mod216 branch from 91c82bf to 4db1d77 Compare October 18, 2022 07:01
@Shide Shide requested a review from pedrobaeza October 18, 2022 10:02
@pedrobaeza
Copy link
Member

Eduardo, pon porfa el mensaje de commit correcto (falta el nombre del módulo). Por lo demás, parece todo correcto.

@rafaelbn
Copy link
Member

Hola, no puedo probar en runboat ningún modelo porque en runboat de l10n-spain no está el módulo account_chart_update

Si alguien nos explica cómo nosotros añadimos el account_chart_update para todo el repo y así se podrán probar todos los PRs funcionalmente.

Eso sí, hay que actualizar en cada PR, en mi opinión y abriré una issue para debate creo que deberíamos poner ya, todos los impuestos en l10n_es y no añadirlos con cada modelo...

Gracias

@pedrobaeza
Copy link
Member

La ruta para probarlo sería más bien:

  • Crear una nueva compañía.
  • Instalar en dicha compañía el plan contable español.
  • Cambiar a la misma.
  • Probar.

@Shide Shide force-pushed the 15.0-mig-l10n_es_aeat_mod216 branch from 4db1d77 to c826531 Compare October 18, 2022 13:56
@Shide
Copy link
Contributor Author

Shide commented Oct 18, 2022

Eduardo, pon porfa el mensaje de commit correcto (falta el nombre del módulo). Por lo demás, parece todo correcto.

Hecho, se me había colado la variable $MODULE en el último push -f 😮‍💨

@pedrobaeza
Copy link
Member

Gracias

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 15.0-ocabot-merge-pr-2541-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 4443f43 into OCA:15.0 Oct 18, 2022
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 2cf77f8. Thanks a lot for contributing to OCA. ❤️

@fcvalgar fcvalgar deleted the 15.0-mig-l10n_es_aeat_mod216 branch October 18, 2022 14:33
@fcvalgar fcvalgar restored the 15.0-mig-l10n_es_aeat_mod216 branch October 18, 2022 14:33
@fcvalgar fcvalgar deleted the 15.0-mig-l10n_es_aeat_mod216 branch October 18, 2022 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants