Carlos Antonio Ruiz Gomez
unread,May 18, 2026, 6:53:14 AM (18 hours ago) May 18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to idem...@googlegroups.com
As this is not reproducible I would check what could be wrong with
"Custom OSGi plugin extending C_Order"
On 5/12/26 19:20, Kanat Mergenbayev wrote:
>
> Environment:
>
> iDempiere Release 12
>
> Migrated from Release 8.2
>
> Custom OSGi plugin extending C_Order
>
> Problem:
>
> After migrating to iDempiere 12, the Reactivate document action no
> longer appears in the dropdown for completed (CO) Sales Orders and
> Purchase Orders. Void and Close are visible, but not Reactivate.
>
> What we have verified:
>
> 1. All relevant C_DocType records have IsCanBeReactivated = Y
>
> 2. AD_Document_Action_Access has active rows (IsActive = Y) for action
> RE for all relevant doc types and all roles (including Admin)
>
> 3. The IsCanBeReactivated column exists in AD_Column and is active
>
> 4. Full server restart was performed (not just cache reset -
> ImmutableIntPOCache used by MDocType.get() requires a restart)
>
> 5. Direct SQL replication of checkActionAccess returns RE as accessible
>
> 6. Migration script 202502121256_IDEMPIERE-6067.sql was applied -
> confirmed via RUN_SyncDBDev.sh output: Database is already in sync
>
> Root question:
>
> Is there anything else introduced in Release 12 that gates the
> Reactivate action on completed orders beyond IsCanBeReactivated on the
> doc type and AD_Document_Action_Access? Are there any known issues
> with IDEMPIERE-6067 and migrated databases from older releases?
>
> Any guidance appreciated.
>
> --