Merge lp:~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss into lp:ocb-addons/6.1

Proposed by Yann Papouin
Status: Merged
Merged at revision: 6846
Proposed branch: lp:~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss
Merge into: lp:ocb-addons/6.1
Diff against target: 311 lines (+26/-26)
26 files modified
account/board_account_view.xml (+1/-1)
auction/board_auction_manager_view.xml (+1/-1)
auction/board_auction_view.xml (+1/-1)
crm/board_crm_statistical_view.xml (+1/-1)
crm/board_crm_view.xml (+1/-1)
document/board_document_view.xml (+1/-1)
event/board_association_view.xml (+1/-1)
hr/hr_board.xml (+1/-1)
hr_evaluation/board_hr_evaluation_view.xml (+1/-1)
hr_expense/board_hr_expense_manager_view.xml (+1/-1)
hr_expense/board_hr_expense_view.xml (+1/-1)
hr_holidays/board_hr_holidays_view.xml (+1/-1)
hr_holidays/board_hr_manager_holidays_view.xml (+1/-1)
hr_recruitment/board_hr_recruitment_statistical_view.xml (+1/-1)
hr_timesheet_invoice/board_hr_timesheet_invoice.xml (+1/-1)
hr_timesheet_sheet/board_hr_timesheet_view.xml (+1/-1)
procurement/board_mrp_procurement_view.xml (+1/-1)
project/board_project_manager_view.xml (+1/-1)
project/board_project_view.xml (+1/-1)
project_issue/board_project_issue_view.xml (+1/-1)
project_planning/board_project_planning_view.xml (+1/-1)
project_scrum/board_project_scrum_view.xml (+1/-1)
purchase/board_purchase_view.xml (+1/-1)
sale/board_sale_view.xml (+1/-1)
sale_crm/board_sale_crm_view.xml (+1/-1)
stock/board_warehouse_view.xml (+1/-1)
To merge this branch: bzr merge lp:~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss
Reviewer Review Type Date Requested Status
Ana Juaristi Olalde (community) Approve
Omar (Pexego) code review Approve
Holger Brunn (Therp) code review Approve
Review via email: mp+204164@code.launchpad.net

Description of the change

To avoid loss of custom boards, I set "noupdate" in all boards view definition for all 6.1 official modules.
Note that half of remaining boards view already have "noupdate" set by default.

If someone now why/where custom boards views are deleted, It would be a better option to built a workaround at this point.

To post a comment you must log in.
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)
Revision history for this message
Omar (Pexego) (omar7r) wrote :

Thanks

