mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-21 06:21:59 +02:00
Initial commit: Project packages
This commit is contained in:
commit
89613c97b0
753 changed files with 496325 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
/** @odoo-module */
|
||||
|
||||
/**
|
||||
* List of colors according to the selection value, see `project_update.py`
|
||||
*/
|
||||
export const STATUS_COLORS = {
|
||||
'on_track': 10,
|
||||
'at_risk': 2,
|
||||
'off_track': 1,
|
||||
'on_hold': 4,
|
||||
};
|
||||
|
||||
export const STATUS_COLOR_PREFIX = 'o_status_bubble mx-0 o_color_bubble_';
|
||||
Loading…
Add table
Add a link
Reference in a new issue