diff --git a/account_show_full_features/README.rst b/account_show_full_features/README.rst index 17cbf8b3..85096bd5 100644 --- a/account_show_full_features/README.rst +++ b/account_show_full_features/README.rst @@ -12,6 +12,10 @@ The full accounting features are hidden to the group ``Billing Manager``. .. image:: static/description/menus_before.png +The menu ``Accounting/Accounting`` is dedicated to the group ``Show Accounting Features - Readonly``. + +.. image:: static/description/access_menu_before.png + After ~~~~~ The group ``Accountant`` is added to the available groups. @@ -24,6 +28,10 @@ The full accounting features are available to the groups ``Accountant`` and ``Bi .. image:: static/description/menus_after.png +The menu ``Accounting/Accounting`` has been moved to the group ``Accountant``. + +.. image:: static/description/access_menu_after.png + Contributors ------------ * Numigi (tm) and all its contributors (https://bit.ly/numigiens) diff --git a/account_show_full_features/data/ir_ui_menu.xml b/account_show_full_features/data/ir_ui_menu.xml index f4065ed9..1a036a5f 100644 --- a/account_show_full_features/data/ir_ui_menu.xml +++ b/account_show_full_features/data/ir_ui_menu.xml @@ -1,17 +1,16 @@ - - - - + + - - - + - + + + + \ No newline at end of file diff --git a/account_show_full_features/static/description/access_menu_after.png b/account_show_full_features/static/description/access_menu_after.png new file mode 100644 index 00000000..4cda90fc Binary files /dev/null and b/account_show_full_features/static/description/access_menu_after.png differ diff --git a/account_show_full_features/static/description/access_menu_before.png b/account_show_full_features/static/description/access_menu_before.png new file mode 100644 index 00000000..3f5b42db Binary files /dev/null and b/account_show_full_features/static/description/access_menu_before.png differ diff --git a/canada_account_types/i18n/fr.po b/canada_account_types/i18n/fr.po index 15173109..20b38ffb 100644 --- a/canada_account_types/i18n/fr.po +++ b/canada_account_types/i18n/fr.po @@ -15,7 +15,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" - #. module: canada_account_types #: model:ir.model.fields.selection,name:canada_account_types.selection__account_account__account_type__expense_interest #: model:ir.model.fields.selection,name:canada_account_types.selection__account_account_template__account_type__expense_interest @@ -33,3 +32,4 @@ msgstr "Charges ponctuelles" #: model:ir.model.fields.selection,name:canada_account_types.selection__account_account_template__account_type__expense_tax msgid "Tax Expenses" msgstr "Charges d'impĂ´ts" + diff --git a/canada_account_types/views/account_account_views.xml b/canada_account_types/views/account_account_views.xml new file mode 100644 index 00000000..7a2a7d80 --- /dev/null +++ b/canada_account_types/views/account_account_views.xml @@ -0,0 +1,13 @@ + + + + account.type.widget.form + account.account + + + + + + + + \ No newline at end of file