-
Couldn't load subscription status.
- Fork 30.2k
[FW][FIX] l10n_din5008{*}: fix incorrect din5008 report addressing #189951
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
[FW][FIX] l10n_din5008{*}: fix incorrect din5008 report addressing #189951
Conversation
|
@antonrom1 @qdp-odoo cherrypicking of pull request #183775 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
|
@antonrom1 @qdp-odoo this forward port of #183775 is awaiting action (not merged or closed). |
205fa48 to
2a667ea
Compare
The DIN 5008 layout was not properly addressing reports on invoices and delivery slips. On invoices/pro-forma, the reports were not addressed to the correct partners (commercial partner instead of invoice partner). In the delivery slips the reports were not addressed to the delivery partner. This led to functionally and legally incorrect reports. task-4089521 X-original-commit: 28200ff
2a667ea to
777063c
Compare
|
@robodoo r+ |
The DIN 5008 layout was not properly addressing reports on invoices and delivery slips. On invoices/pro-forma, the reports were not addressed to the correct partners (commercial partner instead of invoice partner). In the delivery slips the reports were not addressed to the delivery partner. This led to functionally and legally incorrect reports. task-4089521 closes #189951 X-original-commit: 28200ff Signed-off-by: Quentin De Paoli (qdp) <qdp@odoo.com> Signed-off-by: Anton Romanova (roan) <roan@odoo.com>

The DIN 5008 layout was not properly addressing reports on invoices and delivery slips. On invoices/pro-forma, the reports were not addressed to the correct partners (commercial partner instead of invoice partner). In the delivery slips the reports were not addressed to the delivery partner. This led to functionally and legally incorrect reports.
task-4089521
Forward-Port-Of: #189619
Forward-Port-Of: #183775