[IMP] web_copy_confirm: pre-commit stuff

pull/2458/head
dsolanki 2023-03-16 18:18:37 +05:30
parent b408905f9a
commit e59d43f1c4
3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Show confirmation dialogue before copying records",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Dynapps,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",