Commit graph

5 commits

Author SHA1 Message Date
Ernad Husremovic
5360708edb chore: bs translation updates (sinkronizac→sinhronizac, Create RFQ fix)
🤖 assisted by claude
2026-01-13 16:43:09 +01:00
Ernad Husremovic
8a8d762812 fix(i18n): correct bs.po translation for "Create RFQ"
Changed "Kreirao" to "Kreiraj RFQ" - imperative form for button label

🤖 assisted by claude
2026-01-13 16:35:14 +01:00
Ernad Husremovic
49c7ab8277 Fix allocation quantity calculation when merging PO lines
When multiple PR lines for the same product were merged into a single
PO line, the allocation quantity was incorrectly calculated using
min(existing_po_qty, pr_line_qty) instead of using the actual PR line
quantity. This caused incorrect total quantities in the generated RFQ.

Example: PR with sir01 qty=10 and sir01 qty=7 should produce PO line
with qty=17, but was producing qty=14.

🤖 assisted by claude
2026-01-06 19:37:33 +01:00
Ernad Husremovic
6af9cfd92c Hide irrelevant fields for Line Item Extraction rules
- Make target_field hidden and not required for line_item rules
- Hide Pattern Matching section for line_item rules
- Hide Data Type and Parsing section for line_item rules
- Hide stop_on_match field for line_item rules
- Hide Transformation and Validation tabs for line_item rules
- Clean up model: remove required=True from target_field and match_pattern

Version: 16.0.1.0.20

🤖 assisted by claude

🤖 assisted by claude
2025-11-05 23:02:32 +01:00
Ernad Husremovic
7378b233e9 Add oca-purchase submodule with 96 purchase modules moved from oca-workflow-process
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 18:00:40 +02:00