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
1=== modified file 'account/board_account_view.xml'
2--- account/board_account_view.xml 2011-12-19 16:54:40 +0000
3+++ account/board_account_view.xml 2014-01-31 07:56:42 +0000
4@@ -1,6 +1,6 @@
5 <?xml version="1.0" encoding="utf-8"?>
6 <openerp>
7- <data>
8+ <data noupdate="1">
9 <record id="action_aged_receivable" model="ir.actions.act_window">
10 <field name="name">Receivable Accounts</field>
11 <field name="res_model">report.account.receivable</field>
12
13=== modified file 'auction/board_auction_manager_view.xml'
14--- auction/board_auction_manager_view.xml 2011-11-14 11:54:03 +0000
15+++ auction/board_auction_manager_view.xml 2014-01-31 07:56:42 +0000
16@@ -1,6 +1,6 @@
17 <?xml version="1.0"?>
18 <openerp>
19- <data>
20+ <data noupdate="1">
21 <record model="ir.ui.view" id="board_auction_manager_form1">
22 <field name="name">board.auction.manager.form</field>
23 <field name="model">board.board</field>
24
25=== modified file 'auction/board_auction_view.xml'
26--- auction/board_auction_view.xml 2011-11-14 11:54:03 +0000
27+++ auction/board_auction_view.xml 2014-01-31 07:56:42 +0000
28@@ -1,6 +1,6 @@
29 <?xml version="1.0"?>
30 <openerp>
31- <data>
32+ <data noupdate="1">
33 <record model="ir.actions.act_window" id="action_report_latest_objects_tree">
34 <field name="name">Latest objects</field>
35 <field name="res_model">auction.lots</field>
36
37=== modified file 'crm/board_crm_statistical_view.xml'
38--- crm/board_crm_statistical_view.xml 2011-12-19 16:54:40 +0000
39+++ crm/board_crm_statistical_view.xml 2014-01-31 07:56:42 +0000
40@@ -1,6 +1,6 @@
41 <?xml version="1.0"?>
42 <openerp>
43- <data>
44+ <data noupdate="1">
45 <!--
46 Board for statistical view of the sections
47 -->
48
49=== modified file 'crm/board_crm_view.xml'
50--- crm/board_crm_view.xml 2011-12-19 16:54:40 +0000
51+++ crm/board_crm_view.xml 2014-01-31 07:56:42 +0000
52@@ -1,6 +1,6 @@
53 <?xml version="1.0"?>
54 <openerp>
55- <data>
56+ <data noupdate="1">
57 <record model="ir.ui.view" id="view_crm_opportunity_user_graph1">
58 <field name="name">crm.opportunity.user.graph1</field>
59 <field name="model">crm.lead.report</field>
60
61=== modified file 'document/board_document_view.xml'
62--- document/board_document_view.xml 2011-12-19 16:54:40 +0000
63+++ document/board_document_view.xml 2014-01-31 07:56:42 +0000
64@@ -1,6 +1,6 @@
65 <?xml version="1.0"?>
66 <openerp>
67- <data>
68+ <data noupdate="1">
69 <record model="ir.ui.view" id="board_document_manager_form">
70 <field name="name">board.document.manager.form</field>
71 <field name="model">board.board</field>
72
73=== modified file 'event/board_association_view.xml'
74--- event/board_association_view.xml 2011-12-19 16:54:40 +0000
75+++ event/board_association_view.xml 2014-01-31 07:56:42 +0000
76@@ -1,6 +1,6 @@
77 <?xml version="1.0"?>
78 <openerp>
79- <data>
80+ <data noupdate="1">
81 <!-- Need to merge this action in associations -->
82
83 <record model ="ir.ui.view" id="view_report_event_reg_graph">
84
85=== modified file 'hr/hr_board.xml'
86--- hr/hr_board.xml 2011-12-19 16:54:40 +0000
87+++ hr/hr_board.xml 2014-01-31 07:56:42 +0000
88@@ -1,6 +1,6 @@
89 <?xml version="1.0" encoding="utf-8"?>
90 <openerp>
91-<data>
92+<data noupdate="1">
93 <!-- This board view will be complete by other hr_* modules-->
94 <record id="board_hr_form" model="ir.ui.view">
95 <field name="name">board.hr.form</field>
96
97=== modified file 'hr_evaluation/board_hr_evaluation_view.xml'
98--- hr_evaluation/board_hr_evaluation_view.xml 2011-12-19 16:54:40 +0000
99+++ hr_evaluation/board_hr_evaluation_view.xml 2014-01-31 07:56:42 +0000
100@@ -1,6 +1,6 @@
101 <?xml version="1.0" encoding="utf-8"?>
102 <openerp>
103- <data>
104+ <data noupdate="1">
105 <record model="ir.actions.act_window" id="action_hr_evaluation_interview_board">
106 <field name="name">Interview Requests</field>
107 <field name="res_model">hr.evaluation.interview</field>
108
109=== modified file 'hr_expense/board_hr_expense_manager_view.xml'
110--- hr_expense/board_hr_expense_manager_view.xml 2011-11-14 13:13:02 +0000
111+++ hr_expense/board_hr_expense_manager_view.xml 2014-01-31 07:56:42 +0000
112@@ -1,6 +1,6 @@
113 <?xml version="1.0" encoding="utf-8"?>
114 <openerp>
115- <data>
116+ <data noupdate="1">
117
118 <record id="action_employee_expense" model="ir.actions.act_window">
119 <field name="name">All Employee Expenses</field>
120
121=== modified file 'hr_expense/board_hr_expense_view.xml'
122--- hr_expense/board_hr_expense_view.xml 2011-12-26 12:21:45 +0000
123+++ hr_expense/board_hr_expense_view.xml 2014-01-31 07:56:42 +0000
124@@ -1,6 +1,6 @@
125 <?xml version="1.0" encoding="utf-8"?>
126 <openerp>
127- <data>
128+ <data noupdate="1">
129
130 <record id="action_my_expense" model="ir.actions.act_window">
131 <field name="name">My Expenses</field>
132
133=== modified file 'hr_holidays/board_hr_holidays_view.xml'
134--- hr_holidays/board_hr_holidays_view.xml 2011-12-19 16:54:40 +0000
135+++ hr_holidays/board_hr_holidays_view.xml 2014-01-31 07:56:42 +0000
136@@ -1,6 +1,6 @@
137 <?xml version="1.0" encoding="utf-8"?>
138 <openerp>
139- <data>
140+ <data noupdate="1">
141 <record model="ir.actions.act_window" id="action_hr_holidays_leaves_by_month">
142 <field name="name">My Leaves</field>
143 <field name="res_model">hr.holidays.status</field>
144
145=== modified file 'hr_holidays/board_hr_manager_holidays_view.xml'
146--- hr_holidays/board_hr_manager_holidays_view.xml 2011-11-14 13:17:23 +0000
147+++ hr_holidays/board_hr_manager_holidays_view.xml 2014-01-31 07:56:42 +0000
148@@ -1,6 +1,6 @@
149 <?xml version="1.0" encoding="utf-8"?>
150 <openerp>
151- <data>
152+ <data noupdate="1">
153
154 <record id="action_view_holiday_status_manager_board" model="ir.actions.act_window">
155 <field name="name">Leaves To Validate</field>
156
157=== modified file 'hr_recruitment/board_hr_recruitment_statistical_view.xml'
158--- hr_recruitment/board_hr_recruitment_statistical_view.xml 2011-11-14 13:23:02 +0000
159+++ hr_recruitment/board_hr_recruitment_statistical_view.xml 2014-01-31 07:56:42 +0000
160@@ -1,6 +1,6 @@
161 <?xml version="1.0"?>
162 <openerp>
163- <data>
164+ <data noupdate="1">
165
166 <record id="view_applicants_status_tree" model="ir.ui.view">
167 <field name="name">applicants.status.tree</field>
168
169=== modified file 'hr_timesheet_invoice/board_hr_timesheet_invoice.xml'
170--- hr_timesheet_invoice/board_hr_timesheet_invoice.xml 2011-11-14 13:31:42 +0000
171+++ hr_timesheet_invoice/board_hr_timesheet_invoice.xml 2014-01-31 07:56:42 +0000
172@@ -1,6 +1,6 @@
173 <?xml version="1.0" encoding="utf-8"?>
174 <openerp>
175- <data>
176+ <data noupdate="1">
177
178 <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"/>
179
180
181=== modified file 'hr_timesheet_sheet/board_hr_timesheet_view.xml'
182--- hr_timesheet_sheet/board_hr_timesheet_view.xml 2011-12-19 16:54:40 +0000
183+++ hr_timesheet_sheet/board_hr_timesheet_view.xml 2014-01-31 07:56:42 +0000
184@@ -1,6 +1,6 @@
185 <?xml version="1.0" encoding="utf-8"?>
186 <openerp>
187- <data>
188+ <data noupdate="1">
189
190 <record id="action_hr_timesheet_sheet_graph" model="ir.actions.act_window">
191 <field name="name">Timesheets</field>
192
193=== modified file 'procurement/board_mrp_procurement_view.xml'
194--- procurement/board_mrp_procurement_view.xml 2011-12-19 16:54:40 +0000
195+++ procurement/board_mrp_procurement_view.xml 2014-01-31 07:56:42 +0000
196@@ -1,6 +1,6 @@
197 <?xml version="1.0" encoding="utf-8"?>
198 <openerp>
199- <data>
200+ <data noupdate="1">
201 <record id="procurement_action_board" model="ir.actions.act_window">
202 <field name="name">Procurement Exceptions</field>
203 <field name="type">ir.actions.act_window</field>
204
205=== modified file 'project/board_project_manager_view.xml'
206--- project/board_project_manager_view.xml 2011-12-19 16:54:40 +0000
207+++ project/board_project_manager_view.xml 2014-01-31 07:56:42 +0000
208@@ -1,6 +1,6 @@
209 <?xml version="1.0" encoding="utf-8"?>
210 <openerp>
211- <data>
212+ <data noupdate="1">
213
214 <!-- Board for project managers -->
215
216
217=== modified file 'project/board_project_view.xml'
218--- project/board_project_view.xml 2011-12-19 16:54:40 +0000
219+++ project/board_project_view.xml 2014-01-31 07:56:42 +0000
220@@ -1,6 +1,6 @@
221 <?xml version="1.0" encoding="utf-8"?>
222 <openerp>
223- <data>
224+ <data noupdate="1">
225
226 <!-- My task -->
227 <record id="view_task_tree" model="ir.ui.view">
228
229=== modified file 'project_issue/board_project_issue_view.xml'
230--- project_issue/board_project_issue_view.xml 2011-12-26 12:21:45 +0000
231+++ project_issue/board_project_issue_view.xml 2014-01-31 07:56:42 +0000
232@@ -1,6 +1,6 @@
233 <?xml version="1.0" encoding="utf-8"?>
234 <openerp>
235- <data>
236+ <data noupdate="1">
237
238 <record id="action_view_current_project_issue_tree" model="ir.actions.act_window">
239 <field name="name">Project issues</field>
240
241=== modified file 'project_planning/board_project_planning_view.xml'
242--- project_planning/board_project_planning_view.xml 2011-11-15 07:24:20 +0000
243+++ project_planning/board_project_planning_view.xml 2014-01-31 07:56:42 +0000
244@@ -1,6 +1,6 @@
245 <?xml version="1.0" encoding="utf-8"?>
246 <openerp>
247- <data>
248+ <data noupdate="1">
249
250 <record id="board_project_planning_form" model="ir.ui.view">
251 <field name="name">board.project.planning.form</field>
252
253=== modified file 'project_scrum/board_project_scrum_view.xml'
254--- project_scrum/board_project_scrum_view.xml 2011-12-19 16:54:40 +0000
255+++ project_scrum/board_project_scrum_view.xml 2014-01-31 07:56:42 +0000
256@@ -1,6 +1,6 @@
257 <?xml version="1.0" encoding="utf-8"?>
258 <openerp>
259- <data>
260+ <data noupdate="1">
261 <record id="view_scrum_sprint_dashboard_tree" model="ir.ui.view">
262 <field name="name">project.scrum.sprint.dashboard.tree</field>
263 <field name="model">project.scrum.sprint</field>
264
265=== modified file 'purchase/board_purchase_view.xml'
266--- purchase/board_purchase_view.xml 2011-12-26 12:21:45 +0000
267+++ purchase/board_purchase_view.xml 2014-01-31 07:56:42 +0000
268@@ -1,6 +1,6 @@
269 <?xml version="1.0" encoding="utf-8"?>
270 <openerp>
271- <data>
272+ <data noupdate="1">
273
274 <menuitem
275 id="menu_purchase_deshboard"
276
277=== modified file 'sale/board_sale_view.xml'
278--- sale/board_sale_view.xml 2011-12-26 12:21:45 +0000
279+++ sale/board_sale_view.xml 2014-01-31 07:56:42 +0000
280@@ -1,6 +1,6 @@
281 <?xml version="1.0" encoding="utf-8"?>
282 <openerp>
283- <data>
284+ <data noupdate="1">
285 <record id="board_sales_manager_form" model="ir.ui.view">
286 <field name="name">board.sales.manager.form</field>
287 <field name="model">board.board</field>
288
289=== modified file 'sale_crm/board_sale_crm_view.xml'
290--- sale_crm/board_sale_crm_view.xml 2011-12-26 12:21:45 +0000
291+++ sale_crm/board_sale_crm_view.xml 2014-01-31 07:56:42 +0000
292@@ -1,6 +1,6 @@
293 <?xml version="1.0"?>
294 <openerp>
295- <data>
296+ <data noupdate="1">
297 <record model="ir.ui.view" id="board_crm_form_inherit_replace1">
298 <field name="name">board.crm.form.inherit.replace1</field>
299 <field name="model">board.board</field>
300
301=== modified file 'stock/board_warehouse_view.xml'
302--- stock/board_warehouse_view.xml 2011-12-26 13:08:33 +0000
303+++ stock/board_warehouse_view.xml 2014-01-31 07:56:42 +0000
304@@ -1,6 +1,6 @@
305 <?xml version="1.0" encoding="utf-8"?>
306 <openerp>
307- <data>
308+ <data noupdate="1">
309 <record id="action_incoming_product_board" model="ir.actions.act_window">
310 <field name="name">Incoming Shipments</field>
311 <field name="res_model">stock.move</field>

Subscribers

People subscribed via source and target branches