[UPD] README.rst
parent
79d970432a
commit
33d832b8e5
|
@ -62,6 +62,8 @@ 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.
|
||||
|
||||
Bug Tracker
|
||||
|
@ -105,10 +107,13 @@ promote its widespread use.
|
|||
.. |maintainer-Shide| image:: https://github.com/Shide.png?size=40px
|
||||
:target: https://github.com/Shide
|
||||
:alt: Shide
|
||||
.. |maintainer-yajo| image:: https://github.com/yajo.png?size=40px
|
||||
:target: https://github.com/yajo
|
||||
:alt: yajo
|
||||
|
||||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
||||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
||||
|
||||
|maintainer-Shide|
|
||||
|maintainer-Shide| |maintainer-yajo|
|
||||
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/14.0/base_sequence_default>`_ project on GitHub.
|
||||
|
||||
|
|
|
@ -413,6 +413,8 @@ sequenced name for new partners.</li>
|
|||
<ol class="arabic simple">
|
||||
<li>Follow the configuration instructions.</li>
|
||||
<li>Create a record of the model you configured.</li>
|
||||
<li>Leave empty the fields where you configured a sequence. If they are required
|
||||
fields, set value to “-” to trigger the automatic sequence on creation.</li>
|
||||
<li>Check that the field defined in the sequence is set to the next value in the sequence.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
@ -447,8 +449,8 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
||||
<p><a class="reference external" href="https://github.com/Shide"><img alt="Shide" src="https://github.com/Shide.png?size=40px" /></a></p>
|
||||
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
|
||||
<p><a class="reference external" href="https://github.com/Shide"><img alt="Shide" src="https://github.com/Shide.png?size=40px" /></a> <a class="reference external" href="https://github.com/yajo"><img alt="yajo" src="https://github.com/yajo.png?size=40px" /></a></p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/14.0/base_sequence_default">OCA/server-tools</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue