[MIG] base_usability_akretion, base_partner_ref, partner_tree_default_account, partner_tree_default_base, partner_tree_default_contacts to v18

This commit is contained in:
Alexis de Lattre
2024-12-25 01:50:21 +01:00
parent 47cf7389cc
commit f9f06d83e2
27 changed files with 73 additions and 163 deletions

View File

@@ -5,7 +5,7 @@
{
'name': 'Partner Tree Default - Base',
'version': '16.0.1.0.0',
'version': '18.0.1.0.0',
'category': 'Partner',
'license': 'AGPL-3',
'summary': 'Tree view by default instead of kanban for partners',
@@ -18,8 +18,8 @@ With this module, when you select a *Customer* or *Vendors* menu entry, you will
This module has been written by Alexis de Lattre <alexis.delattre@akretion.com> from Akretion.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['base'],
'data': ['views/res_partner.xml'],
'installable': False,
'installable': True,
}