Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:17:44
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Denis Roussel
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Partner Prepayment
==================

Add a checkbox 'Use prepayment' on customers.
When it is activated, the invoicing policy on Sales Orders
is set to 'Before Delivery'.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form res.partner.form res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • use_prepayment Boolean
    help='When prepayment is activated, the sales order policy will be automatically defined to pay before delivery.' args: 'Use prepayment'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • onchange_partner_id(self, cr, uid, ids, part, context=None)

Loading…

Loading…

Loading…