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 the supplier tax id field to hr.expense.line
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_expenses_form hr.expense.form hr.expense.expense form Inherits hr_expense_line_supplier.view_expenses_form
view_expenses_tree hr.expense.line.tree 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 (4)
  • create(self, cr, user, vals, context=None)
    Overwrite the create() function to automatically set the default supplier tax since regular employees cannot access this field.
  • get_tax_id(self, cr, uid, product_id, partner_id, context=None)
    Get the automatic value of the tax id field.
  • onchange_partner_id(self, cr, uid, ids, partner_id, context=None)
  • onchange_product_id(self, cr, uid, ids, product_id, uom_id, employee_id, context=None)

Loading…

Loading…

Loading…

Loading…