-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
[14.0][MIG] l10n_es_aeat_sii_invoice_summary #2357
Conversation
22b08a5
to
4f3f329
Compare
94ce154
to
3e7c520
Compare
3e7c520
to
ee78806
Compare
ee78806
to
efcb681
Compare
@pedrobaeza se puede mergear esto? |
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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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í?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
le consulto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liebana podría alguien de los tuyos revisar este PR? |
efcb681
to
162f2fc
Compare
Quizá @omar7r pueda echar un cable 😄 que lo tiene bastante controlado. @ArantxaSudon @moduon por favor vamos a revisar. Gracias. |
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. |
Hola @pedrobaeza puedes reabrir por favor. Yo lo reviso. Gracias. |
No está cerrado |
@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? |
No, eso es algo que se tendría que hacer en un módulo |
Buenos días @AntoniRomera, Lo acabo de plantear aquí -> #3058 Saludos, |
Buenos días, Revisando el BOE: https://www.boe.es/buscar/act.php?id=BOE-A-2019-10487 https://www.boe.es/buscar/act.php?id=BOE-A-2012-14696 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: 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, |
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. |
Migración estándar a 14.0