mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
13.0.20200319.0
|
||||
13.0.20200403.0
|
||||
@@ -13,6 +13,7 @@ setuptools.setup(
|
||||
'odoo13-addon-web_domain_field',
|
||||
'odoo13-addon-web_environment_ribbon',
|
||||
'odoo13-addon-web_ir_actions_act_view_reload',
|
||||
'odoo13-addon-web_m2x_options',
|
||||
'odoo13-addon-web_no_bubble',
|
||||
'odoo13-addon-web_notify',
|
||||
'odoo13-addon-web_responsive',
|
||||
|
||||
1
setup/web_m2x_options/odoo/addons/web_m2x_options
Symbolic link
1
setup/web_m2x_options/odoo/addons/web_m2x_options
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../web_m2x_options
|
||||
6
setup/web_m2x_options/setup.py
Normal file
6
setup/web_m2x_options/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user