[REL] freeze saas-15.2 branch

closes odoo/documentation#1526
This commit is contained in:
Antoine Vandevenne (anv)
2022-02-03 10:50:36 +00:00
parent 8966e001c2
commit 0116d7dbc7
6 changed files with 13 additions and 12 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/saas-15.2/odoo/addons/base/data/res.country.state.csv>`__
which is loaded at installation of the ``base`` module.
.. code-block:: text