1 | # Bugs |
2 | |
3 | ## 01. Sync button on top right corner of screen. |
4 | |
5 |  |
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 |  |
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 |  |