Repository
OCA/connector-accountedge · module folder · Try on Runboat
Module version
1.0
Category
Human Resources
Folder size
0.01 MB
License
GPL-3 or any later version
Application
No
Auto-installable
No
Website
http://www.savoirfairelinux.com
Last tracking update
2026-08-07 07:17:54
Authors
Savoir-faire Linux, Odoo Community Association (OCA)
Maintainers
Savoir-faire Linux, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
hr_expense_accountedge
Description
        This module adds a sequence number field on the expense line.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_expenses_tree hr.expense.line.tree.inherit hr.expense.line tree Inherits hr_expense.view_expenses_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • create(self, cr, user, vals, context=None)
    Overwriting the create() method to update the line numbers of the expense the expense line belongs to
  • unlink(self, cr, uid, ids, context=None)
    Overwriting the unlink() method to update the line numbers of the expense the expense lines belong to
  • update_sequences(self, cr, uid, expense, context=None)
    Updating the sequences (line numbers) of an hr.expense object.

Loading…

Loading…

Loading…