feat: Add initial .gitignore and README.md files for the GA Asset Management module.

This commit is contained in:
Suherdy Yacob 2026-02-04 18:56:03 +07:00
parent 624d6034b1
commit e60e85c30f
2 changed files with 45 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Odoo
*.log
.env
filestore/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# GA Asset Management
## Summary
Asset Management for General Affair Team
## Description
This module provides a simplified interface for General Affair team to manage fixed assets.
### Features
- Simplified Asset Views
- Auto-generated Asset Code based on Product Barcode
- Asset Transfer Wizard
## Dependencies
- base
- account_asset
- asset_code_field
- product
- stock
- purchase
## Author
Antigravity
## License
LGPL-3