We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722ba52 commit f027b78Copy full SHA for f027b78
addons/l10n_fr_account/models/account_move.py
@@ -30,6 +30,6 @@ def _compute_show_delivery_date(self):
30
31
def _post(self, soft=True):
32
for move in self:
33
- if move.l10_fr_is_company_french and move.is_sale_document() and not move.delivery_date:
+ if show_delivery_date and not move.delivery_date:
34
move.delivery_date = move.invoice_date or fields.Date.context_today(self)
35
return super()._post(soft)
0 commit comments