TIP: You can type at any time to perform a new search.
Account Invoice Ocr Google
account_invoice_google_document_ai · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.54 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 08:09:10
- Authors
- Odoo Community Association (OCA), ForgeFlow, CreuBlanca
- Maintainers
- Odoo Community Association (OCA), ForgeFlow, CreuBlanca
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_form_view |
account.move.form (in account_invoice_ocr_google) | account.move | form | Inherits account.view_move_form |
res_config_settings_form_view |
res.config.settings.form (in account_invoice_ocr_google) | res.config.settings | form | Inherits account.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
can_send_to_ocrBooleancompute='_compute_can_send_to_ocr'
-
ocr_process(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (6)
-
ocr_google_authenticationBinary -
ocr_google_authentication_nameChar -
ocr_google_enabledSelectiondefault='no_send'required=True args: [('no_send', 'Do not send invoices to google'), ('send_manual', 'Only send invoices to google manually'), ('send_automatically', 'Send invoices to google automatically')] -
ocr_google_locationSelectionargs: [('eu', 'Europe'), ('us', 'United States')] -
ocr_google_processorChar -
ocr_google_projectChar
No public methods.
New fields (6)
-
ocr_google_authenticationBinaryreadonly=Falserelated='company_id.ocr_google_authentication' -
ocr_google_authentication_nameCharreadonly=Falserelated='company_id.ocr_google_authentication_name' -
ocr_google_enabledSelectionreadonly=Falserelated='company_id.ocr_google_enabled' -
ocr_google_locationSelectionreadonly=Falserelated='company_id.ocr_google_location' -
ocr_google_processorCharreadonly=Falserelated='company_id.ocr_google_processor' -
ocr_google_projectCharreadonly=Falserelated='company_id.ocr_google_project'
No public methods.
Loading…