Initialize v18 branch
Rename *_usability modules to *_usability_akretion
This commit is contained in:
@@ -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,
|
|
||||||
}
|
|
||||||
@@ -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>
|
|
||||||
@@ -29,4 +29,5 @@ This module has been written by Alexis de Lattre from Akretion
|
|||||||
'depends': ['pos_sale', 'account_product_fiscal_classification'],
|
'depends': ['pos_sale', 'account_product_fiscal_classification'],
|
||||||
"data": ['report/sale_report_view.xml'],
|
"data": ['report/sale_report_view.xml'],
|
||||||
'auto_install': True,
|
'auto_install': True,
|
||||||
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,6 +36,6 @@
|
|||||||
"views/res_partner.xml",
|
"views/res_partner.xml",
|
||||||
],
|
],
|
||||||
# 'qweb': ['static/src/xml/account_payment.xml'],
|
# 'qweb': ['static/src/xml/account_payment.xml'],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
# "post_init_hook": "post_init_hook",
|
# "post_init_hook": "post_init_hook",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,5 +13,5 @@
|
|||||||
# I depend on base_usability only for _report_company_legal_name()
|
# I depend on base_usability only for _report_company_legal_name()
|
||||||
'depends': ['base_usability'],
|
'depends': ['base_usability'],
|
||||||
'data': ['views/res_company.xml'],
|
'data': ['views/res_company.xml'],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,5 +58,5 @@ Limitation: when you want to have different access rights on these lists dependi
|
|||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
'views/dynamic_list.xml',
|
'views/dynamic_list.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ With this module, when Odoo sends an outgoing email, it adds the sender as Bcc (
|
|||||||
'author': 'Akretion',
|
'author': 'Akretion',
|
||||||
'website': 'https://github.com/akretion/odoo-usability',
|
'website': 'https://github.com/akretion/odoo-usability',
|
||||||
'depends': ['base'],
|
'depends': ['base'],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,6 +27,6 @@ It has been developped by brother Bernard from Barroux Abbey and Alexis de Lattr
|
|||||||
'views/res_partner.xml',
|
'views/res_partner.xml',
|
||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
'post_init_hook': 'migrate_to_partner_phone',
|
'post_init_hook': 'migrate_to_partner_phone',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ Base Partner Reference
|
|||||||
'depends': ['base'],
|
'depends': ['base'],
|
||||||
'data': ['views/res_partner.xml'],
|
'data': ['views/res_partner.xml'],
|
||||||
'post_init_hook': 'update_partner_display_name',
|
'post_init_hook': 'update_partner_display_name',
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,5 @@
|
|||||||
'views/ir_sequence.xml',
|
'views/ir_sequence.xml',
|
||||||
'views/ir_property.xml',
|
'views/ir_property.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
@@ -44,5 +44,5 @@ This module has been written by Alexis de Lattre from Akretion
|
|||||||
'views/res_config_settings.xml',
|
'views/res_config_settings.xml',
|
||||||
'wizards/commission_compute_view.xml',
|
'wizards/commission_compute_view.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,5 +18,5 @@
|
|||||||
'views/commission_profile.xml',
|
'views/commission_profile.xml',
|
||||||
'views/commission_result.xml',
|
'views/commission_result.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,5 +18,5 @@
|
|||||||
'views/commission_result.xml',
|
'views/commission_result.xml',
|
||||||
'wizards/res_config_settings.xml',
|
'wizards/res_config_settings.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion
|
|||||||
'data': [
|
'data': [
|
||||||
'views/crm_lead.xml',
|
'views/crm_lead.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
@@ -23,5 +23,5 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
|
|||||||
'data': [
|
'data': [
|
||||||
'views/stock_picking.xml',
|
'views/stock_picking.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
@@ -29,5 +29,5 @@ from Akretion <david.beal@akretion.com>.
|
|||||||
"data": [
|
"data": [
|
||||||
"menu_view.xml",
|
"menu_view.xml",
|
||||||
],
|
],
|
||||||
"installable": True,
|
"installable": False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
|
|||||||
'website': 'http://www.akretion.com',
|
'website': 'http://www.akretion.com',
|
||||||
'depends': ['web_m2x_options'],
|
'depends': ['web_m2x_options'],
|
||||||
'post_init_hook': 'web_m2x_options_create',
|
'post_init_hook': 'web_m2x_options_create',
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,5 +12,5 @@
|
|||||||
'website': 'https://github.com/akretion/odoo-usability',
|
'website': 'https://github.com/akretion/odoo-usability',
|
||||||
'depends': ['intrastat_product', 'l10n_fr_intrastat_service'],
|
'depends': ['intrastat_product', 'l10n_fr_intrastat_service'],
|
||||||
'data': ['views/product.xml'],
|
'data': ['views/product.xml'],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ This module has been written by Alexis de Lattre from Akretion
|
|||||||
'data': [
|
'data': [
|
||||||
'views/link_tracker_click.xml',
|
'views/link_tracker_click.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
@@ -28,5 +28,5 @@ Small usability improvements on mails:
|
|||||||
#'wizard/email_template_preview_view.xml',
|
#'wizard/email_template_preview_view.xml',
|
||||||
#'wizard/mail_compose_message_view.xml',
|
#'wizard/mail_compose_message_view.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
@@ -18,5 +18,5 @@
|
|||||||
'data': [
|
'data': [
|
||||||
'views/product_template.xml'
|
'views/product_template.xml'
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,5 +15,5 @@
|
|||||||
'views/mrp_bom.xml',
|
'views/mrp_bom.xml',
|
||||||
'views/stock_warehouse.xml',
|
'views/stock_warehouse.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
@@ -17,5 +17,5 @@
|
|||||||
'views/stock_move.xml',
|
'views/stock_move.xml',
|
||||||
# 'report/mrp_report.xml' # TODO
|
# 'report/mrp_report.xml' # TODO
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
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
Reference in New Issue
Block a user