Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REL] 17.3.0-alpha.6 #4144

Closed
wants to merge 1 commit into from
Closed

Conversation

rrahir
Copy link
Collaborator

@rrahir rrahir commented Apr 26, 2024

Contains the following commits:

3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683
face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954
466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821
4de08fabb [IMP] helpers: recomputeZone handles zone and unboundedZone
b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101
a81e647cb [FIX] tests: prevent chaining of makeTestEnv Task: 3802101
82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112
ab4d6ca48 [FIX] table: update table style on DELETE_CONTENT Task: 3884466
71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312
02100e542 [FIX] tests: rewrite autocomplete test
7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756
d6199d130 [FIX] compiler: translatable error message Task: 3872025
26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693
34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039
eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327
cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195
482261fea [FIX] BottombarStatistics: Fix icon position
4c669438f [IMP] formats: add custom formats to format menu Task: 3799480
a1f277b82 [IMP] selection: remove dead getter
297841eed [IMP] XLSX: Faulty default styles
cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612
b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612
556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612
a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616

@rrahir
Copy link
Collaborator Author

rrahir commented Apr 26, 2024

fw-bot ignore

@rrahir
Copy link
Collaborator Author

rrahir commented Apr 26, 2024

robodoo r+

@robodoo
Copy link
Collaborator

robodoo commented Apr 26, 2024

@fw-bot
Copy link
Collaborator

fw-bot commented Apr 26, 2024

Forward-port disabled.

Task: /

3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683
face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954
466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821
4de08fabb [IMP] helpers: `recomputeZone` handles zone and unboundedZone
b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101
a81e647cb [FIX] tests: prevent chaining of `makeTestEnv` Task: 3802101
82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112
ab4d6ca48 [FIX] table: update table style on `DELETE_CONTENT` Task: 3884466
71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312
02100e542 [FIX] tests: rewrite autocomplete test
7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756
d6199d130 [FIX] compiler: translatable error message Task: 3872025
26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693
34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039
eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327
cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195
482261fea [FIX] BottombarStatistics: Fix icon position
4c669438f [IMP] formats: add custom formats to format menu Task: 3799480
a1f277b82 [IMP] selection: remove dead getter
297841eed [IMP] XLSX: Faulty default styles
cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612
b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612
556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612
a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616
@rrahir rrahir force-pushed the 17.3.0-alpha.6-release-2604-1967-BI branch from 2ee94b2 to 29654cf Compare April 26, 2024 07:26
@rrahir
Copy link
Collaborator Author

rrahir commented Apr 26, 2024

@robodoo r+

robodoo pushed a commit that referenced this pull request Apr 26, 2024
Task: /

3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683
face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954
466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821
4de08fabb [IMP] helpers: `recomputeZone` handles zone and unboundedZone
b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101
a81e647cb [FIX] tests: prevent chaining of `makeTestEnv` Task: 3802101
82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112
ab4d6ca48 [FIX] table: update table style on `DELETE_CONTENT` Task: 3884466
71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312
02100e542 [FIX] tests: rewrite autocomplete test
7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756
d6199d130 [FIX] compiler: translatable error message Task: 3872025
26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693
34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039
eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327
cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195
482261fea [FIX] BottombarStatistics: Fix icon position
4c669438f [IMP] formats: add custom formats to format menu Task: 3799480
a1f277b82 [IMP] selection: remove dead getter
297841eed [IMP] XLSX: Faulty default styles
cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612
b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612
556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612
a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616

closes #4144

Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
@robodoo robodoo closed this Apr 26, 2024
@robodoo robodoo added the 17.3 label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants