← Back to team overview

openerp-community-reviewer team mailing list archive

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

 

Yann Papouin has proposed merging lp:~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss into lp:ocb-addons/6.1.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1183718 in OpenERP Addons: "Loss of custom boards after module update"
  https://bugs.launchpad.net/openobject-addons/+bug/1183718

For more details, see:
https://code.launchpad.net/~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss/+merge/204164

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.
-- 
https://code.launchpad.net/~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss/+merge/204164
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~yann-papouin/ocb-addons/6.1-bug-1183718-custom-boards-loss into lp:ocb-addons/6.1.
=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record id="action_aged_receivable" model="ir.actions.act_window">
             <field name="name">Receivable Accounts</field>
             <field name="res_model">report.account.receivable</field>

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record model="ir.ui.view" id="board_auction_manager_form1">
             <field name="name">board.auction.manager.form</field>
             <field name="model">board.board</field>

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record model="ir.actions.act_window" id="action_report_latest_objects_tree">
             <field name="name">Latest objects</field>
             <field name="res_model">auction.lots</field>

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <!--
          Board for statistical view of the sections
          -->

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-     <data>
+     <data noupdate="1">
           <record model="ir.ui.view" id="view_crm_opportunity_user_graph1">
                <field name="name">crm.opportunity.user.graph1</field>
                <field name="model">crm.lead.report</field>

=== 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 @@
 <?xml version="1.0"?>
  <openerp>
-     <data>
+     <data noupdate="1">
         <record model="ir.ui.view" id="board_document_manager_form">
             <field name="name">board.document.manager.form</field>
              <field name="model">board.board</field>

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
     <!--  Need to merge this action in associations -->
 
         <record model ="ir.ui.view" id="view_report_event_reg_graph">

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-<data>
+<data noupdate="1">
     <!-- This board view will be complete by other hr_* modules-->
     <record id="board_hr_form" model="ir.ui.view">
         <field name="name">board.hr.form</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record model="ir.actions.act_window" id="action_hr_evaluation_interview_board">
             <field name="name">Interview Requests</field>
             <field name="res_model">hr.evaluation.interview</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <record id="action_employee_expense" model="ir.actions.act_window">
             <field name="name">All Employee Expenses</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <record id="action_my_expense" model="ir.actions.act_window">
             <field name="name">My Expenses</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record model="ir.actions.act_window" id="action_hr_holidays_leaves_by_month">
             <field name="name">My Leaves</field>
             <field name="res_model">hr.holidays.status</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <record id="action_view_holiday_status_manager_board" model="ir.actions.act_window">
             <field name="name">Leaves To Validate</field>

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
     <record id="view_applicants_status_tree" model="ir.ui.view">
         <field name="name">applicants.status.tree</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <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"/>
 

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <record id="action_hr_timesheet_sheet_graph" model="ir.actions.act_window">
             <field name="name">Timesheets</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 		<record id="procurement_action_board" model="ir.actions.act_window">
             <field name="name">Procurement Exceptions</field>
             <field name="type">ir.actions.act_window</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <!-- Board for project managers -->
 

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <!-- My task -->
         <record id="view_task_tree" model="ir.ui.view">

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <record id="action_view_current_project_issue_tree" model="ir.actions.act_window">
             <field name="name">Project issues</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <record id="board_project_planning_form" model="ir.ui.view">
             <field name="name">board.project.planning.form</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
             <record id="view_scrum_sprint_dashboard_tree" model="ir.ui.view">
             <field name="name">project.scrum.sprint.dashboard.tree</field>
             <field name="model">project.scrum.sprint</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <menuitem
             id="menu_purchase_deshboard"

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record id="board_sales_manager_form" model="ir.ui.view">
             <field name="name">board.sales.manager.form</field>
             <field name="model">board.board</field>

=== 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 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record model="ir.ui.view" id="board_crm_form_inherit_replace1">
             <field name="name">board.crm.form.inherit.replace1</field>
             <field name="model">board.board</field>

=== 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 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record id="action_incoming_product_board" model="ir.actions.act_window">
             <field name="name">Incoming Shipments</field>
             <field name="res_model">stock.move</field>


Follow ups