Skip to content

Commit

Permalink
[IMP] contribute section : add a note to mention that make PR followi…
Browse files Browse the repository at this point in the history
…ng dependency is not required, but if not done, can generate unrelated errors
  • Loading branch information
legalsylvain committed Dec 17, 2023
1 parent 7a3c8ab commit ea26e62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docsource/090_contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ module from version 15.0 to version 16.0:
In our example, check the ``depends`` key of the `manifest <https://github.com/odoo/odoo/blob/16.0/addons/account/__manifest__.py#L18>`_ of the ``account`` module
If some dependencies are missing, you should start by migrating these modules.

**Note**

It's not strictly necessary to make contributions in the order of dependency,
but you may face errors that are not related to your contribution, if you don't follow this order.
For example, the sale_stock migration script may fail, if the stock migration script has not been run upstream.

* As other OCA contribution, create a new branch, from an up to date OCA branch:

.. code-block:: shell
Expand Down

0 comments on commit ea26e62

Please sign in to comment.