feat(vtiger-crm): add create opportunity action

This commit is contained in:
Rıdvan Akca
2024-01-16 18:18:55 +03:00
committed by Ali BARIN
parent 3bcd3f3cb7
commit ab897ada5a
12 changed files with 495 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import createOpportunity from './create-opportunity/index.js';
export default [createOpportunity];