Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- [Ecosoft](http://ecosoft.co.th):
- Kitti U. \<<kittiu@ecosoft.co.th>\>
- Pimolnat Suntian \<<pimolnats@ecosoft.co.th>\>

View File

@@ -0,0 +1,2 @@
This module extend existing "Compute Asset" feature by allowing to
create an Compute Asset Batch (record) to track the computation.

View File

@@ -0,0 +1,15 @@
There are 2 ways to create "Compute Asset Batch"
1. On the Compute Assets wizards, choose "Create Batch" option,
1.1 Type in batch name and description. 1.2 Select asset profiles,
to limit only some profiles to get computed. 1.3 Option to "Delay
Compute Asset", will only create Batch record for user to execute it
later.
2. Create Compute Asset Batch directly
2.1 Select date for depreciation 2.2 Type in batch name and
descripton 2.3 Select asset profiles, to limit only some profiles to
get computed. 2.4 Option to "Auto Compute" if you want to compute
this batch by cron job. 2.4 Option to "Delay Post" if you want to
post journal entry by cron job. 2.5 Click "Compute" button to
compute asset.