Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -924,37 +924,37 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_account | | |
| project_account |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_hr_expense | | |
| project_hr_expense |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_hr_skills | | |
| project_hr_skills |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_mail_plugin | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_mrp | | |
| project_mrp |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_mrp_account | | |
| project_mrp_account |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_mrp_sale | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_mrp_stock_landed_costs | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_purchase | | |
| project_purchase |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_purchase_stock | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_sale_expense | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_sms | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_stock | | |
| project_stock |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_stock_account | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_stock_landed_costs | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_timesheet_holidays | | |
| project_timesheet_holidays |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_todo | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'project_account'---

# NOTHING TO DO

---Fields in module 'project_account'---

---XML records in module 'project_account'---
NEW ir.embedded.actions: project_account.project_embedded_action_analytic_items_dashboard

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'project_hr_expense'---

# NOTHING TO DO

---Fields in module 'project_hr_expense'---

---XML records in module 'project_hr_expense'---
NEW ir.embedded.actions: project_hr_expense.project_embedded_action_hr_expenses_dashbord

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'project_hr_skills'---

# NOTHING TO DO

---Fields in module 'project_hr_skills'---
project_hr_skills / res.users / employee_skill_ids (one2many) : previously in module hr_skills

# NOTHING TO DO

---XML records in module 'project_hr_skills'---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---Models in module 'project_mrp'---

# NOTHING TO DO

---Fields in module 'project_mrp'---

---XML records in module 'project_mrp'---
NEW ir.embedded.actions: project_mrp.project_embedded_action_bills_of_materials_dashboard
NEW ir.embedded.actions: project_mrp.project_embedded_action_manufacturing_orders_dashboard
NEW ir.model.access: project_mrp.access_mrp_bom_line_project_user
NEW ir.model.access: project_mrp.access_mrp_bom_project_user

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'project_mrp_account'---

# NOTHING TO DO

---Fields in module 'project_mrp_account'---

---XML records in module 'project_mrp_account'---
DEL ir.ui.view: project_mrp_account.mrp_production_form_view_inherit_project_mrp_account

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'project_purchase'---

# NOTHING TO DO

---Fields in module 'project_purchase'---

---XML records in module 'project_purchase'---
NEW ir.embedded.actions: project_purchase.project_embedded_action_purchase_orders_dashboard

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'project_stock'---

# NOTHING TO DO

---Fields in module 'project_stock'---

---XML records in module 'project_stock'---
NEW ir.embedded.actions: project_stock.project_embedded_action_all_pickings_dashboard
NEW ir.embedded.actions: project_stock.project_embedded_action_from_wh_dashboard
NEW ir.embedded.actions: project_stock.project_embedded_action_to_wh_dashboard

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---Models in module 'project_timesheet_holidays'---

# NOTHING TO DO

---Fields in module 'project_timesheet_holidays'---
project_timesheet_holidays / hr.leave.type / timesheet_generate (boolean) : DEL
project_timesheet_holidays / hr.leave.type / timesheet_project_id (many2one): DEL relation: project.project
project_timesheet_holidays / hr.leave.type / timesheet_task_id (many2one) : DEL relation: project.task

# NOTHING TO DO

---XML records in module 'project_timesheet_holidays'---
NEW ir.model.constraint: project_timesheet_holidays.constraint_account_analytic_line_timeoff_timesheet_idx
DEL ir.ui.view: project_timesheet_holidays.hr_holiday_status_view_form_inherit

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---Models in module 'project_todo'---

# NOTHING TO DO

---Fields in module 'project_todo'---

---XML records in module 'project_todo'---
NEW ir.actions.act_window.view: project_todo.project_task_action_todo_calendar_view
DEL ir.actions.server: project_todo.project_task_preload_action_todo
NEW ir.ui.view: project_todo.project_task_view_todo_calendar
DEL res.groups: project_todo.group_onboarding_todo

# NOTHING TO DO
Loading