|
|
@ -4,7 +4,8 @@ |
|
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
--> |
|
|
|
<odoo> |
|
|
|
<record id="beesdoo_shift_cooperative_status_1_demo" model="cooperative.status"> |
|
|
|
|
|
|
|
<record id="cooperative_status_1_demo" model="cooperative.status"> |
|
|
|
<field name="cooperator_id" ref="beesdoo_base.res_partner_cooperator_1_demo" /> |
|
|
|
<field name="info_session" eval="True" /> |
|
|
|
<field name="info_session_date" eval="datetime.now() - timedelta(days=58)" /> |
|
|
@ -15,9 +16,11 @@ |
|
|
|
|
|
|
|
<record id="beesdoo_base.res_partner_cooperator_1_demo" model="res.partner"> |
|
|
|
<field name="working_mode">regular</field> |
|
|
|
<field name="is_worker" eval="True"/> |
|
|
|
<field name="cooperative_status_ids" eval="[(6, 0, [ref('beesdoo_shift.cooperative_status_1_demo')])]"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="beesdoo_shift_cooperative_status_2_demo" model="cooperative.status"> |
|
|
|
<record id="cooperative_status_2_demo" model="cooperative.status"> |
|
|
|
<field name="cooperator_id" ref="beesdoo_base.res_partner_cooperator_2_demo" /> |
|
|
|
<field name="info_session" eval="False" /> |
|
|
|
<field name="sr">2</field> |
|
|
@ -27,9 +30,11 @@ |
|
|
|
|
|
|
|
<record id="beesdoo_base.res_partner_cooperator_2_demo" model="res.partner"> |
|
|
|
<field name="working_mode">irregular</field> |
|
|
|
<field name="is_worker" eval="True"/> |
|
|
|
<field name="cooperative_status_ids" eval="[(6, 0, [ref('beesdoo_shift.cooperative_status_2_demo')])]"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="beesdoo_shift_cooperative_status_3_demo" model="cooperative.status"> |
|
|
|
<record id="cooperative_status_3_demo" model="cooperative.status"> |
|
|
|
<field name="cooperator_id" ref="beesdoo_base.res_partner_cooperator_3_demo" /> |
|
|
|
<field name="info_session" eval="True" /> |
|
|
|
<field name="info_session_date" eval="datetime.now() - timedelta(days=98)" /> |
|
|
@ -39,9 +44,11 @@ |
|
|
|
|
|
|
|
<record id="beesdoo_base.res_partner_cooperator_3_demo" model="res.partner"> |
|
|
|
<field name="working_mode">regular</field> |
|
|
|
<field name="is_worker" eval="True"/> |
|
|
|
<field name="cooperative_status_ids" eval="[(6, 0, [ref('beesdoo_shift.cooperative_status_3_demo')])]"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="beesdoo_shift_cooperative_status_4_demo" model="cooperative.status"> |
|
|
|
<record id="cooperative_status_4_demo" model="cooperative.status"> |
|
|
|
<field name="cooperator_id" ref="beesdoo_base.res_partner_cooperator_4_demo" /> |
|
|
|
<field name="sr">2</field> |
|
|
|
<field name="working_mode">irregular</field> |
|
|
@ -50,9 +57,11 @@ |
|
|
|
|
|
|
|
<record id="beesdoo_base.res_partner_cooperator_4_demo" model="res.partner"> |
|
|
|
<field name="working_mode">irregular</field> |
|
|
|
<field name="is_worker" eval="True"/> |
|
|
|
<field name="cooperative_status_ids" eval="[(6, 0, [ref('beesdoo_shift.cooperative_status_4_demo')])]"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="beesdoo_shift_cooperative_status_5_demo" model="cooperative.status"> |
|
|
|
<record id="cooperative_status_5_demo" model="cooperative.status"> |
|
|
|
<field name="cooperator_id" ref="beesdoo_base.res_partner_cooperator_5_demo" /> |
|
|
|
<field name="sr">2</field> |
|
|
|
<field name="working_mode">regular</field> |
|
|
@ -60,9 +69,11 @@ |
|
|
|
|
|
|
|
<record id="beesdoo_base.res_partner_cooperator_5_demo" model="res.partner"> |
|
|
|
<field name="working_mode">regular</field> |
|
|
|
<field name="is_worker" eval="True"/> |
|
|
|
<field name="cooperative_status_ids" eval="[(6, 0, [ref('beesdoo_shift.cooperative_status_5_demo')])]"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="beesdoo_shift_cooperative_status_6_demo" model="cooperative.status"> |
|
|
|
<record id="cooperative_status_6_demo" model="cooperative.status"> |
|
|
|
<field name="cooperator_id" ref="beesdoo_base.res_partner_cooperator_6_demo" /> |
|
|
|
<field name="info_session" eval="True" /> |
|
|
|
<field name="info_session_date" eval="datetime.now() - timedelta(days=36)" /> |
|
|
@ -72,6 +83,8 @@ |
|
|
|
|
|
|
|
<record id="beesdoo_base.res_partner_cooperator_6_demo" model="res.partner"> |
|
|
|
<field name="working_mode">regular</field> |
|
|
|
<field name="is_worker" eval="True"/> |
|
|
|
<field name="cooperative_status_ids" eval="[(6, 0, [ref('beesdoo_shift.cooperative_status_6_demo')])]"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
</odoo> |