mirror of
https://github.com/Mint-System/Odoo-Apps-Purchase-Workflow.git
synced 2026-04-23 23:03:50 -06:00
Collection of OCA/purchase-workflow related modules.
- HTML 87%
- Python 13%
| purchase_order_address | ||
| purchase_order_comment | ||
| purchase_order_line_date | ||
| purchase_order_line_description | ||
| purchase_order_line_position | ||
| purchase_order_line_price_default | ||
| purchase_order_notes | ||
| purchase_order_partner_incoterm | ||
| purchase_order_partner_shipping | ||
| purchase_order_validate | ||
| purchase_requisition_fiscal | ||
| purchase_requisition_incoterm | ||
| purchase_requisition_line_description | ||
| purchase_requisition_notes | ||
| purchase_requisition_order_address | ||
| purchase_requisition_other_information_page | ||
| purchase_requisition_payment_term | ||
| purchase_requisition_reference | ||
| purchase_requisition_send | ||
| purchase_requisition_tag | ||
| purchase_requisition_total | ||
| purchase_requisition_user | ||
| purchase_sale_order_analytic_account | ||
| purchase_stock_sale_owner | ||
| .editorconfig | ||
| .eslintrc.yml | ||
| .gitignore | ||
| .prettierrc.yml | ||
| .pylintrc | ||
| .pylintrc-mandatory | ||
| .ruff.toml | ||
| README.md | ||
Available modules
| Module | Summary |
|---|---|
| purchase_order_address | Validate purchase order before sending or confirming. |
| purchase_order_line_date | This module ensure that line order date are propagated to stock pickings. |
| purchase_order_line_position | Use purchase order line position for deliveries and outgoing invoices. |
| purchase_order_line_price_default | Set price to zero if seller is not available. |
| purchase_order_partner_incoterm | Adds new field to partner form for registering the default pruchase incoterms. |
| purchase_order_partner_shipping | Alternative shipping address for purchase orders. |
| purchase_order_validate | Validate purchase order before sending or confirming. |
| purchase_requisition_incoterm | Set incoterm on purchase contract. |
| purchase_requisition_line_description | Set description field on purchase contract lines from purchase description. |
| purchase_requisition_order_address | Set order address on purchase agreement and copy to order. |
| purchase_requisition_other_information_page | Adds and "Other Information" tab to the purchase agreement form. |
| purchase_requisition_payment_term | Set payment term on purchase contract. |
| purchase_requisition_reference | Add vendor reference field to purchase agreement. |
| purchase_requisition_send | Add send action to purchase contract. |
| purchase_sale_order_analytic_account | Copy analytic account from linked sale order. |
| purchase_stock_sale_owner | Set shipping partner of first linked sale order as consigment owner. |