From e220da006f4bfcf12d9b5e20dbea66e5a91b52ef Mon Sep 17 00:00:00 2001 From: David Beal Date: Mon, 19 Aug 2019 13:06:41 +0200 Subject: [PATCH] IMP account_usability: set sale date on invoice (#101) * IMP account_usability: set sale date on invoice --- account_usability/__manifest__.py | 10 +++++++--- account_usability/account.py | 22 +++++++++++++++++++++ account_usability/report/invoice_report.xml | 10 ++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 account_usability/report/invoice_report.xml diff --git a/account_usability/__manifest__.py b/account_usability/__manifest__.py index 5fa7ff5..1399234 100644 --- a/account_usability/__manifest__.py +++ b/account_usability/__manifest__.py @@ -14,10 +14,13 @@ Account Usability The usability enhancements include: * show the supplier invoice number in the tree view of supplier invoices -* add an *Overdue* filter on invoice search view (this feature was previously located in te module *account_invoice_overdue_filter*) -* Increase the default limit of 80 lines in account move and account move line view. -* Fast search on *Reconcile Ref* for account move line. +* add an *Overdue* filter on invoice search view (this feature was previously + located in te module *account_invoice_overdue_filter*) +* increase the default limit of 80 lines in account move and account move line view. +* fast search on *Reconcile Ref* for account move line. * disable reconciliation "guessing" +* add sale dates to invoice report to be compliant with + https://www.service-public.fr/professionnels-entreprises/vosdroits/F31808 Together with this module, I recommend the use of the following modules: * account_invoice_supplier_ref_unique (OCA project account-invoicing) @@ -40,6 +43,7 @@ This module has been written by Alexis de Lattre from Akretion + + + + +