feat: Add initial .gitignore and README.md files for the GA Asset Management module.
This commit is contained in:
parent
624d6034b1
commit
e60e85c30f
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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
26
README.md
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user