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

[16.0][FIX] account_invoice_inter_company : clean_context not working correctly #688

Open
wants to merge 3 commits into
base: 16.0
Choose a base branch
from

Conversation

Kev-Roche
Copy link
Contributor

@Kev-Roche Kev-Roche commented Sep 2, 2024

In some cases, some default values appear in context (default_partner_shipping_id, ...) and are propagate in the counterpart invoice.
As discuss here #651 and #652, we don't want to propagate these values between invoices.

For example :
When we open an invoice via the method action_view_invoice from a sale or purchase order.

Also, calling clean_context with ** not working, and without ** precommit fails.

cc @pedrobaeza , @metaminux

@Kev-Roche Kev-Roche force-pushed the 16.0-fix-clean_context_not_working_correctly branch from 7ac8ae0 to ed7d0cb Compare September 2, 2024 10:13
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.

1 participant