@axelor/aos-mobile-crm 7.2.4 → 7.2.6

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.
Files changed (166) hide show
  1. package/lib/api/catalog-api.js +1 -1
  2. package/lib/api/client-api.js +1 -1
  3. package/lib/api/company-api.js +1 -1
  4. package/lib/api/contact-api.js +1 -1
  5. package/lib/api/crm-config-api.js +1 -1
  6. package/lib/api/event-api.js +1 -1
  7. package/lib/api/function-api.js +1 -1
  8. package/lib/api/index.js +1 -1
  9. package/lib/api/leads-api.js +1 -1
  10. package/lib/api/opportunities-api.js +1 -1
  11. package/lib/api/partner-api.js +1 -1
  12. package/lib/api/prospect-api.js +1 -1
  13. package/lib/components/index.js +1 -1
  14. package/lib/components/molecules/CatalogCard/CatalogCard.js +1 -1
  15. package/lib/components/molecules/ContactInfoCard/ContactInfoCard.js +1 -1
  16. package/lib/components/molecules/EventCard/EventCard.js +11 -22
  17. package/lib/components/molecules/EventCard/EventCard.js.map +1 -1
  18. package/lib/components/molecules/LeadsCard/LeadsCard.js +1 -1
  19. package/lib/components/molecules/LiteContactCard/LiteContactCard.js +1 -1
  20. package/lib/components/molecules/OpportunityCard/OpportunityCard.js +1 -1
  21. package/lib/components/molecules/PartnerCard/PartnerCard.js +1 -1
  22. package/lib/components/molecules/PartnerInfoCard/PartnerInfoCard.js +1 -1
  23. package/lib/components/molecules/PlanningEventCard/PlanningEventCard.js +1 -1
  24. package/lib/components/molecules/SocialNetworksInfoCard/SocialNetworksInfoCard.js +1 -1
  25. package/lib/components/molecules/index.js +1 -1
  26. package/lib/components/organisms/Client/ClientBottom/ClientBottom.js +1 -1
  27. package/lib/components/organisms/Client/ClientDropdownCards/ClientDropdownCards.js +1 -1
  28. package/lib/components/organisms/Client/ClientHeader/ClientHeader.js +1 -1
  29. package/lib/components/organisms/Client/index.js +1 -1
  30. package/lib/components/organisms/Contact/ContactBottom/ContactBottom.js +1 -1
  31. package/lib/components/organisms/Contact/ContactDropdownCards/ContactDropdownCards.js +1 -1
  32. package/lib/components/organisms/Contact/ContactHeader/ContactHeader.js +1 -1
  33. package/lib/components/organisms/Contact/ContactPartnerCard/ContactPartnerCard.js +1 -1
  34. package/lib/components/organisms/Contact/index.js +1 -1
  35. package/lib/components/organisms/DropdownContactPartnerView/DropdownContactPartnerView.js +1 -1
  36. package/lib/components/organisms/DropdownContactView/DropdownContactView.js +1 -1
  37. package/lib/components/organisms/DropdownEmployeeView/DropdownEmployeeView.js +1 -1
  38. package/lib/components/organisms/DropdownEventView/DropdownEventView.js +1 -1
  39. package/lib/components/organisms/DropdownGeneralView/DropdownGeneralView.js +1 -1
  40. package/lib/components/organisms/DropdownOpportunityView/DropdownOpportunityView.js +1 -1
  41. package/lib/components/organisms/EditButton/EditButton.js +1 -1
  42. package/lib/components/organisms/Event/EventBottom/EventBottom.js +1 -1
  43. package/lib/components/organisms/Event/EventContactCard/EventContactCard.js +1 -1
  44. package/lib/components/organisms/Event/EventDatesCard/EventDatesCard.js +1 -1
  45. package/lib/components/organisms/Event/EventHeader/EventHeader.js +1 -1
  46. package/lib/components/organisms/Event/EventLabelsCard/EventLabelsCard.js +1 -1
  47. package/lib/components/organisms/Event/EventLeadCard/EventLeadCard.js +1 -1
  48. package/lib/components/organisms/Event/EventPartnerCard/EventPartnerCard.js +1 -1
  49. package/lib/components/organisms/Event/index.js +1 -1
  50. package/lib/components/organisms/Lead/LeadBottom/LeadBottom.js +1 -1
  51. package/lib/components/organisms/Lead/LeadDropdownCards/LeadDropdownCards.js +1 -1
  52. package/lib/components/organisms/Lead/LeadHeader/LeadHeader.js +1 -1
  53. package/lib/components/organisms/Lead/index.js +1 -1
  54. package/lib/components/organisms/Opportunity/OpportunityBottom/OpportunityBottom.js +1 -1
  55. package/lib/components/organisms/Opportunity/OpportunityDropdownInfo/OpportunityDropdownInfo.js +1 -1
  56. package/lib/components/organisms/Opportunity/OpportunityHeader/OpportunityHeader.js +1 -1
  57. package/lib/components/organisms/Opportunity/OpportunityPartnerCard/OpportunityPartnerCard.js +1 -1
  58. package/lib/components/organisms/Opportunity/OpportunityUpdateStatusPicker/OpportunityUpdateStatusPicker.js +1 -1
  59. package/lib/components/organisms/Opportunity/index.js +1 -1
  60. package/lib/components/organisms/Prospect/ProspectBottom/ProspectBottom.js +1 -1
  61. package/lib/components/organisms/Prospect/ProspectDropdownCards/ProspectDropdownCards.js +1 -1
  62. package/lib/components/organisms/Prospect/ProspectHeader/ProspectHeader.js +1 -1
  63. package/lib/components/organisms/Prospect/index.js +1 -1
  64. package/lib/components/organisms/index.js +1 -1
  65. package/lib/components/templates/CatalogTypePicker/CatalogTypePicker.js +1 -1
  66. package/lib/components/templates/CatalogsSearchBar/CatalogsSearchBar.js +1 -1
  67. package/lib/components/templates/CivilityPicker/CivilityPicker.js +1 -1
  68. package/lib/components/templates/ClientProspectSearchBar/ClientProspectSearchBar.js +3 -3
  69. package/lib/components/templates/ClientProspectSearchBar/ClientProspectSearchBar.js.map +1 -1
  70. package/lib/components/templates/ClientSearchBar/ClientSearchBar.js +1 -1
  71. package/lib/components/templates/ContactSearchBar/ContactSearchBar.js +1 -1
  72. package/lib/components/templates/EventSearchBar/EventSearchBar.js +3 -3
  73. package/lib/components/templates/EventSearchBar/EventSearchBar.js.map +1 -1
  74. package/lib/components/templates/EventStatusPicker/EventStatusPicker.js +1 -1
  75. package/lib/components/templates/EventTypePicker/EventTypePicker.js +1 -1
  76. package/lib/components/templates/FunctionSearchBar/FunctionSearchBar.js +1 -1
  77. package/lib/components/templates/LeadSearchBar/LeadSearchBar.js +1 -1
  78. package/lib/components/templates/OpportunitySearchBar/OpportunitySearchBar.js +1 -1
  79. package/lib/components/templates/OpportunityStatusPicker/OpportunityStatusPicker.js +1 -1
  80. package/lib/components/templates/PartnerSearchBar/PartnerSearchBar.js +3 -3
  81. package/lib/components/templates/PartnerSearchBar/PartnerSearchBar.js.map +1 -1
  82. package/lib/components/templates/ProspectSearchBar/ProspectSearchBar.js +3 -3
  83. package/lib/components/templates/ProspectSearchBar/ProspectSearchBar.js.map +1 -1
  84. package/lib/components/templates/index.js +1 -1
  85. package/lib/features/asyncFunctions-index.js +1 -1
  86. package/lib/features/catalogSlice.d.ts +1 -1
  87. package/lib/features/catalogSlice.js +2 -2
  88. package/lib/features/catalogSlice.js.map +1 -1
  89. package/lib/features/clientSlice.d.ts +2 -1
  90. package/lib/features/clientSlice.js +8 -7
  91. package/lib/features/clientSlice.js.map +1 -1
  92. package/lib/features/companySlice.js +1 -1
  93. package/lib/features/contactSlice.d.ts +2 -2
  94. package/lib/features/contactSlice.js +3 -3
  95. package/lib/features/contactSlice.js.map +1 -1
  96. package/lib/features/crmConfigSlice.js +1 -1
  97. package/lib/features/eventSlice.d.ts +2 -1
  98. package/lib/features/eventSlice.js +4 -3
  99. package/lib/features/eventSlice.js.map +1 -1
  100. package/lib/features/functionSlice.js +1 -1
  101. package/lib/features/index.js +1 -1
  102. package/lib/features/leadSlice.d.ts +3 -2
  103. package/lib/features/leadSlice.js +7 -6
  104. package/lib/features/leadSlice.js.map +1 -1
  105. package/lib/features/opportunitySlice.d.ts +3 -2
  106. package/lib/features/opportunitySlice.js +7 -6
  107. package/lib/features/opportunitySlice.js.map +1 -1
  108. package/lib/features/partnerSlice.d.ts +3 -2
  109. package/lib/features/partnerSlice.js +6 -5
  110. package/lib/features/partnerSlice.js.map +1 -1
  111. package/lib/features/prospectSlice.d.ts +3 -2
  112. package/lib/features/prospectSlice.js +5 -4
  113. package/lib/features/prospectSlice.js.map +1 -1
  114. package/lib/hooks/index.js +1 -1
  115. package/lib/hooks/use-civility-list.js +1 -1
  116. package/lib/hooks/use-crm-header-actions.js +1 -1
  117. package/lib/i18n/en.json +0 -7
  118. package/lib/i18n/fr.json +0 -7
  119. package/lib/index.js +1 -1
  120. package/lib/models/forms.js +1 -1
  121. package/lib/models/index.js +1 -1
  122. package/lib/models/objectFields.js +1 -1
  123. package/lib/models/searchFields.js +1 -1
  124. package/lib/models/sortFields.js +1 -1
  125. package/lib/screens/catalog/CatalogFormScreen.js +1 -1
  126. package/lib/screens/catalog/CatalogListScreen.js +1 -1
  127. package/lib/screens/catalog/index.js +1 -1
  128. package/lib/screens/client/ClientDetailsScreen.js +3 -3
  129. package/lib/screens/client/ClientDetailsScreen.js.map +1 -1
  130. package/lib/screens/client/ClientFormScreen.js +1 -1
  131. package/lib/screens/client/ClientsListScreen.js +3 -3
  132. package/lib/screens/client/ClientsListScreen.js.map +1 -1
  133. package/lib/screens/client/index.js +1 -1
  134. package/lib/screens/contact/ContactDetailsScreen.js +1 -1
  135. package/lib/screens/contact/ContactFormScreen.js +1 -1
  136. package/lib/screens/contact/ContactListScreen.js +1 -1
  137. package/lib/screens/contact/index.js +1 -1
  138. package/lib/screens/event/EventDetailsScreen.js +1 -1
  139. package/lib/screens/event/EventFormScreen.js +1 -1
  140. package/lib/screens/event/EventPlanningScreen.js +1 -1
  141. package/lib/screens/event/index.js +1 -1
  142. package/lib/screens/lead/LeadDetailsScreen.js +1 -1
  143. package/lib/screens/lead/LeadFormScreen.js +1 -1
  144. package/lib/screens/lead/LeadListScreen.js +3 -3
  145. package/lib/screens/lead/LeadListScreen.js.map +1 -1
  146. package/lib/screens/lead/index.js +1 -1
  147. package/lib/screens/opportunity/OpportunityDetailsScreen.js +1 -1
  148. package/lib/screens/opportunity/OpportunityFormScreen.js +1 -1
  149. package/lib/screens/opportunity/OpportunityListScreen.js +3 -3
  150. package/lib/screens/opportunity/OpportunityListScreen.js.map +1 -1
  151. package/lib/screens/opportunity/index.js +1 -1
  152. package/lib/screens/prospect/ProspectDetailsScreen.js +1 -1
  153. package/lib/screens/prospect/ProspectFormScreen.js +1 -1
  154. package/lib/screens/prospect/ProspectsListScreen.js +3 -3
  155. package/lib/screens/prospect/ProspectsListScreen.js.map +1 -1
  156. package/lib/screens/prospect/index.js +1 -1
  157. package/lib/types/catalog.js +1 -1
  158. package/lib/types/event-type.js +1 -1
  159. package/lib/types/index.js +1 -1
  160. package/lib/types/lead.js +1 -1
  161. package/lib/types/opportunity.js +1 -1
  162. package/lib/types/prospect.js +1 -1
  163. package/lib/utils/dateEvent.js +1 -1
  164. package/lib/utils/index.js +1 -1
  165. package/lib/utils/list.js +1 -1
  166. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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,
