-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][MIG] pos_environment #156
Conversation
/ocabot migration pos_environment |
Sorry @legalsylvain you are not allowed to mark the addon tobe migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
60123ff
to
b1c4f31
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
/ocabot migration pos_environment |
/ocabot rebase |
Congratulations, PR rebased to 16.0. |
b1c4f31
to
bd31735
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
/ocabot rebase |
Congratulations, PR rebased to 16.0. |
bd31735
to
4688df3
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at bdc10d2. Thanks a lot for contributing to OCA. ❤️ |
quite simple migration of
pos_environment
introduced here #27 in V12.Description
This module extends the Odoo point of sale module to allow administrator to customize the bill printed by the point of sale, with a text depending on your environment. (Development, , Pre Production, Production, etc...)
The displayed and printed bill will display the custom message
This module is based on the mechanism introduced by the
server_environment
module.Note
This module provides a feature that is legally required in some countries (such as France, under the law on accounting certification) where test receipts must be distinguishable.
Configure
Open your module
server_environment_files
In each environment folder, create a new file named ``pos_environment.conf (for exemple)
In each file, write a section like this one, depending on your environment
Internationalisation
If you deploy Odoo in a multi languages context, you can add a suffix
__xx_xx
in the name of each line, wherexx_xx
is the language.The text will be displayed on the bill, depending of the language of the current user. Sample :
Note
To be sure that your server is correctly configured, you can check the settings
in the Point of Sale configuration.