TIP: You can type at any time to perform a new search.
Sale Milestone Profile Invoicing
sale_milestone_profile_invoicing · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Uncategorized
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 07:31:49
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Thierry Ducrest, Iryna Vyshnevska, Vincent Van Rossem, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
view_order_form | sale.order | form | Inherits sale.view_order_form |
view_order_line_tree |
view_order_line_tree | sale.order.line | tree | Inherits sale.view_order_line_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
amount_delivered_from_taskMonetarycompute='_compute_amount_delivered_from_task'currency_field='currency_id'string='Delivered from task' -
amount_delivered_from_task_company_currencyMonetarycompute='_compute_amount_delivered_from_task'currency_field='company_currency_id'string='Delivered from task (company currency)' -
amount_invoiced_from_taskMonetarycompute='_compute_amount_invoiced_from_task'currency_field='currency_id'string='Invoiced from task' -
amount_invoiced_from_task_company_currencyMonetarycompute='_compute_amount_invoiced_from_task'currency_field='company_currency_id'string='Invoiced from task (company currency)' -
company_currency_idMany2onereadonly=Truerelated='company_id.currency_id'store=Truestring='Company currency' -
is_company_currencyBooleancompute='_compute_is_company_currency'
No public methods.