Commit Graph

10 Commits

Author SHA1 Message Date
6fa8d55e7e feat: Add two new scripts to remove the product_pricelist_res_config_settin_res_config_settings_id_fkey zombie constraint, one using Odoo's ORM and another using direct psycopg2 connection. 2026-02-04 16:09:44 +07:00
add87ea10d feat: Implement auto_post='at_date' for future depreciation entries in import and fix scripts, and add a check_auto_post utility. 2026-02-03 23:20:28 +07:00
0b925cadec fix: Post depreciation moves for newly imported assets and add a script to post missing depreciations for existing running assets. 2026-02-03 22:39:28 +07:00
450977a31f feat: Restructure fixed asset import scripts, enforcing constant periods and first-of-month prorata dates, and adding a depreciation logic test. 2026-01-23 08:23:01 +07:00
b1de181c59 create v2 import with different approach 2026-01-22 16:28:23 +07:00
f3280ebdca fix bugs 2026-01-22 15:31:44 +07:00
4944a1ff24 feat: Add 'PATENT & MERK' category mapping and search logic to the fixed assets import script. 2026-01-22 08:49:25 +07:00
cca0e8d88e feat: Make post_depreciation.py configurable via command-line arguments for Odoo path, config, database, and date, and update the README with the new usage. 2026-01-22 08:24:14 +07:00
3803078318 feat: Parameterize fixed asset import and deletion scripts with command-line arguments and update the README. 2026-01-22 08:21:06 +07:00
359b1a2278 first commit 2026-01-21 17:03:32 +07:00