Issue #28

public
seo Aug 21, 2024 Never 71
Clone
Plaintext paste1.txt 42 lines (25 loc) | 1.67 KB
1
# Bugs
2
3
## 01. Sync button on top right corner of screen.
4
5
![2024-08-19_18-06-16](https://github.com/user-attachments/assets/4f679c42-f005-44ed-9e86-67eae083a2bd)
6
7
## 02. Upload from multiple Odoo modules by different users
8
9
If 2 users upload the same folder from different Odoo modules, how does this look on NextCloud?
10
11
### Approach (RFC)
12
13
- Structure the NC folders according to PowerOn™ modules and records.
14
- Example:
15
All files pertaining to `Purchase` module, `document_id = 1234` reside in the NC folder `/purchase/1234/` folder.
16
- So essentially, our `nextcloud` module controls the folder structures on NC.
17
- Of course an admin can use the (special user) `poweron_user` to log in directly into NC and create any number of additional folders
18
- We will instruct them and provide documentation that they should not create or delete the high-level module folders: `sales`, `purchase`, `project`, `maintenance`, `accounts` and `inventory`.
19
20
RFC = request for comment @VTV24710
21
22
## 03. Upload & Download FILES to & from target folders
23
24
1. It should be possible to upload files into an already existing folder.
25
2. Same for download.
26
27
## 04. Upload & Download FOLDERS to & from target folders
28
29
1. It should be possible to upload folders into an already existing folder.
30
2. Same for download.
31
32
![2024-08-20_16-58-36](https://github.com/user-attachments/assets/5dbe2cf3-32ff-4198-a98d-6a24cef6dc73)
33
34
## 05. Drag & Drop Folder into Chatter (Optional)
35
36
Would it be possible to drag & drop folders into Chatter?
37
38
# Features
39
40
## 06. Delete files from pop-up
41
42
![2024-08-20_17-12-31](https://github.com/user-attachments/assets/c755f607-6ce7-481b-99f1-84503a291093)