Rémy Taymans
2dc776735e
[FIX] b_shift: Unsubscribe resigning worker
6 years ago
Rémy Taymans
d2ca6c789d
Revert "[FIX] b_shift: Too late shift validation"
This reverts commit 351a107a65
.
This commit try to fix with a naive approach that doesn't work in every
case.
A better fix must be done in the future.
6 years ago
Rémy Taymans
351a107a65
[FIX] b_shift: Too late shift validation
This commit brings fix a bug that occur when a worker do a shift before
her future_alert_date and the shift was marked as attended after the
future_alert_date. In such a case, the worker fell in alert state and
get a -2. This don't fix the fact that the worker fall in alert. But
brings correction when the shift is finally marked as attended.
6 years ago
Rémy Taymans
b3c9da2a87
[FIX] b_shift: Raise error when shift not configured well
6 years ago
Rémy Taymans
2128b99ea5
[FIX] b_shift: Do not show regular info for non regular worker
6 years ago
Rémy Taymans
966f4a5a78
[FIX] b_w_shift: Issue with settings
There was an issue that shows an error message when trying to modify the
settings for shift in the website configuration.
This is due to a missing sequence in the database. I don't know why this
sequence where not present. But a simple query create it if it doesn't
exists.
6 years ago
Rémy Taymans
537451191f
[FIX] b_w_shift: Syntax
6 years ago
Rémy Taymans
6270998138
[ADD] b_purchase: Supervisor for sale order
This adds a field `supervisor_id` that aims to replace the `create_uid`
field. To prevent regressions, the old `create_uid` field is set to be a
computed field that has the same value as `supervisor_id`. This allow to
ensure that other part of the program that refer to `create_uid` as the
responsible for a purchase order will get the value of `supervisor_id`.
This new version comes with a migration script that fill the new
`supervisor_id` with the value of `create_uid` if `supervisor_id` is not
set yet.
This trick is done because the `create_uid` field is a magic field that
belongs to the ORM. This field cannot be modified in a form.
6 years ago
Nicolas Jamoulle
ca143fec20
Merge pull request #74 from nicolasj77/regular_compensassion_shift
[ADD] beesdoo_shift: add compensation shift option in task
6 years ago
Nicolas Jamoulle
0f6b8fc0ba
Merge pull request #69 from nicolasj77/highlights_shifts_intranet
[IMP] beesdoo_website_shift new configuration rule in pc
6 years ago
nicolasjamoulle
e9fbfab42d
[IMP] beesdoo_website_shift new configuration rule in pc
6 years ago
nicolasjamoulle
ab4e0fbf22
[ADD] beesdoo_shift: add compensation shift option in task
6 years ago
Robin Keunen
6590cbe87e
Merge pull request #72 from coopiteasy/bees-product-list
[IMP] beesdoo_custom: product as list rather than kanban
6 years ago
robin.keunen
4ea3adc053
[IMP] beesdoo_custom: product as list rather than kanban
6 years ago
Nicolas Jamoulle
7804f04a66
Merge pull request #71 from nicolasj77/keep_worker_name_on_shift
[FIX] beesdoo_shift remove only next shifts in planning for unsubscri…
6 years ago
nicolasjamoulle
cb55533d74
[FIX] beesdoo_shift remove only next shifts in planning for unsubscribed workers"
6 years ago
Houssine BAKKALI
55435c55f2
Merge pull request #70 from nicolasj77/working_mode_not_saved_first_time
[FIX] beesdoo_shift: fix first registration shift
6 years ago
nicolasjamoulle
f9f9696640
[FIX] fix first registration shift
6 years ago
nicolasjamoulle
1d53e2b71a
[ADD] b_w_shift: Message for new worker
6 years ago
Rémy Taymans
5a7dbfe166
[IMP] b_stock: Manifest
Change the name of the module in the manifest and change description.
6 years ago
nicolasjamoulle
5274ca1b1d
[ADD] beesdoo_stock: actions on articles in stock.picking
[ADD] Add files and action menu
[IMP] Tests to fill wizard with products lines
[ADD] Get product.template method
[ADD] Load right template wizard
[ADD] Method to get lines product
[ADD] beesdoo_stock: actions on articles in stock.picking
6 years ago
Nicolas Jamoulle
7b2dc73227
Merge pull request #65 from nicolasj77/supercoop_resigning
[IMP] Supercoop resigning
6 years ago
nicolasjamoulle
d0df069801
Makeup on code after review
6 years ago
nicolasjamoulle
276a50d883
[REF] date_domain and to_unsubscribe_super_coop
6 years ago
nicolasjamoulle
120de0499f
[ADD] Remove super cooperative from future planning
6 years ago
nicolasjamoulle
95c16bc6d4
[WIP] Tests in comment
6 years ago
nicolasjamoulle
d572586530
[ADD] remove super_coop_id
6 years ago
nicolasjamoulle
6640ab1425
[FIX] Remove shifts for resigning status
And does not allow to add unsubscribed and resigning statut to a new shift
6 years ago
Nicolas Jamoulle
78fdf5f43d
Merge pull request #64 from nicolasj77/followed_info_session
[IMP] Followed info session
6 years ago
nicolasjamoulle
ee69368c53
[ADD] Makup code
6 years ago
Nicolas Jamoulle
aa5710bc8b
Merge pull request #66 from nicolasj77/purchase_search_product_bees
[IMP] Purchase search product bees
6 years ago
Rémy Taymans
801235dc3d
[FIX] b_shift: PR #62 and #63
This fixes PR #62 and #63 . It uses the `no_create` and `no_open` options
for `many2many` widget.
6 years ago
nicolasjamoulle
43cf617479
[ADD] Add new domain
6 years ago
Nicolas Jamoulle
778836bfdc
Merge pull request #63 from nicolasj77/cannot_create_worker_on_shift
[IMP] Cannot create worker on shift
6 years ago
Nicolas Jamoulle
580eab3422
Merge branch '9.0' into cannot_create_worker_on_shift
6 years ago
Nicolas Jamoulle
1a709dbff6
Merge pull request #62 from nicolasj77/no_irregular_worker_for_replacement
[IMP] No irregular worker for replacement
6 years ago
Rémy Taymans
cd626cf50a
[FIX] b_w_shift: status_id not found
6 years ago
nicolasjamoulle
10e244090b
[IMP] _get_info_session_followed made shorter
6 years ago
nicolasjamoulle
9a0cf6357f
Dots alignment
6 years ago
nicolasjamoulle
1790969ab0
[FIX] syntax error break line
6 years ago
nicolasjamoulle
0d424b3204
[ADD] Default information from worker
6 years ago
nicolasjamoulle
6b92a32f38
[ADD] Cannot create worker from field worker_id
6 years ago
nicolasjamoulle
759e5e3cda
[FIX] change domain arguments
6 years ago
nicolasjamoulle
6a82929cc2
[ADD] add domain to replace_id
6 years ago
Robin Keunen
f9bd98ea8d
Merge pull request #61 from robinkeunen/9.0-fix-main-supplierinfo
[FIX] beesdoo_product: main supplier info returns single record
6 years ago
robin.keunen
4d7de162e9
[FIX] beesdoo_product: main supplier info returns single record
6 years ago
Rémy Taymans
f1754ee2cd
[FIX] b_shift: Condition to unsubscribe a worker
Quick fix from @tfrancoi .
6 years ago
nicolasjamoulle
d884fcdc3e
[ADD] Date of information session not fill by default
6 years ago
nicolasjamoulle
c4ec95ed10
Followed info session not checked by default
6 years ago
Rémy Taymans
55ba363e53
[ADD] b_website_shift: shift status
Show the shift status in the list of the next shifts of a worker. For
small screen shift status is represented by a colored label.
Add shift status as a label for the past shift of a worker on small screen.
6 years ago