admin.suherdy
  • Joined on 2024-12-09
admin.suherdy created branch 19.0 in admin.suherdy/hide_cost_price 2026-03-10 01:40:44 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/hide_cost_price 2026-03-10 01:40:44 +00:00
0256abbcd9 first commit
admin.suherdy created repository admin.suherdy/hide_cost_price 2026-03-10 01:39:43 +00:00
admin.suherdy pushed to main at admin.suherdy/vendor_payment_diff_amount 2026-03-09 09:31:24 +00:00
eb424840ce feat: Add company_id field to the batch payment direct payment line tree view and invisibly to its form view.
admin.suherdy pushed to main at admin.suherdy/vendor_batch_payment_merge 2026-03-09 09:31:06 +00:00
24904b0b6b chore: update compiled Python bytecode for __init__.py.
admin.suherdy pushed to main at admin.suherdy/vendor_batch_payment_merge 2026-03-09 09:27:31 +00:00
6b7966d8cf Remove data and doc module imports from __init__.py.
admin.suherdy pushed to main at admin.suherdy/split_pendapatan_payment 2026-03-09 07:59:10 +00:00
81c311b5d6 feat: Generate account move line title using account name for non-income accounts in non-sales transactions.
admin.suherdy pushed to main at admin.suherdy/pos_loyalty_discount_before_tax 2026-03-09 07:50:09 +00:00
6640b0bc98 fix: Calculate loyalty discount income from specific reward line amounts instead of gross sales.
admin.suherdy pushed to main at admin.suherdy/vendor_batch_payment_merge 2026-03-09 07:49:48 +00:00
a6c1d582ed feat: Enable cross-company batch payments by overriding payment constraints, adjusting payment creation logic, and updating views to support multi-company contexts, while also adding a payment search debug logger.
admin.suherdy pushed to main at admin.suherdy/split_pendapatan_payment 2026-03-09 07:49:22 +00:00
e96bceedf6 feat: Add handling for POS orders without payment records by routing amounts to split sales via a fallback cash payment method.
admin.suherdy pushed to main at admin.suherdy/vendor_payment_misc 2026-03-06 08:44:49 +00:00
2cde9d3c45 fix: Allow multiple liquidity lines for POS payments and safely retrieve payment details.
admin.suherdy pushed to main at admin.suherdy/odoo_utility_scripts 2026-03-06 05:44:38 +00:00
d8b6258067 feat: Add script to clone Odoo account journals from 'Kedai Kipas 58 Rungkut' to 'PT Kipas Lima Delapan'.
admin.suherdy created branch main in admin.suherdy/account_bank_rec_date_filter 2026-03-06 04:17:41 +00:00
admin.suherdy pushed to main at admin.suherdy/account_bank_rec_date_filter 2026-03-06 04:17:41 +00:00
0fc7f3d00e first commit
admin.suherdy created repository admin.suherdy/account_bank_rec_date_filter 2026-03-06 04:16:49 +00:00
admin.suherdy pushed to main at admin.suherdy/account_report_show_all 2026-03-06 01:35:14 +00:00
8b0d8a7345 Refactor: Standardize account report line ID generation using _get_generic_line_id.
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-03-05 07:05:16 +00:00
9a9ce14ccf feat: Optimize lot/serial number search by directly querying quants for specific locations and products when restricting by source.
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-03-05 06:56:15 +00:00
a0a0b81ec6 feat: Restrict lot selection dropdown to lots available in the source location for internal/transit pickings by adding a stock.lot search override and passing context variables from stock.move.line views.
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-03-05 06:42:08 +00:00
7737a32459 fix: Prevent applying internal location restrictions when the source location is external or transit.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-05 06:07:18 +00:00
c25da22149 feat: Introduce _clean_lingering_decimals method to round raw material move quantities and integrate it into relevant quantity update hooks.