amsdal_crm 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/PKG-INFO +1 -1
- amsdal_crm-0.1.2/amsdal_crm/__about__.py +1 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/lifecycle/consumer.py +4 -1
- amsdal_crm-0.1.1/amsdal_crm/__about__.py +0 -1
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/.amsdal/.environment +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/.amsdal-cli +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/.github/workflows/ci.yml +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/.github/workflows/release.yml +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/.github/workflows/tag_check.yml +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/.gitignore +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/CLAUDE.md +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/README.md +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/RELEASE.md +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/Third-Party Materials - AMSDAL Dependencies - License Notices.md +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/app.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/constants.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/errors.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/fixtures/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/fixtures/permissions.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/fixtures/pipelines.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/lifecycle/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/migrations/0000_initial.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/account.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/activity.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/attachment.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/contact.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/custom_field_definition.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/deal.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/pipeline.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/stage.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/models/workflow_rule.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/services/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/services/activity_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/services/custom_field_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/services/deal_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/services/email_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/services/workflow_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/amsdal_crm/settings.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/config.yml +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/license_check.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/pyproject.toml +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/scripts/release.sh +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/scripts/tag_check.sh +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/conftest.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/integration/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/integration/conftest.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/integration/services/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/integration/services/test_deal_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/integration/services/test_email_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/integration/services/test_workflow_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/conftest.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/lifecycle/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/lifecycle/test_consumer.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_account.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_activity.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_contact.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_deal.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_pipeline.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_remaining.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/models/test_stage.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/services/__init__.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/services/test_activity_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/services/test_custom_field_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/services/test_deal_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/services/test_email_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/services/test_workflow_service.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/test_app.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/test_constants.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/test_errors.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/tests/unit/test_settings.py +0 -0
- {amsdal_crm-0.1.1 → amsdal_crm-0.1.2}/uv.lock +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.1.2'
|
|
@@ -60,7 +60,7 @@ def _custom_field_def_to_control(field_def: Any) -> dict[str, Any]:
|
|
|
60
60
|
A dictionary representing the frontend control configuration
|
|
61
61
|
"""
|
|
62
62
|
control: dict[str, Any] = {
|
|
63
|
-
'name': f'
|
|
63
|
+
'name': f'{field_def.field_name}',
|
|
64
64
|
'label': field_def.field_label,
|
|
65
65
|
'required': field_def.is_required,
|
|
66
66
|
}
|
|
@@ -98,6 +98,9 @@ def _add_custom_fields_to_control(control: dict[str, Any], custom_field_controls
|
|
|
98
98
|
if 'controls' not in control:
|
|
99
99
|
control['controls'] = []
|
|
100
100
|
|
|
101
|
+
if 'control' in control:
|
|
102
|
+
control.pop('control', None)
|
|
103
|
+
|
|
101
104
|
# Find the custom_fields control and update it, or append custom fields at the end
|
|
102
105
|
custom_fields_control = None
|
|
103
106
|
for ctrl in control.get('controls', []):
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.1.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|