[IMP] account_peppol: skip recompute peppol if already registered. - #5283
[IMP] account_peppol: skip recompute peppol if already registered.#5283YousefAllam221b wants to merge 1 commit into
Conversation
When someone is registred on Peppol, we fill his Peppol EAS/Endpoint. But if he later fills his VAT, we recompute these fields, resulting in a broken config. Now, already registered partners are skipped and only unregisered are recomputed task-6517921
|
This PR targets the un-managed branch odoo-dev/odoo:19.0-onboarding-september-malb, it needs to be retargeted before it can be merged. |
malb-odoo
left a comment
There was a problem hiding this comment.
Good job ! This is exactly what was merge actually (apart from the test).
I see that you use the exact same bank account that was used in the solution
. I would prefer that you ask questions instead of looking at the solution when you are blocked 😅. When you will join a subteam you will not have any solution to help you.
I havent looked at the solution, the bank account was the same from the previous function in the same file, and the rest of the infomration was filled by the autocomplete (but i didnt have any complains with it so i left them as is). |
When someone is registred on Peppol, we fill his Peppol EAS/Endpoint. But if he later fills his VAT, we recompute these fields, resulting in a broken config. Now, already registered partners are skipped and only unregisered are recomputed
task-6517921