@@ -18,17 +18,8 @@
18
18
  import React, { useMemo } from 'react';
19
19
  import { StyleSheet, TouchableOpacity, View } from 'react-native';
20
20
  import { Card, Icon, Text, useThemeColor, Badge } from '@axelor/aos-mobile-ui';
21
- import { useTranslator } from '@axelor/aos-mobile-core';
21
+ import { getFullDateItems, useTranslator } from '@axelor/aos-mobile-core';
22
22
  import EventType from '../../../types/event-type';
23
- const dayOfWeek = [
24
- 'Crm_Sun',
25
- 'Crm_Mon',
26
- 'Crm_Tue',
27
- 'Crm_Wed',
28
- 'Crm_Thu',
29
- 'Crm_Fri',
30
- 'Crm_Sat',
31
- ];
32
23
  const formatTime = (date) => {
33
24
  const hours = date.getHours();
34
25
  const minutes = date.getMinutes();
@@ -39,8 +30,7 @@ const formatTime = (date) => {
39
30
  const EventCard = ({ style, startDate = new Date(), endDate = new Date(), status = 1, category = 3, eventName = 'Event name', onPress, }) => {
40
31
  const Colors = useThemeColor();
41
32
  const I18n = useTranslator();
42
- const dayString = dayOfWeek[startDate.getDay()];
43
- const day = startDate.getDate();
33
+ const _date = useMemo(() => getFullDateItems(startDate.toISOString(), I18n), [I18n, startDate]);
44
34
  const startTime = useMemo(() => formatTime(startDate), [startDate]);
45
35
  const endTime = useMemo(() => formatTime(endDate), [endDate]);
46
36
  const borderStyle = useMemo(() => {
@@ -50,8 +40,9 @@ const EventCard = ({ style, startDate = new Date(), endDate = new Date(), status
50
40
  <Card style={[styles.container, borderStyle, style]}>
51
41
  <View style={styles.containerChild}>
52
42
  <View style={styles.containerLeft}>
53
- <Text style={styles.textNumber}>{day}</Text>
54
- <Text>{I18n.t(dayString)}</Text>
43
+ <Text>{_date.day}</Text>
44
+ <Text style={styles.textNumber}>{_date.date}</Text>
45
+ <Text>{_date.month}</Text>
55
46
  </View>
56
47
  <View style={styles.containerMid}>
57
48
  <Text>{startTime}</Text>
@@ -75,26 +66,24 @@ const getStyles = (color) => StyleSheet.create({
75
66
  const styles = StyleSheet.create({
76
67
  container: {
77
68
  flexDirection: 'row',
78
- alignItems: 'center',
79
- borderLeftWidth: 7,
80
- borderLeftColor: 'red',
81
69
  justifyContent: 'space-between',
82
- width: '90%',
70
+ alignItems: 'center',
71
+ paddingLeft: 15,
72
+ paddingRight: 20,
83
73
  },
84
74
  containerChild: {
85
75
  flexDirection: 'row',
86
76
  alignItems: 'center',
87
77
  },
88
78
  containerLeft: {
79
+ flex: 1,
89
80
  flexDirection: 'column',
90
81
  alignItems: 'center',
91
- flex: 1,
92
82
  },
93
83
  containerMid: {
84
+ flex: 2,
94
85
  flexDirection: 'column',
95
86
  alignItems: 'center',
96
- marginHorizontal: '7%',
97
- flex: 1,
98
87
  },
99
88
  containerRight: {
100
89
  flexDirection: 'column',
@@ -1 +1 @@
1
- {"version":3,"file":"EventCard.js","sourceRoot":"","sources":["../../../../src/components/molecules/EventCard/EventCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EventCard.js","sourceRoot":"","sources":["../../../../src/components/molecules/EventCard/EventCard.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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) 2023 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2024 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,