forked from Techsystech/web
[IMP] web_copy_confirm: pre-commit stuff
parent
b408905f9a
commit
e59d43f1c4
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_copy_confirm
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
|
@ -3,7 +3,7 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
"name": "Show confirmation dialogue before copying records",
|
"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)",
|
"author": "Dynapps,Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
|
|
Loading…
Reference in New Issue