mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] product_contract: Set description under product name instead of description
Using the feature extraLines of Many2one field Component we can add the info under the product and avoid noice on the product description.
You can show this info on the description by using the system parameters:
- product_contract.show_recurrency
- product_contract.show_invoicing_type
- product_contract.show_date
This commit is contained in:
@@ -42,6 +42,16 @@ invoice directly.
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
You can include the contract details on the sales order description by
|
||||
using the following system parameters:
|
||||
|
||||
1. **Recurrency** -> product_contract.show_recurrency
|
||||
2. **Invoicing Type** -> product_contract.show_invoicing_type
|
||||
3. **Date** -> product_contract.show_date
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user