TIP: You can type at any time to perform a new search.
Purchase Stock Analysis
purchase_stock_analysis · OCA/purchase-reporting
- Repository
- OCA/purchase-reporting · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Purchases
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.camptocamp.com
- Last tracking update
- 2026-08-07 07:03:13
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Leonardo Pistone, Stéphane Bidoul (ACSONE), OCA-git-bot
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_purchase_stock_analysis_graph |
view_purchase_stock_analysis_graph | purchase.stock.analysis | graph | New |
view_purchase_stock_analysis_search |
view_purchase_stock_analysis_search | purchase.stock.analysis | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (23)
-
category_idMany2one → product.categoryreadonly=True args: 'product.category' -
company_idMany2one → res.companyreadonly=True args: 'res.company', 'Company' -
date_approveDatereadonly=True args: 'Date Approved' -
date_orderDatetimehelp='Date on which this document has been created'readonly=True -
days_initial_to_updated_scheduleFloatdigits=(16, 2)help='Days from initial to updated Scheduled Date of Delivery'readonly=True -
days_schedule_to_actual_deliveryFloatdigits=(16, 2)help='Days from the updated Scheduled Date of Delivery and the actualDelivery Date'readonly=True -
days_to_deliverFloatdigits=(16, 2)help='Days between the Order Date and the initial Scheduled Date'readonly=True -
delayFloatdigits=(16, 2)help='Days between the Order Date and the Date Approval'readonly=True args: 'Days to Validate' -
expected_dateDatereadonly=True args: 'Expected Date' -
location_idMany2one → stock.locationreadonly=True args: 'stock.location', 'Destination' -
negociationFloatgroup_operator='avg'readonly=True args: 'Purchase-Standard Price' -
partner_idMany2one → res.partnerreadonly=True args: 'res.partner', 'Supplier' -
picking_type_idMany2one → stock.warehousereadonly=True args: 'stock.warehouse' -
price_averageFloatgroup_operator='avg'readonly=True args: 'Average Price' -
price_standardFloatgroup_operator='sum'readonly=True -
price_totalFloatreadonly=True args: 'Total Price' -
pricelist_idMany2one → product.pricelistreadonly=True args: 'product.pricelist', 'Pricelist' -
product_idMany2one → product.productreadonly=True args: 'product.product' -
product_uomMany2one → product.uomrequired=True args: 'product.uom', 'Reference Unit of Measure' -
stateSelectionreadonly=True args: [('draft', 'Request for Quotation'), ('confirmed', 'Waiting Supplier Ack'), ('approved', 'Approved'), ('except_picking', 'Shipping Exception'), ('except_invoice', 'Invoice Exception'), ('done', 'Done'), ('cancel', 'Cancelled')] -
unit_quantityIntegerreadonly=True args: 'Unit Quantity' -
user_idMany2one → res.usersreadonly=True args: 'res.users', 'Responsible' -
validatorMany2one → res.usersreadonly=True args: 'res.users', 'Validated By'
-
init(self, cr)