Changed paths:
M migration/iD12/oracle/202505151946_IDEMPIERE-6545.sql
A migration/iD12/oracle/202601282005_IDEMPIERE-6545.sql
M migration/iD12/postgresql/202505151946_IDEMPIERE-6545.sql
A migration/iD12/postgresql/202601282005_IDEMPIERE-6545.sql
Log Message:
-----------
IDEMPIERE-6545 Translation tabs must not allow delete - enable insert in Tenant Level Message (#3077)
Changed paths:
M org.adempiere.base/src/org/compiere/model/MTable.java
M org.adempiere.base/src/org/compiere/model/PO.java
M org.adempiere.base/src/org/compiere/model/POInfo.java
Log Message:
-----------
IDEMPIERE-6122 Query class to accept a list of columns to select (#3073)
* IDEMPIERE-6122 Query class to accept a list of columns to select
- Make easy to identify if a PO was partially loaded and if a column was loaded
* - implement suggestion from coderabbitai
* - implement suggestion from Heng Sin
- implement suggestion from coderabbitai