-
-
Notifications
You must be signed in to change notification settings - Fork 571
[18.0][MIG] l10n_es_pos_sii: Migration to version 18.0 #4656
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
Open
christian-ramos-tecnativa
wants to merge
30
commits into
OCA:18.0
Choose a base branch
from
Tecnativa:18.0-mig-l10n_es_pos_sii
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[18.0][MIG] l10n_es_pos_sii: Migration to version 18.0 #4656
christian-ramos-tecnativa
wants to merge
30
commits into
OCA:18.0
from
Tecnativa:18.0-mig-l10n_es_pos_sii
Conversation
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
[ADD] módulo l10n_es_pos_sii para permitir enviar pedidos del TPV al sii Roadmap: - Comprobar que funcionalidad de account.move sigue siendo correcta. - Posibilidad de enviar al sii una sesión (tipo summary) - Envío devoluciones al SII -> POS - Cancelar envío al SII -> POS
OCA#3088 Los pedidos se enviarán siempre como F2, sin especificar la contraparte. Aún así, en el _sii_get_partner que también se utiliza en otros métodos del sii, hacemos que el partner que obtiene sea el default partner del pos, para no generar incongruencias. Respecto a la fecha, de momento seguimos enviado la del pedido.
Currently translated at 100.0% (46 of 46 strings) Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_pos_sii Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_pos_sii/es/
Creación de un nuevo modelo en `l10n_es_aeat` llamado *aeat_mixin*, del que heredan *sii.mixin* (ya existente) y un nuevo *verifactu.mixin*. Refactor de *sii.mixin* pasando funcionalidad a *aeat_mixin* Se han renombrado varios campos sii_* a aeat_* ya que serán utilizados por ambos.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_pos_sii Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_pos_sii/
…istration_key_code to allow the pos users to interact whit the pos orders.
c115c4e to
064d70b
Compare
Member
|
/ocabot migration l10n_es_pos_sii |
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.
Migración estándar, a partir de #4450
@Tecnativa TT59666