| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/12.0/sale_milestone_profile_invoicing |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Thierry Ducrest, oca-travis, Weblate, OCA-git-bot, Iryna Vyshnevska, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.