Skip to content

Commit ea0aef4

Browse files
[IMP] howto/website/theming: improves version information
This commit improves current Odoo version information on the theming page, by adding better contextual content. Task-4316619 closes #12963 X-original-commit: 543a18f Signed-off-by: Carlos Valverde (cvs) <[email protected]>
1 parent bd1f75b commit ea0aef4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/developer/howtos/website_themes/theming.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,16 @@ always required. It usually contains much more information.
158158
(Blogs, Events, eCommerce, ...), you can also add them.
159159
- Odoo version and major number are mandatory. However, patch number is optional. If you want
160160
to specify the required version of Odoo to run your module, you should use a five arguments
161-
structure, using the first two arguments to indicate your current Odoo version (for
162-
instance, `{BRANCH}`).
161+
structure, using the first two arguments to indicate your current Odoo version (`* = {BRANCH}`).
163162

164163
.. image:: theming/versioning.png
165164
:alt: Module versioning
166165
:width: 300
167166

167+
Example:
168+
`{BRANCH}.1.0.0`
169+
`odoo_major.odoo_minor.module_major.module_minor.module_patch`
170+
168171
.. warning::
169172
Automated file inclusion using wildcard notations `(ex.: /myfolder/*.scss)` doesn't work in
170173
Odoo SaaS databases. In this case, include each file manually in the manifest.

0 commit comments

Comments
 (0)