mig to 18.0 for bemade's modules
This commit is contained in:
parent
56b755039d
commit
f34860bfac
7 changed files with 48 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': 'Bemade Odoo Partner Scrapper',
|
'name': 'Bemade Odoo Partner Scrapper',
|
||||||
'version': '17.0.0.0.0',
|
'version': '18.0.0.0.0',
|
||||||
'category': 'Administration',
|
'category': 'Administration',
|
||||||
'summary': 'Module for scraping partners from odoo.com.',
|
'summary': 'Module for scraping partners from odoo.com.',
|
||||||
'description': """
|
'description': """
|
||||||
|
|
|
||||||
|
|
@ -1,37 +1,43 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<!-- Added partner categories and partners to this file, because it
|
<data noupdate="1">
|
||||||
turned out to be a bad idea to rely on demo data in base module,
|
<!-- Added partner categories and partners to this file, because it
|
||||||
that can change from release to release. Only dependency on
|
turned out to be a bad idea to rely on demo data in base module,
|
||||||
countries remain. They are less likely to change/disappear.
|
that can change from release to release. Only dependency on
|
||||||
-->
|
countries remain. They are less likely to change/disappear.
|
||||||
<!-- Partner relation types -->
|
-->
|
||||||
<record id="rel_type_odoo_partner" model="res.partner.relation.type">
|
<!-- Partner relation types -->
|
||||||
<field name="name">Is Odoo Partner Of</field>
|
<record id="rel_type_odoo_partner" model="res.partner.relation.type">
|
||||||
<field name="name_inverse">Is Odoo Client Of</field>
|
<field name="name">Is Odoo Partner Of</field>
|
||||||
<!-- Commented two lines below due to data integrity issue when migrating to 17.0. Are they really needed? -->
|
<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>-->
|
||||||
</record>
|
<!-- <field name="contact_type_right">c</field>-->
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- Categories -->
|
<!-- Categories -->
|
||||||
<record id="res_partner_category_odoo_partner" model="res.partner.category">
|
<record id="res_partner_category_odoo_partner" model="res.partner.category">
|
||||||
<field name="name">Odoo Partner</field>
|
<field name="name">Odoo Partner</field>
|
||||||
</record>
|
</record>
|
||||||
<record id="res_partner_category_odoo_partner_learning" model="res.partner.category">
|
<record id="res_partner_category_odoo_partner_learning"
|
||||||
<field name="name">Learning Partner</field>
|
model="res.partner.category">
|
||||||
<field name="parent_id" ref="res_partner_category_odoo_partner" />
|
<field name="name">Learning Partner</field>
|
||||||
</record>
|
<field name="parent_id" ref="res_partner_category_odoo_partner"/>
|
||||||
<record id="res_partner_category_odoo_partner_ready" model="res.partner.category">
|
</record>
|
||||||
<field name="name">Ready Partner</field>
|
<record id="res_partner_category_odoo_partner_ready"
|
||||||
<field name="parent_id" ref="res_partner_category_odoo_partner" />
|
model="res.partner.category">
|
||||||
</record>
|
<field name="name">Ready Partner</field>
|
||||||
<record id="res_partner_category_odoo_partner_silver" model="res.partner.category">
|
<field name="parent_id" ref="res_partner_category_odoo_partner"/>
|
||||||
<field name="name">Silver Partner</field>
|
</record>
|
||||||
<field name="parent_id" ref="res_partner_category_odoo_partner" />
|
<record id="res_partner_category_odoo_partner_silver"
|
||||||
</record>
|
model="res.partner.category">
|
||||||
<record id="res_partner_category_odoo_partner_gold" model="res.partner.category">
|
<field name="name">Silver Partner</field>
|
||||||
<field name="name">Gold Partner</field>
|
<field name="parent_id" ref="res_partner_category_odoo_partner"/>
|
||||||
<field name="parent_id" ref="res_partner_category_odoo_partner" />
|
</record>
|
||||||
</record>
|
<record id="res_partner_category_odoo_partner_gold"
|
||||||
|
model="res.partner.category">
|
||||||
|
<field name="name">Gold Partner</field>
|
||||||
|
<field name="parent_id" ref="res_partner_category_odoo_partner"/>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
<group name="container_row_2" position="after">
|
<group name="container_row_2" position="after">
|
||||||
<group name="container_row_3">
|
<group name="container_row_3">
|
||||||
<field name="relation_all_ids">
|
<field name="relation_all_ids">
|
||||||
<tree>
|
<list>
|
||||||
<field name="other_partner_id" required="True" options="{'no_create': True}"
|
<field name="other_partner_id" required="True" options="{'no_create': True}"
|
||||||
string="Customer" domain="[['relation_all_ids.type_selection_id.id', '=', 1]]"/>
|
string="Customer" domain="[['relation_all_ids.type_selection_id.id', '=', 1]]"/>
|
||||||
<field name="date_start"/>
|
<field name="date_start"/>
|
||||||
<field name="date_end"/>
|
<field name="date_end"/>
|
||||||
<field name="active" invisible="1"/>
|
<field name="active" invisible="1"/>
|
||||||
<field name="active" invisible="1"/>
|
<field name="active" invisible="1"/>
|
||||||
</tree>
|
</list>
|
||||||
</field>
|
</field>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
'name': 'Payslip Done as To Pay',
|
'name': 'Payslip Done as To Pay',
|
||||||
'version': '17.0.1.0.0',
|
'version': '18.0.1.0.0',
|
||||||
'summary': 'Payslips in "Done" state appear as "To Pay"',
|
'summary': 'Payslips in "Done" state appear as "To Pay"',
|
||||||
'category': 'Human Resources/Payroll',
|
'category': 'Human Resources/Payroll',
|
||||||
'author': 'Bemade Inc.',
|
'author': 'Bemade Inc.',
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
'name': 'Bemade PWA Configuration',
|
'name': 'Bemade PWA Configuration',
|
||||||
'version': '1.0',
|
'version': '18.0.0.1.0',
|
||||||
'summary': 'Manage PWA settings including dynamic app icons',
|
'summary': 'Manage PWA settings including dynamic app icons',
|
||||||
'description': """
|
'description': """
|
||||||
Manage Progressive Web App Settings
|
Manage Progressive Web App Settings
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "CalDAV Synchronization",
|
"name": "CalDAV Synchronization",
|
||||||
"version": "17.0.0.6.0",
|
"version": "18.0.0.6.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"category": "Productivity",
|
"category": "Productivity",
|
||||||
"summary": "Synchronize Odoo Calendar Events with CalDAV Servers",
|
"summary": "Synchronize Odoo Calendar Events with CalDAV Servers",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
'name': "Bemade Custom Module",
|
'name': "Bemade Custom Module",
|
||||||
'version': "17.0.0.1.0",
|
'version': "18.0.0.1.0",
|
||||||
'summary': "Module personnalisé pour Bemade Inc",
|
'summary': "Module personnalisé pour Bemade Inc",
|
||||||
'sequence': 10,
|
'sequence': 10,
|
||||||
'description': """
|
'description': """
|
||||||
Ce module personnalisé est développé pour étendre les fonctionnalités de base d'Odoo.
|
Ce module personnalisé est développé pour étendre les fonctionnalités de base d'Odoo
|
||||||
|
|
||||||
Fonctionnalités:
|
Fonctionnalités:
|
||||||
- Ajout de champs supplémentaires pour collecter plus d'informations sur le visiteur
|
- Ajout de champs supplémentaires pour collecter plus d'informations sur le visiteur
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue