Skip to content

Conversation

@jugurtha-gaci
Copy link

@jugurtha-gaci jugurtha-gaci commented Nov 6, 2025

New legislation in France requires the delivery date to be clearly displayed on customer invoices.
Previously, this date was not exposed on the invoice form view or in the printed invoice layout for French localization.

This PR updates the invoice form view to display the 'delivery_date' field and integrates the date into the printable invoice report for French localization, ensuring compliance with the new legal requirement.

task-5231313


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@robodoo
Copy link

robodoo commented Nov 6, 2025

This PR targets the un-managed branch odoo-dev/odoo:18.0-rd-accounting-onboarding-malb, it needs to be retargeted before it can be merged.

Copy link

@malb-odoo malb-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small imp that we could do + same remarks for the commits 😄

# EXTENDS 'account'
posted = super()._post(soft)
for move in self:
if move.l10n_fr_is_company_french and move.is_sale_document() and not move.delivery_date:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can actually use show_delivery_date 👀

New legislation in France requires the delivery date to be clearly displayed on customer invoices.
Previously, this date was not exposed on the invoice form view or in the printed invoice layout for French localization.

This commit updates the invoice form view to display the 'delivery_date' field and integrates the date into the printable invoice report for French localization, ensuring compliance with the new legal requirement.

task-5231313
@jugurtha-gaci jugurtha-gaci force-pushed the 18.0-rd-accounting-onboarding-show-delivery-date-for-french-invoices-jugac branch from 2cdfc5c to 1752c62 Compare November 10, 2025 10:46
@jugurtha-gaci jugurtha-gaci changed the title [IMP] account: make the delivery_date appears in the header of customer invoices for French based companies [IMP] l10n_fr_account: display delivery date on customer invoices Nov 10, 2025
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.

4 participants