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

[14.0][MIG] l10n_es_aeat_sii_invoice_summary #2357

Conversation

ramiadavid
Copy link
Contributor

@ramiadavid ramiadavid commented Jun 13, 2022

Migración estándar a 14.0

@ramiadavid ramiadavid changed the title [15.0][MIG] l10n es aeat sii invoice summary [14.0][MIG] l10n es aeat sii invoice summary Jun 13, 2022
@ramiadavid ramiadavid mentioned this pull request Jun 13, 2022
24 tasks
@ramiadavid ramiadavid force-pushed the 14.0-mig-l10n_es_aeat_sii_invoice_summary branch from 22b08a5 to 4f3f329 Compare June 13, 2022 18:44
@ramiadavid ramiadavid force-pushed the 14.0-mig-l10n_es_aeat_sii_invoice_summary branch 5 times, most recently from 94ce154 to 3e7c520 Compare July 6, 2022 20:17
@ramiadavid ramiadavid force-pushed the 14.0-mig-l10n_es_aeat_sii_invoice_summary branch from 3e7c520 to ee78806 Compare July 15, 2022 18:00
@ramiadavid ramiadavid force-pushed the 14.0-mig-l10n_es_aeat_sii_invoice_summary branch from ee78806 to efcb681 Compare September 6, 2022 21:33
@ramiadavid
Copy link
Contributor Author

@pedrobaeza se puede mergear esto?

l10n_es_aeat_sii_invoice_summary/__init__.py Outdated Show resolved Hide resolved
l10n_es_aeat_sii_invoice_summary/__manifest__.py Outdated Show resolved Hide resolved
tipo_factura = "F4"
if self.sii_invoice_summary_start:
if self.sii_invoice_summary_start == self.sii_invoice_summary_end:
tipo_factura = "F2"
tipo_factura = "F2" if self.move_type == "out_invoice" else "R5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Este cambio de poder hacer rectificativa resumen no lo tengo claro. ¿Tienes algún sitio donde lo ponga?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yo no soy contable, y la verdad no tengo mui claro ese tema, pero lo estuvimos mirando con el contable de la empresa, y viendo como lo hacia el cliente antes de usar Odoo y llegamos a la conclusión que tiene que ser así. pero estaria bien tener la opinión de alguien mas

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puede ese contable aportar enlace a algún sitio donde diga que esto es así?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le consulto

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pedrobaeza
Copy link
Member

@liebana podría alguien de los tuyos revisar este PR?

@ramiadavid ramiadavid force-pushed the 14.0-mig-l10n_es_aeat_sii_invoice_summary branch from efcb681 to 162f2fc Compare October 6, 2022 07:18
@rafaelbn
Copy link
Member

rafaelbn commented Oct 8, 2022

Quizá @omar7r pueda echar un cable 😄 que lo tiene bastante controlado.

@ArantxaSudon @moduon por favor vamos a revisar. Gracias.

@github-actions
Copy link

github-actions bot commented Feb 5, 2023

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 5, 2023
@rafaelbn
Copy link
Member

rafaelbn commented Feb 6, 2023

Hola @pedrobaeza puedes reabrir por favor. Yo lo reviso. Gracias.

@pedrobaeza
Copy link
Member

No está cerrado

@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 12, 2023
@AntoniRomera
Copy link

@pedrobaeza @rafaelbn Buenas en cuanto a este modulo, tengo una duda, tengo un cliente que es SII y usa el punto de venta de odoo, y por ningun lado he visto nadie que haya dicho nada (Ya que odoo por defecto crea un asiento contable y no se envia de ninguna manera de hacienda), alguien ha realizado algun cambio para en vez de crear un asiento contable, se cree una factura resumen al cerrar el punto de venta?

@pedrobaeza
Copy link
Member

No, eso es algo que se tendría que hacer en un módulo l10n_es_aeat_sii_pos o similar.

@pedrobaeza pedrobaeza changed the title [14.0][MIG] l10n es aeat sii invoice summary [14.0][MIG] l10n_es_aeat_sii_invoice_summary Mar 29, 2023
@SoniaViciana
Copy link

@pedrobaeza @rafaelbn Buenas en cuanto a este modulo, tengo una duda, tengo un cliente que es SII y usa el punto de venta de odoo, y por ningun lado he visto nadie que haya dicho nada (Ya que odoo por defecto crea un asiento contable y no se envia de ninguna manera de hacienda), alguien ha realizado algun cambio para en vez de crear un asiento contable, se cree una factura resumen al cerrar el punto de venta?

Buenos días @AntoniRomera,

Lo acabo de plantear aquí -> #3058

Saludos,

@SoniaViciana
Copy link

SoniaViciana commented Jun 6, 2023

Buenos días,

Revisando el BOE:

https://www.boe.es/buscar/act.php?id=BOE-A-2019-10487

image

https://www.boe.es/buscar/act.php?id=BOE-A-2012-14696

image

No me queda claro si las rectificativas se pueden incluir en el asiento resumen de simplificadas. Sin embargo, actualmente el método de facturación del POS de Odoo por defecto las incluye, y realizar un cambio al respecto sería muy ambicioso.

Por el momento he realizado una prueba con el SII, y sí que acepta facturas de tipo F4 con importes negativos:

image

Si es ok, podemos avanzar con ello por el momento, de tal forma que si se da el caso donde la sesión del TPV contiene más devoluciones que ventas, se genere la factura rectificativa que se remita al SII como F4.

Saludos,

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Oct 8, 2023
@github-actions github-actions bot closed this Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants