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

[FIX] account_payment_group: sequences #309

Merged
merged 2 commits into from Oct 4, 2022

Conversation

zaoral
Copy link
Contributor

@zaoral zaoral commented Oct 4, 2022

Do different seq when move related to payment group, if not use the journal regular sequence.

@roboadhoc
Copy link
Contributor

Do different seq when move related to payment group, if not use the
journal regular sequence.
Odoo esta mandando a borrar el move_id vinculado al payment mediante metodo unlink.
Ahora bien, nosotros haciamos delete de los payments al borrar un payment group mediante ondelete=cascade pero al hacerlo así el borrado se hace por sql y no se llama el metodo unlink de odoo por lo cual nos queda el asiento sin pago vinculado.
@jjscarafia
Copy link
Member

@roboadhoc r+ rebase-ff

@roboadhoc
Copy link
Contributor

Merge method set to rebase and fast-forward

@jjscarafia
Copy link
Member

se mezcla igual porque el error de runbot NO tiene que ver con este PR

@jjscarafia jjscarafia merged commit bd5aac0 into ingadhoc:15.0 Oct 4, 2022
@jjscarafia jjscarafia deleted the 15.0-h-55541-kz branch October 4, 2022 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants