Collection of OCA/purchase-workflow related modules.
  • HTML 87%
  • Python 13%
Find a file
2026-03-04 13:31:36 +01:00
purchase_order_address chore: add license 2025-04-08 18:29:10 +02:00
purchase_order_comment feat(purchase_order_cvomment): migrate 2025-11-06 08:41:43 +01:00
purchase_order_line_date feat(purchase_order_line_date): remove update calculation of deadline date 2026-03-04 13:31:36 +01:00
purchase_order_line_description feat(purchase_order_line_description): migrate 2025-11-06 08:49:55 +01:00
purchase_order_line_position chore: add license 2025-04-08 18:29:10 +02:00
purchase_order_line_price_default chore: add license 2025-04-08 18:29:10 +02:00
purchase_order_notes feat(purchase_order_notes): migrate 2025-11-06 08:53:31 +01:00
purchase_order_partner_incoterm fix(purchase_order_partner_incoterm): set incoterm from partner or blanket order 2025-07-24 17:54:01 +02:00
purchase_order_partner_shipping chore: add license 2025-04-08 18:29:10 +02:00
purchase_order_validate chore: add license 2025-04-08 18:29:10 +02:00
purchase_requisition_fiscal feat(purchase_requisition_fiscal): migrate 2025-11-27 15:41:16 +01:00
purchase_requisition_incoterm feat(purchase_requisition_incoterm): copy incoterm from vendor 2026-02-20 08:22:45 +01:00
purchase_requisition_line_description fix(purchase_requisition_line_description): bug fix 2025-08-11 15:26:50 +02:00
purchase_requisition_notes feat(purchase_requisition_notes): migrate 2025-11-27 15:55:35 +01:00
purchase_requisition_order_address chore: add license 2025-04-08 18:29:10 +02:00
purchase_requisition_other_information_page chore: add license 2025-04-08 18:29:10 +02:00
purchase_requisition_payment_term fix(purchase_requisition_payment_term): correct value for purchase order triggered from blanket order 2025-07-18 13:26:38 +02:00
purchase_requisition_reference chore: add license 2025-04-08 18:29:10 +02:00
purchase_requisition_send chore: add license 2025-04-08 18:29:10 +02:00
purchase_requisition_tag feat(purchase_requisition_tag): migrate 2025-11-06 08:57:37 +01:00
purchase_requisition_total feat(purchase_requisition_total): align total amout in view 2026-02-27 08:58:07 +01:00
purchase_requisition_user feat(purchase_requisition_user): migrate 2025-12-18 07:40:29 +01:00
purchase_sale_order_analytic_account chore: add license 2025-04-08 18:29:10 +02:00
purchase_stock_sale_owner feat(purchase_stock_sale_owner): migrate 2025-11-19 08:39:16 +01:00
.editorconfig init 17.0 branch 2024-11-08 17:48:55 +01:00
.eslintrc.yml init 17.0 branch 2024-11-08 17:48:55 +01:00
.gitignore init 17.0 branch 2024-11-08 17:48:55 +01:00
.prettierrc.yml init 17.0 branch 2024-11-08 17:48:55 +01:00
.pylintrc init 17.0 branch 2024-11-08 17:48:55 +01:00
.pylintrc-mandatory init 17.0 branch 2024-11-08 17:48:55 +01:00
.ruff.toml init 17.0 branch 2024-11-08 17:48:55 +01:00
README.md feat(purchase_order_partner_icoterm): migrate 2025-06-06 15:03:00 +02:00

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.