bemade_odoo_partner_scrapper_js_only moved to bemade-tools
This commit is contained in:
parent
540e7f17d3
commit
ca348b11a2
2 changed files with 0 additions and 34 deletions
|
|
@ -1 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Bemade Odoo Partner Scrapper JS Only',
|
||||
'version': '17.0.1.0.0',
|
||||
'category': 'Administration',
|
||||
'summary': 'Module for scraping partners from odoo.com.',
|
||||
'description': """
|
||||
This module enables the scraping of partners from odoo.com. It allows for the collection and management of partner contact information.
|
||||
|
||||
Main Features:
|
||||
* Automatically scrape partners from odoo.com.
|
||||
* Extracts partner name, website, and contact information.
|
||||
* Manage contact information of partners.
|
||||
""",
|
||||
'license': 'GPL-3',
|
||||
'author': 'Bemade',
|
||||
'website': 'https://www.bemade.org',
|
||||
'depends': [
|
||||
'bemade_odoo_partner_scrapper'
|
||||
],
|
||||
'data': [
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"bemade_odoo_partner_scrapper/static/src/js/odoo_scrapper.js",
|
||||
"bemade_odoo_partner_scrapper/static/src/xml/odoo_scrapper_templates.xml",
|
||||
],
|
||||
},
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False
|
||||
}
|
||||
Loading…
Reference in a new issue