vincent-castanie
3eec439390
attack specific cooperator field
7 years ago
vincent-castanie
776d2de9cd
cooperator specific display
7 years ago
vincent-castanie
b9d94844f7
heritage
7 years ago
vincent-castanie
84dda0dd6c
eater capitalize
7 years ago
vincent-castanie
2a596d41d4
use case eater
7 years ago
vincent-castanie
84f7cd5741
second card display none
7 years ago
vincent-castanie
9798fd15b7
adaptation
7 years ago
vincent-castanie
35ecfa23af
attr image src
7 years ago
vincent-castanie
793f8b37bb
img svg
7 years ago
vincent-castanie
6d0c164305
indent
7 years ago
vincent-castanie
6b383577d6
clean table elements
7 years ago
vincent-castanie
f888040c45
clean class
7 years ago
Houssine BAKKALI
72de0c8c8a
Merge pull request #31 from beescoop/9.0-make-runbot-green
[FIX] pos_remove_0_qty: Add missing description
7 years ago
Houssine BAKKALI
5b525b9881
add description
7 years ago
Rémy Taymans
79c570a99f
[FIX] pos_remove_0_qty: Add missing description
7 years ago
Houssine BAKKALI
615958ac48
Merge pull request #30 from beescoop/9.0-po-add-partner
Add name and phone of referent on purchase order
7 years ago
odoo
d5620b29c7
replace partner phone by user phone
7 years ago
odoo
71b974f00d
add name and phone of referent on purchase order
7 years ago
houssine
1f947e4536
[COSM] removing print lines
7 years ago
Houssine BAKKALI
73e637fced
Merge pull request #29 from beescoop/9.0-houssine78-clean-remove-order-line
9.0 houssine78 clean remove order line
7 years ago
Houssine BAKKALI
170e5f483b
Update __openerp__.py
7 years ago
Houssine BAKKALI
9f77ec8158
Delete pos_order_line.py
7 years ago
Houssine BAKKALI
1ba6bd576d
Update __init__.py
7 years ago
Houssine BAKKALI
0be3495bb6
Add files via upload
7 years ago
Houssine BAKKALI
32e3a47ba1
cleaner way of doing it
this PR provide a cleaner way of removing pos order lines when they have a qty of 0
7 years ago
Houssine BAKKALI
51a8a0ec14
Merge pull request #28 from beescoop/houssine78-pos-order-0-qty-patch
add module removing pos order line with qty at 0
7 years ago
Houssine BAKKALI
66294836b9
remove commented line
7 years ago
Houssine BAKKALI
a118271daf
add module removing pos order line with qty at 0
7 years ago
tfrancoi
8bf1ae8e1e
[FIX] Remove wrong access right line
7 years ago
Thibault Francois
c53ab5e9e9
[ADD] Implement status management for irregular worker
7 years ago
Thibault Francois
9e50d08106
FIX stage status sequence
FIX default value for today on status
FIX default value for stage_id that allow to manually create shift
ADD un subscribed from shift during holidays
ADD Cannot subscribe to new holidays when you've already planned some holidays and they are not over yet
7 years ago
Thibault Francois
07d255b4f1
[CLEAN] Don't need to be that strict with 80 char per line it doesn't make the code more readable, 120 is perfectly fine nowdays.
[CLEAN] use anonymous variable _ when unpacking tuple.
[CLEAN] use free_space instead of len(s)
7 years ago
Rémy Taymans
8781861d07
[IMP] website_shift: Move menu in template
The menu entry was recorded in data folder. But this folder is reserved
for buisness data. So I moved the menu entry in the views directory.
[IMP] website_shift: Responsive design
[IMP] website_shift: change rules of display
Shows only available space:
if more than 5 max worker and at least two available spaces
if less than 5 max worker and at least one available spaces
This take care of the case where no task_template is defined in the task
[IMP] website_shift: Make template CMS compliant
7 years ago
Rémy Taymans
a8b7a80ec6
[IMP] pos: Don't show customer balance
7 years ago
Thibault Francois
af97df2c57
[FIX] fix xml id of generate shift cron
7 years ago
Thibault Francois
136411b71e
[FIX] differed the send of the ticket, since it can cause crash and wkhtmltopdf deadlock, clicking on the button in the pos just tell the system to print the ticket later
7 years ago
Thibault Francois
c61a946906
[FIX] make 100% sure that revert info are erased after beeing applied
7 years ago
Thibault Francois
59615135d2
[IMP] Can make mistake in status change, the counter change get revert and only the change needed by the new stage get applied
7 years ago
Thibault Francois
789dc5018f
[ADD] cron to generate next planning + [CHANGE] shift generated are already confirmed
7 years ago
Houssine BAKKALI
8946b26a26
Merge pull request #24 from beescoop/9.0-s0030prior-remy
[ADD] beesdoo_portal_shift: Show available shift
7 years ago
Rémy Taymans
8979cf2a43
[FIX] beesdoo_portal_shift: change name
Change name from beesdoo_portal_shift to beesdoo_website_shift.
7 years ago
Thibault Francois
dcac5953e2
[REVIEW] Make the code much simplier, use groupby for irregular worker and use float_to_time for regular worker
7 years ago
Rémy Taymans
dcaa986066
[ADD] Page that show remaining space in shifts
[FIX] Allow access for unsigned user
[ADD] Add page that shows space for regular worker
[IMP] Page that shows space for regular worker
[ADD] Button in top menu
[IMP] Translation for button in menu
[IMP] Module description
[FIX] beesdoo_portal_shift: Access rights
[IMP] beesdoo_portal_shift: Add day name in report
[FIX] beesdoo_portal_shift: Typo controller name
[FIX] beesdoo_portal_shift: Trans "Task Template"
[FIX] beesdoo_portal_shift: Change access process
The access to beesdoo_shift models was given by an ir.model.access.
This is not secure as it give access to all users to the shifts.
We prefere using sudo() in the controllers that are conserned.
7 years ago
Thibault Francois
538ee6c2aa
[FIX] Make the runbot green again, remove the warning
7 years ago
Thibault Francois
c43f028504
[FIX] fix test, it breask test openerp.addons.base_import.tests.test_cases: test_shallow to give default technical feature to admin
7 years ago
Houssine BAKKALI
46beec8968
Merge pull request #23 from beescoop/houssine78-fixing-missing-import
Update task.py
7 years ago
Houssine BAKKALI
992d33b35c
Update task.py
7 years ago
Houssine BAKKALI
36f83f056a
Merge pull request #22 from beescoop/houssine78-add-dependency-on-portal
Update __openerp__.py
7 years ago
Houssine BAKKALI
1ebaa8b342
Update __openerp__.py
7 years ago
Thibault Francois
1493ff4169
[FIX] Subscription: don't have to choose a shift when choosing a work mode
7 years ago