TIP: You can type at any time to perform a new search.
Sale Partner Order Policy
sale_partner_order_policy · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales Management
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com
- Last tracking update
- 2026-08-07 07:09:57
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a new field on the partner form in the *Accouting* tab: *Customer Create Invoice*. The value of this field will be used when you create a new Sale Order with this partner as customer. Beware that this module depends not only on *sale*, but also on *stock*. As there is only one create invoice method when the *stock* module is not installed, you should not install this module if the *stock* module is not installed. This module has been written by Alexis de Lattre <alexis.delattre@akretion.com>
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_property_form |
sale_partner_order_policy.partner_form | res.partner | form | Inherits account.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
customer_order_policySelectioncompany_dependent=Truehelp='Select the default create invoice method for the sale orders of this customer'string='Customer Create Invoice' args: [('manual', 'On Demand'), ('picking', 'On Delivery Order'), ('prepaid', 'Before Delivery')]
No public methods.
New fields (0)
No new fields.
Public methods (1)-
onchange_partner_id(self, partner_id)@api.multi
Loading…