-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4344 from Tecnativa/v16_mig_sale_project
[16.0][OU-ADD] sale_project: Nothing to do
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
openupgrade_scripts/scripts/sale_project/16.0.1.0/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
---Models in module 'sale_project'--- | ||
---Fields in module 'sale_project'--- | ||
sale_project / product.product / service_policy (selection) : previously in module sale_timesheet | ||
sale_project / product.template / service_policy (selection) : previously in module sale_timesheet | ||
sale_project / project.project / allow_billable (boolean) : previously in module sale_timesheet | ||
sale_project / project.project / invoice_count (integer) : previously in module account_sale_timesheet | ||
sale_project / project.project / vendor_bill_count (integer) : previously in module sale_project_account | ||
# NOTHING TO DO: Covered by ORM | ||
|
||
sale_project / product.template / service_type (False) : NEW selection_keys: ['manual', 'milestones'], mode: modify | ||
sale_project / project.milestone / quantity_percentage (float) : NEW | ||
sale_project / project.milestone / sale_line_id (many2one) : NEW relation: sale.order.line | ||
sale_project / sale.order.line / qty_delivered_method (False) : NEW selection_keys: ['analytic', 'manual', 'milestones', 'stock_move'], mode: modify | ||
sale_project / sale.order.line / reached_milestones_ids (one2many): NEW relation: project.milestone | ||
# NOTHING TO DO: New feature of billing by milestones. | ||
|
||
---XML records in module 'sale_project'--- | ||
NEW ir.ui.view: sale_project.project_milestone_view_form | ||
NEW ir.ui.view: sale_project.project_milestone_view_tree | ||
NEW ir.ui.view: sale_project.sale_project_milestone_view_tree | ||
DEL ir.ui.view: sale_project.project_task_view_form_inherit_sale_line_editable | ||
# NOTHING TO DO: noupdate="0" records |