Conversation
- Black python code - OCA Convention - Add tests - add configuration on pos.config, with two option 'refund' or 'update' - The 'refund' option makes the module compatible with (French) certification - make the module compatible with pos_order_return
…on PoS Order(s) to know the history of the payments
…ontrol ; [ADD] display old payment lines
Currently translated at 100.0% (31 of 31 strings) Translation: pos-12.0/pos-12.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_payment_change/es/
add new line Pylint fix pylint
Currently translated at 100.0% (33 of 33 strings) Translation: pos-12.0/pos-12.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_payment_change/es/
Currently translated at 100.0% (33 of 33 strings) Translation: pos-12.0/pos-12.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_payment_change/de/
A cash payment method must have a cash journal.
Currently translated at 100.0% (33 of 33 strings) Translation: pos-16.0/pos-16.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_payment_change/es/
Currently translated at 100.0% (33 of 33 strings) Translation: pos-16.0/pos-16.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_payment_change/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-16.0/pos-16.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_payment_change/
Currently translated at 100.0% (33 of 33 strings) Translation: pos-16.0/pos-16.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_payment_change/es/
Currently translated at 100.0% (33 of 33 strings) Translation: pos-16.0/pos-16.0-pos_payment_change Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_payment_change/fr/
In old version, two certifications modules was present in odoo. l10n_fr_pos_cert and l10n_fr_certification. In odoo 16, only l10n_fr_pos_cert exists.
|
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. |
Please no |
|
@em230418 maybe you can rebase to unlock runboat. Then your PR can be tested by reviewers |
|
/ocabot rebase |
|
Congratulations, PR rebased to 17.0. |
c55607c to
f0e61de
Compare
cvinh
left a comment
There was a problem hiding this comment.
Tested on runboat LGTM
There's a small issue (it's not because of the migration) when you select a refunded order in the frontend : the 3 orders get selected at once and the original one opens.
Then we want an invoice, the invoice is linked to the original one.
Maybe you can add this in the roadmap part of the readme
|
LGTM |
ivantodorovich
left a comment
There was a problem hiding this comment.
/ocabot migration pos_payment_change
/ocabot merge nobump
|
On my way to merge this fine PR! |
|
It looks like something changed on |
|
@ivantodorovich The merge process could not be finalized, because command |
|
@em230418 can you fix the issue reported above? 🙏🏻 |
f0e61de to
593cff8
Compare
Done. The only thing I did that probably fixes the problem is recreating README.rst via pre-commit. diff --git a/pos_payment_change/README.rst b/pos_payment_change/README.rst
index e6291f5..0be6e68 100644
--- a/pos_payment_change/README.rst
+++ b/pos_payment_change/README.rst
@@ -7,7 +7,7 @@ Point Of Sale - Change Payments
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:6881f0be1df613c788f593eed6eefeb05567b3991680bf98bcd8497749e53a1a
+ !! source digest: sha256:1c6e8c040d05dda8166904f53fc0ab8ba31c3e0fc1d9c158284f6dbd75c966c4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
No description provided.