[MIG] bemade_odoo_partner_scrapper to 17.0
This commit is contained in:
parent
45f9490c4d
commit
680ef4ff75
3 changed files with 8 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': 'Bemade Odoo Partner Scrapper',
|
'name': 'Bemade Odoo Partner Scrapper',
|
||||||
'version': '1.0.0',
|
'version': '17.01.0.0',
|
||||||
'category': 'Administration',
|
'category': 'Administration',
|
||||||
'summary': 'Module for scraping partners from odoo.com.',
|
'summary': 'Module for scraping partners from odoo.com.',
|
||||||
'description': """
|
'description': """
|
||||||
|
|
@ -21,12 +21,12 @@
|
||||||
# No security
|
# No security
|
||||||
'views/res_partner_views.xml',
|
'views/res_partner_views.xml',
|
||||||
# Commented for migration to 17, raises error on update
|
# Commented for migration to 17, raises error on update
|
||||||
# 'data/res_partner_relation_type.xml'
|
'data/res_partner_relation_type.xml'
|
||||||
],
|
],
|
||||||
"assets": {
|
"assets": {
|
||||||
"web.assets_backend": [
|
"web.assets_backend": [
|
||||||
# "bemade_odoo_partner_scrapper/static/src/js/odoo_scrapper.js",
|
"bemade_odoo_partner_scrapper/static/src/js/odoo_scrapper.js",
|
||||||
# "bemade_odoo_partner_scrapper/static/src/xml/odoo_scrapper_templates.xml",
|
"bemade_odoo_partner_scrapper/static/src/xml/odoo_scrapper_templates.xml",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'demo': [],
|
'demo': [],
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,9 @@
|
||||||
<record id="rel_type_odoo_partner" model="res.partner.relation.type">
|
<record id="rel_type_odoo_partner" model="res.partner.relation.type">
|
||||||
<field name="name">Is Odoo Partner Of</field>
|
<field name="name">Is Odoo Partner Of</field>
|
||||||
<field name="name_inverse">Is Odoo Client Of</field>
|
<field name="name_inverse">Is Odoo Client Of</field>
|
||||||
<field name="contact_type_left">c</field>
|
<!-- Commented two lines below due to data integrity issue when migrating to 17.0. Are they really needed? -->
|
||||||
<field name="contact_type_right">c</field>
|
<!-- <field name="contact_type_left">c</field>-->
|
||||||
|
<!-- <field name="contact_type_right">c</field>-->
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- Categories -->
|
<!-- Categories -->
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': 'Bemade Odoo Partner Scrapper JS Only',
|
'name': 'Bemade Odoo Partner Scrapper JS Only',
|
||||||
'version': '1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'category': 'Administration',
|
'category': 'Administration',
|
||||||
'summary': 'Module for scraping partners from odoo.com.',
|
'summary': 'Module for scraping partners from odoo.com.',
|
||||||
'description': """
|
'description': """
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue