Loading...
Loading...
Kingdee Cloud·Star BOM (Bill of Materials) Query: View a single BOM by number, list sub-items by parent material, and query formulas with PUR_PriceCategory. Used when users need to check BOM structure/sub-items/material cost input.
npx skill4agent add xiaowen-0725/openerp-cli openerp-bomCRITICAL: Readfirst before starting (Authentication, exit codes, and output contracts are there).../openerp-shared/SKILL.md
| Command | Read/Write | Key Parameters |
|---|---|---|
| Read | |
| Read | |
bom listFNumeratorFDenominatorFScrapRateFErpClsIDopenerp bom view --number "1.30.67.0132 VA0"
openerp bom list --material "1.30.67.0132" --top 100
openerp bom list --material "1.30.67.0132" --format table # Human-readable tablequery# Purchase Price List (Verification anchor: Material 4.50.20.1549 price≈9.318584 / tax-inclusive 10.53 / tax rate 13%)
openerp query --form-id PUR_PriceCategory \
--fields "FMaterialId.FNumber,FPrice,FTaxPrice,FTaxRate,FDocumentStatus" \
--filter "FMaterialId.FNumber='4.50.20.1549'" --jq '.data'query --form-id PUR_PriceCategoryhintopenerp doctoropenerp-shared