Repository
OCA/vertical-ngo · module folder · Try on Runboat
Module version
0.1.0
Category
Purchase Management
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 07:17:53
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_order_form sale.order.form sale.order form Inherits logistic_order.view_order_form
view_order_tree sale.order.tree sale.order tree Inherits sale.view_order_tree
view_quotation_tree sale.order.tree sale.order tree Inherits sale.view_quotation_tree
view_sales_order_filter sale.order.list.select sale.order list Inherits sale.view_sales_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • amount_total_co Float
    compute='_compute_prices_in_company_currency' help="Total converted to company currency at today's rate." string='Total in Company currency'
  • company_currency_id Many2one → res.currency
    comodel_name='res.currency' related='company_id.currency_id' string='Currency'
  • stored_currency_id Many2one → res.currency
    comodel_name='res.currency' related='pricelist_id.currency_id' store=True string='Currency'
Public methods (0)

No public methods.

Loading…

Loading…