review: Approve (code review)
Revision history for this message
Ana Juaristi Olalde (ajuaristio) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/board_account_view.xml'
--- account/board_account_view.xml 2011-12-19 16:54:40 +0000
+++ account/board_account_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record id="action_aged_receivable" model="ir.actions.act_window">4 <record id="action_aged_receivable" model="ir.actions.act_window">
5 <field name="name">Receivable Accounts</field>5 <field name="name">Receivable Accounts</field>
6 <field name="res_model">report.account.receivable</field>6 <field name="res_model">report.account.receivable</field>
77
=== modified file 'auction/board_auction_manager_view.xml'
--- auction/board_auction_manager_view.xml 2011-11-14 11:54:03 +0000
+++ auction/board_auction_manager_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.ui.view" id="board_auction_manager_form1">4 <record model="ir.ui.view" id="board_auction_manager_form1">
5 <field name="name">board.auction.manager.form</field>5 <field name="name">board.auction.manager.form</field>
6 <field name="model">board.board</field>6 <field name="model">board.board</field>
77
=== modified file 'auction/board_auction_view.xml'
--- auction/board_auction_view.xml 2011-11-14 11:54:03 +0000
+++ auction/board_auction_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.actions.act_window" id="action_report_latest_objects_tree">4 <record model="ir.actions.act_window" id="action_report_latest_objects_tree">
5 <field name="name">Latest objects</field>5 <field name="name">Latest objects</field>
6 <field name="res_model">auction.lots</field>6 <field name="res_model">auction.lots</field>
77
=== modified file 'crm/board_crm_statistical_view.xml'
--- crm/board_crm_statistical_view.xml 2011-12-19 16:54:40 +0000
+++ crm/board_crm_statistical_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <!--4 <!--
5 Board for statistical view of the sections5 Board for statistical view of the sections
6 -->6 -->
77
=== modified file 'crm/board_crm_view.xml'
--- crm/board_crm_view.xml 2011-12-19 16:54:40 +0000
+++ crm/board_crm_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.ui.view" id="view_crm_opportunity_user_graph1">4 <record model="ir.ui.view" id="view_crm_opportunity_user_graph1">
5 <field name="name">crm.opportunity.user.graph1</field>5 <field name="name">crm.opportunity.user.graph1</field>
6 <field name="model">crm.lead.report</field>6 <field name="model">crm.lead.report</field>
77
=== modified file 'document/board_document_view.xml'
--- document/board_document_view.xml 2011-12-19 16:54:40 +0000
+++ document/board_document_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2 <openerp>2 <openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.ui.view" id="board_document_manager_form">4 <record model="ir.ui.view" id="board_document_manager_form">
5 <field name="name">board.document.manager.form</field>5 <field name="name">board.document.manager.form</field>
6 <field name="model">board.board</field>6 <field name="model">board.board</field>
77
=== modified file 'event/board_association_view.xml'
--- event/board_association_view.xml 2011-12-19 16:54:40 +0000
+++ event/board_association_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <!-- Need to merge this action in associations -->4 <!-- Need to merge this action in associations -->
55
6 <record model ="ir.ui.view" id="view_report_event_reg_graph">6 <record model ="ir.ui.view" id="view_report_event_reg_graph">
77
=== modified file 'hr/hr_board.xml'
--- hr/hr_board.xml 2011-12-19 16:54:40 +0000
+++ hr/hr_board.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3<data>3<data noupdate="1">
4 <!-- This board view will be complete by other hr_* modules-->4 <!-- This board view will be complete by other hr_* modules-->
5 <record id="board_hr_form" model="ir.ui.view">5 <record id="board_hr_form" model="ir.ui.view">
6 <field name="name">board.hr.form</field>6 <field name="name">board.hr.form</field>
77
=== modified file 'hr_evaluation/board_hr_evaluation_view.xml'
--- hr_evaluation/board_hr_evaluation_view.xml 2011-12-19 16:54:40 +0000
+++ hr_evaluation/board_hr_evaluation_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.actions.act_window" id="action_hr_evaluation_interview_board">4 <record model="ir.actions.act_window" id="action_hr_evaluation_interview_board">
5 <field name="name">Interview Requests</field>5 <field name="name">Interview Requests</field>
6 <field name="res_model">hr.evaluation.interview</field>6 <field name="res_model">hr.evaluation.interview</field>
77
=== modified file 'hr_expense/board_hr_expense_manager_view.xml'
--- hr_expense/board_hr_expense_manager_view.xml 2011-11-14 13:13:02 +0000
+++ hr_expense/board_hr_expense_manager_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="action_employee_expense" model="ir.actions.act_window">5 <record id="action_employee_expense" model="ir.actions.act_window">
6 <field name="name">All Employee Expenses</field>6 <field name="name">All Employee Expenses</field>
77
=== modified file 'hr_expense/board_hr_expense_view.xml'
--- hr_expense/board_hr_expense_view.xml 2011-12-26 12:21:45 +0000
+++ hr_expense/board_hr_expense_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="action_my_expense" model="ir.actions.act_window">5 <record id="action_my_expense" model="ir.actions.act_window">
6 <field name="name">My Expenses</field>6 <field name="name">My Expenses</field>
77
=== modified file 'hr_holidays/board_hr_holidays_view.xml'
--- hr_holidays/board_hr_holidays_view.xml 2011-12-19 16:54:40 +0000
+++ hr_holidays/board_hr_holidays_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.actions.act_window" id="action_hr_holidays_leaves_by_month">4 <record model="ir.actions.act_window" id="action_hr_holidays_leaves_by_month">
5 <field name="name">My Leaves</field>5 <field name="name">My Leaves</field>
6 <field name="res_model">hr.holidays.status</field>6 <field name="res_model">hr.holidays.status</field>
77
=== modified file 'hr_holidays/board_hr_manager_holidays_view.xml'
--- hr_holidays/board_hr_manager_holidays_view.xml 2011-11-14 13:17:23 +0000
+++ hr_holidays/board_hr_manager_holidays_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="action_view_holiday_status_manager_board" model="ir.actions.act_window">5 <record id="action_view_holiday_status_manager_board" model="ir.actions.act_window">
6 <field name="name">Leaves To Validate</field>6 <field name="name">Leaves To Validate</field>
77
=== modified file 'hr_recruitment/board_hr_recruitment_statistical_view.xml'
--- hr_recruitment/board_hr_recruitment_statistical_view.xml 2011-11-14 13:23:02 +0000
+++ hr_recruitment/board_hr_recruitment_statistical_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="view_applicants_status_tree" model="ir.ui.view">5 <record id="view_applicants_status_tree" model="ir.ui.view">
6 <field name="name">applicants.status.tree</field>6 <field name="name">applicants.status.tree</field>
77
=== modified file 'hr_timesheet_invoice/board_hr_timesheet_invoice.xml'
--- hr_timesheet_invoice/board_hr_timesheet_invoice.xml 2011-11-14 13:31:42 +0000
+++ hr_timesheet_invoice/board_hr_timesheet_invoice.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <act_window domain="[('state','&lt;&gt;','close'),('partner_id','&lt;&gt;',False),('to_invoice', '&lt;&gt;', False)]" id="act_my_account" name="Accounts to invoice" res_model="account.analytic.account" src_model="res.users" view_mode="tree,form" view_type="form"/>5 <act_window domain="[('state','&lt;&gt;','close'),('partner_id','&lt;&gt;',False),('to_invoice', '&lt;&gt;', False)]" id="act_my_account" name="Accounts to invoice" res_model="account.analytic.account" src_model="res.users" view_mode="tree,form" view_type="form"/>
66
77
=== modified file 'hr_timesheet_sheet/board_hr_timesheet_view.xml'
--- hr_timesheet_sheet/board_hr_timesheet_view.xml 2011-12-19 16:54:40 +0000
+++ hr_timesheet_sheet/board_hr_timesheet_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="action_hr_timesheet_sheet_graph" model="ir.actions.act_window">5 <record id="action_hr_timesheet_sheet_graph" model="ir.actions.act_window">
6 <field name="name">Timesheets</field>6 <field name="name">Timesheets</field>
77
=== modified file 'procurement/board_mrp_procurement_view.xml'
--- procurement/board_mrp_procurement_view.xml 2011-12-19 16:54:40 +0000
+++ procurement/board_mrp_procurement_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record id="procurement_action_board" model="ir.actions.act_window">4 <record id="procurement_action_board" model="ir.actions.act_window">
5 <field name="name">Procurement Exceptions</field>5 <field name="name">Procurement Exceptions</field>
6 <field name="type">ir.actions.act_window</field>6 <field name="type">ir.actions.act_window</field>
77
=== modified file 'project/board_project_manager_view.xml'
--- project/board_project_manager_view.xml 2011-12-19 16:54:40 +0000
+++ project/board_project_manager_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <!-- Board for project managers -->5 <!-- Board for project managers -->
66
77
=== modified file 'project/board_project_view.xml'
--- project/board_project_view.xml 2011-12-19 16:54:40 +0000
+++ project/board_project_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <!-- My task -->5 <!-- My task -->
6 <record id="view_task_tree" model="ir.ui.view">6 <record id="view_task_tree" model="ir.ui.view">
77
=== modified file 'project_issue/board_project_issue_view.xml'
--- project_issue/board_project_issue_view.xml 2011-12-26 12:21:45 +0000
+++ project_issue/board_project_issue_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="action_view_current_project_issue_tree" model="ir.actions.act_window">5 <record id="action_view_current_project_issue_tree" model="ir.actions.act_window">
6 <field name="name">Project issues</field>6 <field name="name">Project issues</field>
77
=== modified file 'project_planning/board_project_planning_view.xml'
--- project_planning/board_project_planning_view.xml 2011-11-15 07:24:20 +0000
+++ project_planning/board_project_planning_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <record id="board_project_planning_form" model="ir.ui.view">5 <record id="board_project_planning_form" model="ir.ui.view">
6 <field name="name">board.project.planning.form</field>6 <field name="name">board.project.planning.form</field>
77
=== modified file 'project_scrum/board_project_scrum_view.xml'
--- project_scrum/board_project_scrum_view.xml 2011-12-19 16:54:40 +0000
+++ project_scrum/board_project_scrum_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record id="view_scrum_sprint_dashboard_tree" model="ir.ui.view">4 <record id="view_scrum_sprint_dashboard_tree" model="ir.ui.view">
5 <field name="name">project.scrum.sprint.dashboard.tree</field>5 <field name="name">project.scrum.sprint.dashboard.tree</field>
6 <field name="model">project.scrum.sprint</field>6 <field name="model">project.scrum.sprint</field>
77
=== modified file 'purchase/board_purchase_view.xml'
--- purchase/board_purchase_view.xml 2011-12-26 12:21:45 +0000
+++ purchase/board_purchase_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
44
5 <menuitem5 <menuitem
6 id="menu_purchase_deshboard"6 id="menu_purchase_deshboard"
77
=== modified file 'sale/board_sale_view.xml'
--- sale/board_sale_view.xml 2011-12-26 12:21:45 +0000
+++ sale/board_sale_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record id="board_sales_manager_form" model="ir.ui.view">4 <record id="board_sales_manager_form" model="ir.ui.view">
5 <field name="name">board.sales.manager.form</field>5 <field name="name">board.sales.manager.form</field>
6 <field name="model">board.board</field>6 <field name="model">board.board</field>
77
=== modified file 'sale_crm/board_sale_crm_view.xml'
--- sale_crm/board_sale_crm_view.xml 2011-12-26 12:21:45 +0000
+++ sale_crm/board_sale_crm_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record model="ir.ui.view" id="board_crm_form_inherit_replace1">4 <record model="ir.ui.view" id="board_crm_form_inherit_replace1">
5 <field name="name">board.crm.form.inherit.replace1</field>5 <field name="name">board.crm.form.inherit.replace1</field>
6 <field name="model">board.board</field>6 <field name="model">board.board</field>
77
=== modified file 'stock/board_warehouse_view.xml'
--- stock/board_warehouse_view.xml 2011-12-26 13:08:33 +0000
+++ stock/board_warehouse_view.xml 2014-01-31 07:56:42 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3 <data>3 <data noupdate="1">
4 <record id="action_incoming_product_board" model="ir.actions.act_window">4 <record id="action_incoming_product_board" model="ir.actions.act_window">
5 <field name="name">Incoming Shipments</field>5 <field name="name">Incoming Shipments</field>
6 <field name="res_model">stock.move</field>6 <field name="res_model">stock.move</field>

Subscribers

People subscribed via source and target branches