File size: 252 Bytes
3206347 |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
favicon: /favicons/odoo.svg
items:
- name: Create a lead or opportunity
desc: Creates a new CRM record as a lead or opportunity.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing /> |