Supplier Invoices - Check duplicates
This module adds logic to prevent entering two times the same supplier invoice.
By default a duplicate is detected when there is already an open or paid invoice with
- same supplier
- same supplier invoice number
- same date
- same amount
This logic can be customized via the _get_dup_domain method.
The duplicate checking can be bypassed via the 'Force Encoding' flag.
Please log in to comment on this module