You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing area in area import. the value for the column headers must be Upper case, otherwise it will not be acknowledged by import feature.
for ex: ADM0_en will not be recognized as it is not equal to ADM0_EN
Therefore import feature should be case-insensitive to allow ADM0_en to be recognized.
Sometimes other spreadsheet software adds a trailing white space in the cell if you copy and paste value into the cell., (specifically libre office). This trailing white space leads to values not being read or accepted by import feature.
Therefore, import feature should sanitize the values and remove trailing white spaces and then validate.
Digits for area codes are converted to decimal . should not convert to decimal and must be stored as whole number upon upload.
To Reproduce
1st issue:
Login to qa spmis as admin
Go to area>click on "areas" in the odoo header> click on area import
Notice upon successful upload, the area codes are converted to decimals 1.0 instead of 1.
Expected behavior
All three issues stated are resolved. Screenshots
Additional context
🔔 Note: This ticket should address common considerations without including country-specific content. Please ensure all references are generic and applicable across various contexts.
The text was updated successfully, but these errors were encountered:
Describe the bug
3 issues to resolve:
Can be replicated in QA SPMIS instance:
https://qa-sp-mis.newlogic.net/web/login
When importing area in area import. the value for the column headers must be Upper case, otherwise it will not be acknowledged by import feature.
for ex:
ADM0_en will not be recognized as it is not equal to ADM0_EN
Therefore import feature should be case-insensitive to allow ADM0_en to be recognized.
Sometimes other spreadsheet software adds a trailing white space in the cell if you copy and paste value into the cell., (specifically libre office). This trailing white space leads to values not being read or accepted by import feature.
Therefore, import feature should sanitize the values and remove trailing white spaces and then validate.
Digits for area codes are converted to decimal . should not convert to decimal and must be stored as whole number upon upload.
To Reproduce
1st issue:
use this (1).xlsx
2nd issue:
use this (1).xlsx
3rd issue:
use this (1).xlsx
Expected behavior
All three issues stated are resolved.
Screenshots
Additional context
🔔 Note: This ticket should address common considerations without including country-specific content. Please ensure all references are generic and applicable across various contexts.
The text was updated successfully, but these errors were encountered: