Commit graph

275 commits

Author SHA1 Message Date
6a1f554854 Apply code review fixes
All checks were successful
Tests / test (push) Successful in 37s
2025-06-22 17:41:35 +02:00
adda59fe7f add billing entity docs
All checks were successful
Tests / test (push) Successful in 24s
2025-06-15 18:38:55 +02:00
a3011444ec Fix bug in namespace creation 2025-06-15 18:22:48 +02:00
10fd7d2356 Add odoo field migration 2025-06-15 18:17:29 +02:00
0c6a76ea71 Add labels and annotations to org namespaces 2025-06-15 18:14:47 +02:00
918c2a20ec Provide full data to get_or_create_namespace 2025-06-15 18:06:30 +02:00
5b7c26bbac Implement Sale Order creation on org creation 2025-06-15 18:00:18 +02:00
2579aff765 Refactor and include access scoping 2025-06-15 16:19:07 +02:00
f4289b6973 Sort invoice addresses by parent org name 2025-06-15 16:09:56 +02:00
7a38571c18 Retrieve parent ID and name in Odoo address lookup 2025-06-15 16:05:20 +02:00
025670c0a4 Allow users to reuse invoice addresses 2025-06-15 16:02:39 +02:00
4718a01bb0 Show all invoice addresses to internal users 2025-06-15 15:58:44 +02:00
a3533ed651 Make sure retrieved odoo users are active 2025-06-15 15:47:39 +02:00
dae5e7153b Implement Odoo parent ID fetch
All checks were successful
Tests / test (push) Successful in 32s
2025-06-05 09:26:12 +02:00
9a46229e81 Code style 2025-06-05 09:24:34 +02:00
c7d079e9bf Fix missing invoice address choices
All checks were successful
Tests / test (push) Successful in 23s
2025-06-04 11:45:42 +02:00
3a16a4a301 Fix rendering of radio inputs 2025-06-04 11:45:42 +02:00
b54f8ecbc2 Remove VAT field 2025-06-04 11:45:42 +02:00
19fbc4b5f3 Show invoice address on organization detail page 2025-06-04 11:45:42 +02:00
fe6580c3d3 Implement billing address creation via odoo 2025-06-04 11:45:42 +02:00
f973d33e51 Improve look of invoice address form 2025-06-04 11:45:42 +02:00
e2b13a3223 Rename form fields 2025-06-04 11:45:42 +02:00
0bb9f8785d Retrieve country list from odoo 2025-06-04 11:45:42 +02:00
86cf2956a2 Implement template/form/view for org create 2025-06-04 11:45:42 +02:00
d72c853e72 Implement user:odoo contact mapping
ref #60
2025-06-04 11:45:42 +02:00
29b630ea2b Fully implement odoo user search 2025-06-04 11:45:42 +02:00
f774b37696 Use class-based odoo client for connection reuse 2025-06-04 11:45:42 +02:00
fcca4ea514 Implement user search in odoo 2025-06-04 11:45:42 +02:00
93c4fc9b26 Add system checks 2025-06-04 11:45:42 +02:00
3abd298dea Add Odoo settings 2025-06-04 11:45:41 +02:00
639e183184 First stab at Odoo filter logic 2025-06-04 11:44:47 +02:00
edafff897e Add odoo fields 2025-06-04 11:44:47 +02:00
8e12688597
integrate sentry error reporting
All checks were successful
Tests / test (push) Successful in 26s
2025-06-04 08:46:20 +02:00
a37b0d4a13 Merge pull request 'Display/CSS fixes' (#88) from css into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m8s
Tests / test (push) Successful in 25s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #88
2025-06-02 08:37:04 +00:00
fa6ac5334e Fix search field functionality
All checks were successful
Tests / test (push) Successful in 24s
2025-06-02 10:35:27 +02:00
cb7332f4e9 Fix display of search field 2025-06-02 10:35:22 +02:00
50a7f628e4 Display fix: Place service offerings in rows 2025-06-02 10:32:12 +02:00
c3d8fd9f56 Display fix: place services in rows 2025-06-02 10:31:07 +02:00
8edb059831
specify storage for static files
All checks were successful
Tests / test (push) Successful in 24s
2025-05-27 13:34:16 +02:00
d8cc90188e Merge pull request 'Fix instance creation' (#65) from 63-instance-creation-bug into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 57s
Tests / test (push) Successful in 23s
Build and Deploy Staging / deploy (push) Successful in 9s
Reviewed-on: #65
2025-05-26 09:46:21 +00:00
07393cfd61 Merge pull request 'Service Instance Deletion' (#64) from 30-instance-deletion into main
Some checks failed
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
Build and Deploy Staging / build (push) Has been cancelled
Reviewed-on: #64
2025-05-26 09:45:42 +00:00
4d8d276a9a Merge pull request 'Add and configure django-storages' (#62) from 17-object-storage into main
Some checks failed
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
Build and Deploy Staging / build (push) Has been cancelled
Reviewed-on: #62
2025-05-26 09:45:17 +00:00
a3186b835f Fix instance creation
All checks were successful
Tests / test (push) Successful in 30s
2025-05-25 23:19:24 +02:00
d32ed1eb55 Fix redirect bug
All checks were successful
Tests / test (push) Successful in 25s
2025-05-25 23:03:05 +02:00
d1d1352cf4 Handle deletion protection 2025-05-25 23:02:42 +02:00
3e466fb011 Instance form and template improvements 2025-05-25 22:56:44 +02:00
52aa6acfb6 Show instance delete modal 2025-05-25 22:54:36 +02:00
3a8b9987b2 Improve instance delete 2025-05-25 22:53:22 +02:00
09ce5406ee Implement service instance delete basics 2025-05-25 22:40:01 +02:00
c570275387 Add and configure django-storages
All checks were successful
Tests / test (push) Successful in 25s
2025-05-21 16:39:31 +02:00