[MIG] web_widget_image_webcam from v13 to v14

Update webcam.js from 1.0.25 to 1.0.26
Fix URLs in readme/CONFIGURE.rst
Minor pre-commit reformatting in JS code
This commit is contained in:
Alexis de Lattre
2022-04-22 09:42:24 +02:00
committed by Sylvain LE GAL
parent 4829683f09
commit d073d7e048
6 changed files with 23 additions and 19 deletions

View File

@@ -0,0 +1 @@
../../../../web_widget_image_webcam

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)