Openbravo Issue Tracking System - Modules
View Issue Details
0053119ModulesMass Invoicingpublic2023-08-01 17:142023-08-02 07:25
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
 
alostale
0053119: Fix dbconsistency issue indirectly caused by backoffice change in 50919
Issue 50919 in backoffice cleaned-up some obsolete code.

As part of this change an ad_textinterfaces entry for text "Next" without a filename was auto-removed as well. There is no feature to keep entries which are not used (they get autoremoved).

This module requires translation for the same text "Next".
With the value in backoffice gone it will not be reused here so this module need to get its own value locally (auto-created on compiling + exporting database)
Run dbconsistency check (compile with module in development + export.database) against db with backoffice issue 50919 included.

Notice new ad_textinterfaces row being created.
Add the new ad_textinterfaces in the module itself
No tags attached.
related to defect 0050919 closed shuehner Openbravo ERP Remove obsolete reference for ImageInfo (url-based) it was replaced by ImageInfoBLOB 
Issue History
2023-08-01 17:14shuehnerNew Issue
2023-08-01 17:14shuehnerAssigned To => shuehner
2023-08-01 17:14shuehnerRelationship addedrelated to 0050919
2023-08-01 17:27hgbotNote Added: 0153067
2023-08-01 17:28shuehnerIssue cloned0053120
2023-08-01 17:37hgbotNote Added: 0153074
2023-08-01 17:37hgbotResolutionopen => fixed
2023-08-01 17:37hgbotStatusnew => resolved
2023-08-01 17:37hgbotNote Added: 0153075
2023-08-02 07:25alostaleReview Assigned To => alostale
2023-08-02 07:25alostaleStatusresolved => closed

Notes
(0153067)
hgbot   
2023-08-01 17:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.document.massinvoicing/-/merge_requests/4 [^]
(0153074)
hgbot   
2023-08-01 17:37   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.document.massinvoicing/-/merge_requests/4 [^]
(0153075)
hgbot   
2023-08-01 17:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.document.massinvoicing [^]
Changeset: 9ca3235af0f6b6d206fad4c2226beffd80b831e4
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 01-08-2023 17:25:56
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.document.massinvoicing/-/commit/9ca3235af0f6b6d206fad4c2226beffd80b831e4 [^]

Fixes ISSUE-53119. Fix dbconsistency

Backoffice issue 50919 removed ad_textinterfaces entry for Next which
was auto-reused in this module.
Fix dbconsistency by adding the auto-generated entries locally in this
module.

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
---