Tip: Become a paperless company 300
% set record = object.env['documents.share'].search([('alias_name', '!=', False)], limit=1) Tip: Become a paperless company % if record and record.alias_domain

An easy way to process incoming mails is to configure your scanner to send PDFs to ${record.alias_id.display_name}. Scanned files will appear automatically in your workspace. Then, process your documents in bulk with the split tool: launch user defined actions, request a signature, convert to vendor bills with AI, etc.

% else

An easy way to process incoming mails is to configure your scanner to send PDFs to your workspace email. Scanned files will appear automatically in your workspace. Then, process your documents in bulk with the split tool: launch user defined actions, request a signature, convert to vendor bills with AI, etc.

% endif