Browse Source

[FIX] Make the runbot green again, remove the warning

pull/27/head
Thibault Francois 7 years ago
parent
commit
538ee6c2aa
  1. 2
      beesdoo_easy_my_coop/__openerp__.py
  2. 2
      beesdoo_product/data/product_sequence.xml
  3. 1
      beesdoo_shift/security/ir.model.access.csv

2
beesdoo_easy_my_coop/__openerp__.py

@ -19,7 +19,7 @@
'version': '1.0',
# any module necessary for this one to work correctly
'depends': ['beesdoo_base', 'beesdoo_shift', 'easy_my_coop', ],
'depends': ['beesdoo_base', 'beesdoo_shift', 'easy_my_coop', 'easy_my_coop_eater'],
# always loaded
'data': [

2
beesdoo_product/data/product_sequence.xml

@ -8,7 +8,7 @@
<field name="padding">5</field>
<field name="suffix"></field>
<field name="number_next">1</field>
<field name="barcode_sequence" eval="True"/>
<!-- <field name="barcode_sequence" eval="True"/> -->
</record>
</data>
</odoo>

1
beesdoo_shift/security/ir.model.access.csv

@ -16,3 +16,4 @@ all_config_coopplanning_task_template,Attendance Read Template,model_beesdoo_shi
all_config_coopplanning_task,Attendance Edit Shift,model_beesdoo_shift_shift,group_planning_management,1,1,1,1
exempt_reason_read_all,Exempt Reason Read all ,beesdoo_shift.model_cooperative_exempt_reason,,1,0,0,0
exempt_reason,Exempt Reason Admin,beesdoo_shift.model_cooperative_exempt_reason,beesdoo_shift.group_cooperative_admin,1,1,1,1
history_read_all,History Read All,beesdoo_shift.model_cooperative_status_history,,1,0,0,0
Loading…
Cancel
Save