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
Odoo dependencies
Python dependencies
google-cloud-documentai
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_ocr Boolean
    compute='_compute_can_send_to_ocr'
Public methods (1)
  • ocr_process(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (6)
  • ocr_google_authentication Binary
  • ocr_google_authentication_name Char
  • ocr_google_enabled Selection
    default='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_location Selection
    args: [('eu', 'Europe'), ('us', 'United States')]
  • ocr_google_processor Char
  • ocr_google_project Char
Public methods (0)

No public methods.

New fields (6)
  • ocr_google_authentication Binary
    readonly=False related='company_id.ocr_google_authentication'
  • ocr_google_authentication_name Char
    readonly=False related='company_id.ocr_google_authentication_name'
  • ocr_google_enabled Selection
    readonly=False related='company_id.ocr_google_enabled'
  • ocr_google_location Selection
    readonly=False related='company_id.ocr_google_location'
  • ocr_google_processor Char
    readonly=False related='company_id.ocr_google_processor'
  • ocr_google_project Char
    readonly=False related='company_id.ocr_google_project'
Public methods (0)

No public methods.

Loading…