Sale Milestone Profile Invoicing

sale_milestone_profile_invoicing
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_milestone_profile_invoicing
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA Transbot, Thierry Ducrest, oca-travis, Weblate, OCA-git-bot, Iryna Vyshnevska, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - sale_timesheet
    - sale_management
    - hr_timesheet
    - hr
    - resource
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form view_order_form sale.order xpath Inherits sale.view_order_form
view_order_line_tree view_order_line_tree sale.order.line field Inherits sale.view_order_line_tree
Models touched (1)

New fields (6)
  • amount_delivered_from_task Monetary
    compute='_compute_amount_delivered_from_task' currency_field='currency_id' string='Delivered from task'
  • amount_delivered_from_task_company_currency Monetary
    compute='_compute_amount_delivered_from_task' currency_field='company_currency_id' string='Delivered from task (company currency)'
  • amount_invoiced_from_task Monetary
    compute='_compute_amount_invoiced_from_task' currency_field='currency_id' string='Invoiced from task'
  • amount_invoiced_from_task_company_currency Monetary
    compute='_compute_amount_invoiced_from_task' currency_field='company_currency_id' string='Invoiced from task (company currency)'
  • company_currency_id Many2one
    readonly=True related='company_id.currency_id' store=True string='Company currency'
  • is_company_currency Boolean
    compute='_compute_is_company_currency'
Public methods (0)

No public methods.