Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.07 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), Therp BV, BCIM
Maintainers
Odoo Community Association (OCA), Therp BV, BCIM
Committers
Denis Roussel, Weblate, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_expense_property_form res.partner.property.form.inherit res.partner form Inherits account.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)

New fields (4)
  • auto_update_account_expense Boolean
    default=True help='When an account is selected on an invoice line, automatically assign it as default expense account' args: 'Autosave Selection for Expense Account on Invoice Line'
  • auto_update_account_income Boolean
    default=True help='When an account is selected on an invoice line, automatically assign it as default income account' args: 'Autosave Selection for Income Account on Invoice Line'
  • property_account_expense Many2one → account.account
    company_dependent=True domain=<expr> help='Default counterpart account for purchases on invoice lines' string='Default Expense Account' args: 'account.account'
  • property_account_income Many2one → account.account
    company_dependent=True domain=<expr> help='Default counterpart account for sales on invoice lines' string='Default Income Account' args: 'account.account'
Public methods (0)

No public methods.

Loading…

Loading…