@axelor/aos-mobile-crm 7.2.23 → 7.2.25
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.
- package/lib/api/catalog-api.js +1 -1
- package/lib/api/client-api.js +1 -1
- package/lib/api/company-api.js +1 -1
- package/lib/api/contact-api.d.ts +2 -1
- package/lib/api/contact-api.js +13 -5
- package/lib/api/contact-api.js.map +1 -1
- package/lib/api/crm-config-api.js +1 -1
- package/lib/api/event-api.js +1 -1
- package/lib/api/function-api.js +1 -1
- package/lib/api/index.js +1 -1
- package/lib/api/leads-api.js +1 -1
- package/lib/api/opportunities-api.js +1 -1
- package/lib/api/partner-api.js +1 -1
- package/lib/api/prospect-api.js +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/molecules/CatalogCard/CatalogCard.js +1 -1
- package/lib/components/molecules/ContactInfoCard/ContactInfoCard.js +1 -1
- package/lib/components/molecules/EventCard/EventCard.js +1 -1
- package/lib/components/molecules/LeadsCard/LeadsCard.js +1 -1
- package/lib/components/molecules/LiteContactCard/LiteContactCard.js +1 -1
- package/lib/components/molecules/OpportunityCard/OpportunityCard.js +1 -1
- package/lib/components/molecules/PartnerCard/PartnerCard.js +1 -1
- package/lib/components/molecules/PartnerInfoCard/PartnerInfoCard.js +1 -1
- package/lib/components/molecules/PlanningEventCard/PlanningEventCard.js +1 -1
- package/lib/components/molecules/SocialNetworksInfoCard/SocialNetworksInfoCard.js +1 -1
- package/lib/components/molecules/index.js +1 -1
- package/lib/components/organisms/Client/ClientBottom/ClientBottom.js +1 -1
- package/lib/components/organisms/Client/ClientDropdownCards/ClientDropdownCards.js +1 -1
- package/lib/components/organisms/Client/ClientHeader/ClientHeader.js +1 -1
- package/lib/components/organisms/Client/index.js +1 -1
- package/lib/components/organisms/Contact/ContactBottom/ContactBottom.js +1 -1
- package/lib/components/organisms/Contact/ContactDropdownCards/ContactDropdownCards.js +1 -1
- package/lib/components/organisms/Contact/ContactHeader/ContactHeader.js +1 -1
- package/lib/components/organisms/Contact/ContactPartnerCard/ContactPartnerCard.js +1 -1
- package/lib/components/organisms/Contact/index.js +1 -1
- package/lib/components/organisms/DropdownContactPartnerView/DropdownContactPartnerView.js +1 -1
- package/lib/components/organisms/DropdownContactView/DropdownContactView.js +1 -1
- package/lib/components/organisms/DropdownEmployeeView/DropdownEmployeeView.js +1 -1
- package/lib/components/organisms/DropdownEventView/DropdownEventView.js +1 -1
- package/lib/components/organisms/DropdownGeneralView/DropdownGeneralView.js +1 -1
- package/lib/components/organisms/DropdownOpportunityView/DropdownOpportunityView.js +1 -1
- package/lib/components/organisms/EditButton/EditButton.js +1 -1
- package/lib/components/organisms/Event/EventBottom/EventBottom.js +1 -1
- package/lib/components/organisms/Event/EventContactCard/EventContactCard.js +1 -1
- package/lib/components/organisms/Event/EventDatesCard/EventDatesCard.js +1 -1
- package/lib/components/organisms/Event/EventHeader/EventHeader.js +1 -1
- package/lib/components/organisms/Event/EventLabelsCard/EventLabelsCard.js +1 -1
- package/lib/components/organisms/Event/EventLeadCard/EventLeadCard.js +1 -1
- package/lib/components/organisms/Event/EventPartnerCard/EventPartnerCard.js +1 -1
- package/lib/components/organisms/Event/index.js +1 -1
- package/lib/components/organisms/Lead/LeadBottom/LeadBottom.js +1 -1
- package/lib/components/organisms/Lead/LeadDropdownCards/LeadDropdownCards.js +1 -1
- package/lib/components/organisms/Lead/LeadHeader/LeadHeader.js +1 -1
- package/lib/components/organisms/Lead/index.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityBottom/OpportunityBottom.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityDropdownInfo/OpportunityDropdownInfo.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityHeader/OpportunityHeader.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityPartnerCard/OpportunityPartnerCard.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityUpdateStatusPicker/OpportunityUpdateStatusPicker.js +1 -1
- package/lib/components/organisms/Opportunity/index.js +1 -1
- package/lib/components/organisms/Prospect/ProspectBottom/ProspectBottom.js +1 -1
- package/lib/components/organisms/Prospect/ProspectDropdownCards/ProspectDropdownCards.js +1 -1
- package/lib/components/organisms/Prospect/ProspectHeader/ProspectHeader.js +1 -1
- package/lib/components/organisms/Prospect/index.js +1 -1
- package/lib/components/organisms/index.js +1 -1
- package/lib/components/templates/CatalogTypePicker/CatalogTypePicker.js +1 -1
- package/lib/components/templates/CatalogsSearchBar/CatalogsSearchBar.js +1 -1
- package/lib/components/templates/CivilityPicker/CivilityPicker.js +1 -1
- package/lib/components/templates/ClientProspectSearchBar/ClientProspectSearchBar.js +1 -1
- package/lib/components/templates/ClientSearchBar/ClientSearchBar.js +1 -1
- package/lib/components/templates/ContactSearchBar/ContactSearchBar.js +8 -3
- package/lib/components/templates/ContactSearchBar/ContactSearchBar.js.map +1 -1
- package/lib/components/templates/EventSearchBar/EventSearchBar.js +1 -1
- package/lib/components/templates/EventStatusPicker/EventStatusPicker.js +1 -1
- package/lib/components/templates/EventTypePicker/EventTypePicker.js +1 -1
- package/lib/components/templates/FunctionSearchBar/FunctionSearchBar.js +1 -1
- package/lib/components/templates/LeadSearchBar/LeadSearchBar.js +1 -1
- package/lib/components/templates/OpportunitySearchBar/OpportunitySearchBar.js +1 -1
- package/lib/components/templates/OpportunityStatusPicker/OpportunityStatusPicker.js +1 -1
- package/lib/components/templates/PartnerSearchBar/PartnerSearchBar.js +1 -1
- package/lib/components/templates/ProspectSearchBar/ProspectSearchBar.js +1 -1
- package/lib/components/templates/index.js +1 -1
- package/lib/features/asyncFunctions-index.d.ts +1 -1
- package/lib/features/asyncFunctions-index.js +2 -2
- package/lib/features/asyncFunctions-index.js.map +1 -1
- package/lib/features/catalogSlice.js +1 -1
- package/lib/features/clientSlice.js +1 -1
- package/lib/features/companySlice.js +1 -1
- package/lib/features/contactSlice.js +1 -1
- package/lib/features/crmConfigSlice.js +1 -1
- package/lib/features/eventSlice.js +1 -1
- package/lib/features/functionSlice.js +1 -1
- package/lib/features/index.js +1 -1
- package/lib/features/leadSlice.js +1 -1
- package/lib/features/opportunitySlice.js +1 -1
- package/lib/features/partnerSlice.d.ts +3 -2
- package/lib/features/partnerSlice.js +7 -1
- package/lib/features/partnerSlice.js.map +1 -1
- package/lib/features/prospectSlice.js +1 -1
- package/lib/hooks/index.js +1 -1
- package/lib/hooks/use-civility-list.js +1 -1
- package/lib/hooks/use-crm-header-actions.js +1 -1
- package/lib/index.js +1 -1
- package/lib/models/forms.js +25 -2
- package/lib/models/forms.js.map +1 -1
- package/lib/models/index.js +1 -1
- package/lib/models/objectFields.js +1 -1
- package/lib/models/searchFields.js +1 -1
- package/lib/models/sortFields.js +1 -1
- package/lib/screens/catalog/CatalogFormScreen.js +1 -1
- package/lib/screens/catalog/CatalogListScreen.js +1 -1
- package/lib/screens/catalog/index.js +1 -1
- package/lib/screens/client/ClientDetailsScreen.js +1 -1
- package/lib/screens/client/ClientFormScreen.js +1 -1
- package/lib/screens/client/ClientsListScreen.js +1 -1
- package/lib/screens/client/index.js +1 -1
- package/lib/screens/contact/ContactDetailsScreen.js +1 -1
- package/lib/screens/contact/ContactFormScreen.js +1 -1
- package/lib/screens/contact/ContactListScreen.js +1 -1
- package/lib/screens/contact/index.js +1 -1
- package/lib/screens/event/EventDetailsScreen.js +1 -1
- package/lib/screens/event/EventFormScreen.js +1 -1
- package/lib/screens/event/EventPlanningScreen.js +1 -1
- package/lib/screens/event/index.js +1 -1
- package/lib/screens/lead/LeadDetailsScreen.js +1 -1
- package/lib/screens/lead/LeadFormScreen.js +1 -1
- package/lib/screens/lead/LeadListScreen.js +1 -1
- package/lib/screens/lead/index.js +1 -1
- package/lib/screens/opportunity/OpportunityDetailsScreen.js +1 -1
- package/lib/screens/opportunity/OpportunityFormScreen.js +1 -1
- package/lib/screens/opportunity/OpportunityListScreen.js +1 -1
- package/lib/screens/opportunity/index.js +1 -1
- package/lib/screens/prospect/ProspectDetailsScreen.js +1 -1
- package/lib/screens/prospect/ProspectFormScreen.js +1 -1
- package/lib/screens/prospect/ProspectsListScreen.js +1 -1
- package/lib/screens/prospect/index.js +1 -1
- package/lib/types/catalog.js +1 -1
- package/lib/types/event-type.js +1 -1
- package/lib/types/index.js +1 -1
- package/lib/types/lead.js +1 -1
- package/lib/types/opportunity.js +1 -1
- package/lib/types/prospect.js +1 -1
- package/lib/utils/dateEvent.js +1 -1
- package/lib/utils/index.js +1 -1
- package/lib/utils/list.js +1 -1
- package/package.json +3 -3
package/lib/api/catalog-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/client-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/company-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/contact-api.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export function searchContactWithIds(idList: any): Promise<any>;
|
|
2
|
-
export function searchContact({ searchValue, page }: {
|
|
2
|
+
export function searchContact({ searchValue, mainPartnerId, page }: {
|
|
3
3
|
searchValue: any;
|
|
4
|
+
mainPartnerId: any;
|
|
4
5
|
page?: number;
|
|
5
6
|
}): Promise<any>;
|
|
6
7
|
export function getContact({ contactId }: {
|
package/lib/api/contact-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
17
|
*/
|
|
18
18
|
import { axiosApiProvider, createStandardFetch, createStandardSearch, getSearchCriterias, RouterProvider, } from '@axelor/aos-mobile-core';
|
|
19
|
-
const createContactCriteria = searchValue => {
|
|
20
|
-
|
|
19
|
+
const createContactCriteria = (searchValue, mainPartnerId) => {
|
|
20
|
+
const criteria = [
|
|
21
21
|
{
|
|
22
22
|
operator: 'and',
|
|
23
23
|
criteria: [
|
|
@@ -45,6 +45,14 @@ const createContactCriteria = searchValue => {
|
|
|
45
45
|
},
|
|
46
46
|
getSearchCriterias('crm_contact', searchValue),
|
|
47
47
|
];
|
|
48
|
+
if (mainPartnerId != null) {
|
|
49
|
+
criteria.push({
|
|
50
|
+
fieldName: 'mainPartner.id',
|
|
51
|
+
operator: '=',
|
|
52
|
+
value: mainPartnerId,
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
return criteria;
|
|
48
56
|
};
|
|
49
57
|
export async function searchContactWithIds(idList) {
|
|
50
58
|
return createStandardSearch({
|
|
@@ -61,10 +69,10 @@ export async function searchContactWithIds(idList) {
|
|
|
61
69
|
page: 0,
|
|
62
70
|
});
|
|
63
71
|
}
|
|
64
|
-
export async function searchContact({ searchValue, page = 0 }) {
|
|
72
|
+
export async function searchContact({ searchValue, mainPartnerId, page = 0 }) {
|
|
65
73
|
return createStandardSearch({
|
|
66
74
|
model: 'com.axelor.apps.base.db.Partner',
|
|
67
|
-
criteria: createContactCriteria(searchValue),
|
|
75
|
+
criteria: createContactCriteria(searchValue, mainPartnerId),
|
|
68
76
|
fieldKey: 'crm_contact',
|
|
69
77
|
sortKey: 'crm_contact',
|
|
70
78
|
page,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-api.js","sourceRoot":"","sources":["../../src/api/contact-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EAClB,cAAc,GACf,MAAM,yBAAyB,CAAC;AAEjC,MAAM,qBAAqB,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"contact-api.js","sourceRoot":"","sources":["../../src/api/contact-api.js"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/event-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/function-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/leads-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/partner-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/prospect-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/components/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/components/organisms/Opportunity/OpportunityDropdownInfo/OpportunityDropdownInfo.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/components/organisms/Opportunity/OpportunityPartnerCard/OpportunityPartnerCard.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2025 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|