admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 19.0 at admin.suherdy/access_restriction_by_user 2026-03-10 03:00:01 +00:00
5b6a217b83 feat: Add a new ir.rule to restrict access to MRP Routing Workcenters based on user permissions.
admin.suherdy pushed to 19.0 at admin.suherdy/access_restriction_by_user 2026-03-10 02:37:03 +00:00
975f763672 refactor: Use direct SQL methods for fetching user-restricted IDs in security rules instead of ORM field access.
admin.suherdy pushed to 19.0 at admin.suherdy/access_restriction_by_user 2026-03-10 02:08:57 +00:00
c0a58c167d fix: Access user restriction fields with superuser privileges in ir.rule domains.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_shared_operation 2026-03-10 02:08:48 +00:00
d229181b05 Fix: use sudo when accessing shared operations from BOM.
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 branch 19.0 in admin.suherdy/hide_cost_price 2026-03-10 01:40:44 +00:00
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 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 branch main in admin.suherdy/account_bank_rec_date_filter 2026-03-06 04:17:41 +00:00
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.