Form Recognizer - FSC
Pulls FSC claim, certificate number and weight from scanned vendor bills into the FSC certificate fields.
What you get
- Get FSC-data from Doc button - adds a button in the Form Recognizer button row on vendor bills and refunds that re-reads the main attachment and extracts
fsc_claim,fsc_certificate_noandfsc_weigthin_kgvalues - Certificate matching - found certificate numbers are matched against existing
fsc.certificaterecords for the bill's partner; if exactly one number is found and nothing matches, a new certificate record is created for the partner - Claim matching - found claim texts are matched against
fsc.claimrecords and linked on the bill - Extraction-flow hook - provides
_get_fsc_certificate_from_textso the same certificate matching also runs during the automatic Form Recognizer extraction, and drops the claim when no certificate can be resolved
Configuration and use
Installs automatically when Form Recognizer and the FSC Certificate module are both present. No configuration is required.
Users in the Form Recognizer user group see the Get FSC-data from Doc button on draft vendor bills/refunds that have a main attachment; clicking it writes the resolved FSC claim and certificate onto the bill.
Technical note
Requires the RLSD Form Recognizer and FSC Certificate modules.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) • Purchase (purchase) • Contacts (contacts) • Inventory (stock) • Sales (sale_management) |
| Community Apps Dependencies | Show |
| Lines of code | 25675 |
| Technical Name |
form_recognizer_fsc |
| License | OPL-1 |
| Website | https://www.rlsd.dk/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module