mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_float_formula: Migration to 12.0
This commit is contained in:
3
web_widget_float_formula/readme/CONTRIBUTORS.rst
Normal file
3
web_widget_float_formula/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
* Sylvain Le Gal (https://twitter.com/legalsylvain)
|
||||
* Oleg Bulkin <o.bulkin@gmail.com>
|
||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
||||
11
web_widget_float_formula/readme/DESCRIPTION.rst
Normal file
11
web_widget_float_formula/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
This module allows the use of simple math formulas in corresponding fields:
|
||||
``=45 + 4/3 - 5 * (2 + 1)``
|
||||
|
||||
Features:
|
||||
|
||||
* ``+`` (addition)
|
||||
* ``-`` (subtraction)
|
||||
* ``*`` (multiplication)
|
||||
* ``/`` (division)
|
||||
* ``%`` (modulus)
|
||||
* ``(`` and ``)`` parentheses
|
||||
1
web_widget_float_formula/readme/ROADMAP.rst
Normal file
1
web_widget_float_formula/readme/ROADMAP.rst
Normal file
@@ -0,0 +1 @@
|
||||
This module is not needed for v13, as this feature is bundled with Odoo v13.
|
||||
Reference in New Issue
Block a user