[DOCS] Convert readme fragments to markdown

pull/2765/head
Jairo Llopis 2023-11-22 13:56:13 +00:00
parent 30d91a457d
commit 640b10a3d1
No known key found for this signature in database
GPG Key ID: E47E3BE44B940490
8 changed files with 31 additions and 25 deletions

View File

@ -0,0 +1,17 @@
To configure this module, you need to:
1. Enable developer mode.
2. Go to the form view of the model to which you want to add the new
sequential default value.
3. Hover over the field to which you want to add the sequential default
value. A tooltip with more info will appear.
4. Make sure the tooltip says *Type: char*. Only those fields will
work.
5. Take note of the *Object* and *Field*.
6. Go to *Settings \> Technical \> Sequences & Identifiers \>
Sequences*.
7. Create one sequence with code named after this pattern:
`base_sequence_default.{object}.fields.{field}`. E.g.:
`base_sequence_default.res.partner.fields.name` to add a default
sequenced name for new partners.
8. Configure the sequence at will.

View File

@ -1,13 +0,0 @@
To configure this module, you need to:
#. Enable developer mode.
#. Go to the form view of the model to which you want to add the new sequential default value.
#. Hover over the field to which you want to add the sequential default value. A tooltip with more info will appear.
#. Make sure the tooltip says *Type: char*. Only those fields will work.
#. Take note of the *Object* and *Field*.
#. Go to *Settings > Technical > Sequences & Identifiers > Sequences*.
#. Create one sequence with code named after this pattern:
``base_sequence_default.{object}.fields.{field}``.
E.g.: ``base_sequence_default.res.partner.fields.name`` to add a default
sequenced name for new partners.
#. Configure the sequence at will.

View File

@ -0,0 +1,3 @@
- Rafael Blasco ([Moduon](https://www.moduon.team/))
- Eduardo de Miguel ([Moduon](https://www.moduon.team/))
- Jairo Llopis ([Moduon](https://www.moduon.team/))

View File

@ -1,3 +0,0 @@
* Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
* Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)
* Jairo Llopis (`Moduon <https://www.moduon.team/>`__)

View File

@ -0,0 +1,2 @@
This module extends the defaults functionality to allow filling
*Character* type fields on creation with a predefined sequence.

View File

@ -1,2 +0,0 @@
This module extends the defaults functionality to allow filling *Character*
type fields on creation with a predefined sequence.

View File

@ -0,0 +1,9 @@
To use this module, it is necessary to:
1. Follow the configuration instructions.
2. Create a record of the model you configured.
3. Leave empty the fields where you configured a sequence. If they are
required fields, set value to "-" to trigger the automatic sequence
on creation.
4. Check that the field defined in the sequence is set to the next
value in the sequence.

View File

@ -1,7 +0,0 @@
To use this module, it is necessary to:
#. Follow the configuration instructions.
#. Create a record of the model you configured.
#. Leave empty the fields where you configured a sequence. If they are required
fields, set value to "-" to trigger the automatic sequence on creation.
#. Check that the field defined in the sequence is set to the next value in the sequence.