[IMP] account: vendor bill creation upon email reception
This allows to set up a mail alias per purchase journal. Then share that email address to your supplier, or use it internally to forward the vendor bills received by mail, to automatically create an empty vendor bill with the mail attachments linked, and the partner might be filled if the source email matches a supplier. Thanks to the document preview on the side, it's now super easy and super fast to copy the vendor bill info from the received PDF into the account.invoice object. This would eventually be improved later on (IAP). Was task: 37703 Was PR #22158
Showing
- addons/account/data/account_data.xml 9 additions, 0 deletionsaddons/account/data/account_data.xml
- addons/account/models/account.py 44 additions, 2 deletionsaddons/account/models/account.py
- addons/account/models/account_invoice.py 98 additions, 6 deletionsaddons/account/models/account_invoice.py
- addons/account/models/account_journal_dashboard.py 5 additions, 2 deletionsaddons/account/models/account_journal_dashboard.py
- addons/account/static/src/css/account.css 0 additions, 1 deletionaddons/account/static/src/css/account.css
- addons/account/views/account_invoice_view.xml 26 additions, 11 deletionsaddons/account/views/account_invoice_view.xml
- addons/account/views/account_view.xml 12 additions, 0 deletionsaddons/account/views/account_view.xml
Loading
Please register or sign in to comment