← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/ysa-dev-addons2 into lp:openobject-addons

 

Ysa(Open ERP) has proposed merging lp:~openerp-dev/openobject-addons/ysa-dev-addons2 into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)


remove role_ids field in process xml files
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/ysa-dev-addons2/+merge/37589
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/ysa-dev-addons2.
=== modified file 'hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml'
--- hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml	2010-10-04 14:08:41 +0000
+++ hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml	2010-10-05 11:31:44 +0000
@@ -101,7 +101,6 @@
         </record>
 
         <record id="process_transition_attendancetimesheet0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Sign in/out&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;The employee signs in and signs out.&quot;&quot;&quot;" name="note"/>
@@ -110,7 +109,6 @@
         </record>
 
         <record id="process_transition_timesheetdraft0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Service&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;The timesheet line represents the time spent by the employee on a specific service provided.&quot;&quot;&quot;" name="note"/>
@@ -119,7 +117,6 @@
         </record>
 
         <record id="process_transition_confirmtimesheet0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Confirmation&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;The employee periodically confirms his own timesheets.&quot;&quot;&quot;" name="note"/>
@@ -129,7 +126,6 @@
         </record>
 
         <record id="process_transition_validatetimesheet0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Validation&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;The project manager validates the timesheets.&quot;&quot;&quot;" name="note"/>
@@ -138,7 +134,6 @@
         </record>
 
         <record id="process_transition_invoiceontimesheet0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Billing&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;The invoice is created based on the timesheet.&quot;&quot;&quot;" name="note"/>
@@ -147,7 +142,6 @@
         </record>
 
         <record id="process_transition_tasktimesheet0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Task timesheet&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;Moves task entry into the timesheet line&quot;&quot;&quot;" name="note"/>

=== modified file 'sale/process/sale_process.xml'
--- sale/process/sale_process.xml	2010-10-04 14:08:41 +0000
+++ sale/process/sale_process.xml	2010-10-05 11:31:44 +0000
@@ -189,7 +189,6 @@
         </record>
 
         <record id="process_transition_saleorderprocurement0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;Procurement of sold material&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;For every sale order line, a procurement order is created to supply the sold product.&quot;&quot;&quot;" name="note"/>
@@ -198,7 +197,6 @@
         </record>
 
         <record id="process_transition_saleinvoice0" model="process.transition">
-            <field eval="[(6,0,[])]" name="role_ids"/>
             <field eval="[(6,0,[])]" name="transition_ids"/>
             <field eval="&quot;&quot;&quot;From a sale order&quot;&quot;&quot;" name="name"/>
             <field eval="&quot;&quot;&quot;A sale order generates an invoice, as soon as it is confirmed by the salesman. Depending on the Invoicing control of the sale order, the invoice is based on delivered or on ordered quantities.&quot;&quot;&quot;" name="note"/>


Follow ups