Initialize v18 branch

Rename *_usability modules to *_usability_akretion
This commit is contained in:
Alexis de Lattre
2024-12-24 10:11:21 +01:00
parent 9913924202
commit 13744fc404
264 changed files with 50 additions and 87 deletions

View File

@@ -1,18 +0,0 @@
# Copyright 2022 Akretion France (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Account Menu Usability',
'version': '14.0.1.0.0',
'category': 'Accounting & Finance',
'license': 'AGPL-3',
'summary': 'Small usability enhancements in account_menu module',
'author': 'Akretion',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['account_menu'],
'data': [
'views/account_menu.xml',
],
'installable': False,
}

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<!-- Accounting Templates are useful only when creating a new company/loading
a chart of accounts, so we put it under 'Settings > Technical' and not
under 'Invoicing > Configuration' which already has a lot of menu entries -->
<record id="account_menu.menu_account_coa_settings" model="ir.ui.menu">
<field name="name">Accounting Templates</field>
<field name="parent_id" ref="base.menu_custom"/>
</record>
</odoo>

View File

@@ -29,4 +29,5 @@ This module has been written by Alexis de Lattre from Akretion
'depends': ['pos_sale', 'account_product_fiscal_classification'],
"data": ['report/sale_report_view.xml'],
'auto_install': True,
'installable': False,
}

View File

@@ -36,6 +36,6 @@
"views/res_partner.xml",
],
# 'qweb': ['static/src/xml/account_payment.xml'],
'installable': True,
'installable': False,
# "post_init_hook": "post_init_hook",
}

View File

@@ -13,5 +13,5 @@
# I depend on base_usability only for _report_company_legal_name()
'depends': ['base_usability'],
'data': ['views/res_company.xml'],
'installable': True,
'installable': False,
}

View File

@@ -58,5 +58,5 @@ Limitation: when you want to have different access rights on these lists dependi
'security/ir.model.access.csv',
'views/dynamic_list.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -17,5 +17,5 @@ With this module, when Odoo sends an outgoing email, it adds the sender as Bcc (
'author': 'Akretion',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['base'],
'installable': True,
'installable': False,
}

View File

@@ -27,6 +27,6 @@ It has been developped by brother Bernard from Barroux Abbey and Alexis de Lattr
'views/res_partner.xml',
'security/ir.model.access.csv',
],
'installable': True,
'installable': False,
'post_init_hook': 'migrate_to_partner_phone',
}

View File

@@ -23,5 +23,5 @@ Base Partner Reference
'depends': ['base'],
'data': ['views/res_partner.xml'],
'post_init_hook': 'update_partner_display_name',
'installable': True,
'installable': False,
}

View File

@@ -23,5 +23,5 @@
'views/ir_sequence.xml',
'views/ir_property.xml',
],
'installable': True,
'installable': False,
}

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -44,5 +44,5 @@ This module has been written by Alexis de Lattre from Akretion
'views/res_config_settings.xml',
'wizards/commission_compute_view.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -18,5 +18,5 @@
'views/commission_profile.xml',
'views/commission_result.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -18,5 +18,5 @@
'views/commission_result.xml',
'wizards/res_config_settings.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion
'data': [
'views/crm_lead.xml',
],
'installable': True,
'installable': False,
}

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -23,5 +23,5 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'data': [
'views/stock_picking.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -29,5 +29,5 @@ from Akretion <david.beal@akretion.com>.
"data": [
"menu_view.xml",
],
"installable": True,
"installable": False,
}

View File

@@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'website': 'http://www.akretion.com',
'depends': ['web_m2x_options'],
'post_init_hook': 'web_m2x_options_create',
'installable': True,
'installable': False,
}

View File

@@ -12,5 +12,5 @@
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['intrastat_product', 'l10n_fr_intrastat_service'],
'data': ['views/product.xml'],
'installable': True,
'installable': False,
}

View File

@@ -23,5 +23,5 @@ This module has been written by Alexis de Lattre from Akretion
'data': [
'views/link_tracker_click.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -28,5 +28,5 @@ Small usability improvements on mails:
#'wizard/email_template_preview_view.xml',
#'wizard/mail_compose_message_view.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -18,5 +18,5 @@
'data': [
'views/product_template.xml'
],
'installable': True,
'installable': False,
}

View File

@@ -15,5 +15,5 @@
'views/mrp_bom.xml',
'views/stock_warehouse.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -17,5 +17,5 @@
'views/stock_move.xml',
# 'report/mrp_report.xml' # TODO
],
'installable': True,
'installable': False,
}

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Some files were not shown because too many files have changed in this diff Show More