Skip to content

Commit

Permalink
Merge PR #1028 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Nov 24, 2023
2 parents adf2368 + 88b3f61 commit 7afd23e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pos_place/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ msgstr "Emplacements : "
#. module: pos_place
#: model:ir.actions.act_window,name:pos_place.action_pos_place
#: model:ir.ui.menu,name:pos_place.menu_pos_place
#: model:ir.ui.menu,name:pos_place.menu_pos_place_account
msgid "Places"
msgstr "Emplacements"

Expand Down Expand Up @@ -146,10 +147,8 @@ msgstr "Choisir un emplacement"

#. module: pos_place
#: model:ir.model.fields,help:pos_place.field_pos_config__group_pos_place_user_id
msgid ""
"This field is there to pass the id of the pos place user group to the point "
"of sale client."
msgstr ""
msgid "This field is there to pass the id of the pos place user group to the point of sale client."
msgstr "Ce champ sert à passer l'identifiant du groupe 'utilisateur des emplacements' dans le point de vente."

#. module: pos_place
#: model:ir.model.fields,field_description:pos_place.field_pos_config__use_pos_place
Expand Down
1 change: 1 addition & 0 deletions pos_place/i18n/pos_place.pot
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ msgstr ""
#. module: pos_place
#: model:ir.actions.act_window,name:pos_place.action_pos_place
#: model:ir.ui.menu,name:pos_place.menu_pos_place
#: model:ir.ui.menu,name:pos_place.menu_pos_place_account
msgid "Places"
msgstr ""

Expand Down
6 changes: 6 additions & 0 deletions pos_place/views/view_pos_place.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
groups="group_pos_place_manager"
action="action_pos_place"/>

<menuitem id="menu_pos_place_account"
parent="account.menu_finance_receivables"
groups="group_pos_place_manager"
action="action_pos_place"
sequence="150"/>

</odoo>

0 comments on commit 7afd23e

Please sign in to comment.