[REL] freeze 16.0 branch

This commit is contained in:
Victor Feyens
2022-09-05 14:14:28 +00:00
committed by Antoine Vandevenne (anv)
parent cdb71bb807
commit c765ea9bad
7 changed files with 15 additions and 14 deletions
@@ -18,7 +18,7 @@ Data Files (CSV)
Odoo is a highly data driven system. Although behavior is customized using Python code, part of a
module's value is in the data it sets up when loaded. One way to load data is through a CSV
file. One example is the
`list of country states <https://github.com/odoo/odoo/blob/master/odoo/addons/base/data/res.country.state.csv>`__
`list of country states <https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/res.country.state.csv>`__
which is loaded at installation of the ``base`` module.
.. code-block:: text