Repository
OCA/operating-unit · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Sales & Purchases
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.eficent.com
Last tracking update
2026-08-07 07:17:49
Authors
Odoo Community Association (OCA), Eficent, Ecosoft Co. Ltd.
Maintainers
Odoo Community Association (OCA), Eficent, Ecosoft Co. Ltd.
Committers
Jordi Ballester Alomar, OCA-git-bot
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_purchase_receipt_form account.voucher.purchase.form account.voucher form Inherits account_voucher.view_purchase_receipt_form
view_sale_receipt_form account.voucher.sale.form account.voucher form Inherits account_voucher.view_sale_receipt_form
view_voucher_filter_sale account.voucher.sale.select account.voucher Inherits account_voucher.view_voucher_filter_sale
view_voucher_filter_vendor account.voucher.purchase.select account.voucher Inherits account_voucher.view_voucher_filter_vendor
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    default=<expr> string='Operating Unit' args: 'operating.unit'
Public methods (2)
  • account_move_get(self)
    @api.multi
  • first_move_line_get(self, move_id, company_currency, current_currency)
    @api.multi

New fields (1)
  • operating_unit_id Many2one → operating.unit
    readonly=True related='voucher_id.operating_unit_id' store=True string='Operating Unit' args: 'operating.unit'
Public methods (1)
  • create(self, vals)
    @api.model

Loading…