Skip to content

Commit a55d811

Browse files
committed
[REV] DONT LOOK - l10n_fr: Show delivery date on customer invoices
no task id
1 parent 75fc77d commit a55d811

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

addons/l10n_fr_account/models/account_move.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,3 @@ def _get_view(self, view_id=None, view_type='form', **options):
2020
def _compute_l10n_fr_is_company_french(self):
2121
for record in self:
2222
record.l10n_fr_is_company_french = record.country_code in record.company_id._get_france_country_codes()
23-
24-
@api.depends("country_code", "move_type")
25-
def _compute_show_delivery_date(self):
26-
# EXTEND 'account'
27-
super()._compute_show_delivery_date()
28-
for move in self.filtered(lambda m: m.country_code == 'FR'):
29-
move.show_delivery_date = move.is_sale_document()

0 commit comments

Comments
 (0)