[16.0][MIG] pos_customer_required_fields: Migration to 16.0#1249
[16.0][MIG] pos_customer_required_fields: Migration to 16.0#1249LaetitiaElabore wants to merge 15 commits intoOCA:16.0from
Conversation
Ensure desired fields are collect on customer Pos Order
In case there is no required field we don't want to lock user on payment screen. As required fields list is stored in string variable spliting an empty string return an array of one empty string which would return one missing field which is locking users
Currently translated at 10.0% (1 of 10 strings) Translation: pos-12.0/pos-12.0-pos_customer_required_fields Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required_fields/it/
Currently translated at 100.0% (10 of 10 strings) Translation: pos-12.0/pos-12.0-pos_customer_required_fields Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required_fields/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-12.0/pos-12.0-pos_customer_required_fields Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required_fields/
| "base", | ||
| "base_setup", |
There was a problem hiding this comment.
don't understand that addition. could you elaborate ?
There was a problem hiding this comment.
well, I think it's just a mistake, I remove it
3a1a0be to
e4196f2
Compare
e4196f2 to
f9e826e
Compare
| .. figure:: https://raw.githubusercontent.com/OCA/pos/16.0/pos_customer_required_fields/static/description/pos_edit_customer.png | ||
|
|
||
| If you choose an existing partner with missing informations | ||
| while validating the payment you will be ask to collect missing | ||
| customer informations. | ||
|
|
||
| .. figure:: https://raw.githubusercontent.com/OCA/pos/16.0/pos_customer_required_fields/static/description/pos_customer_missing_fields.png |
There was a problem hiding this comment.
This links are broken,
Beside that I tested the module and it work as expected !
There was a problem hiding this comment.
Thanks @b0g for the review and the feedback. I’ll fix the broken links.
There was a problem hiding this comment.
I suppose the broken link is normal until the branch is not merged!
petrus-v
left a comment
There was a problem hiding this comment.
code looks good to me. Probably some part of the documentation/screenshot are out of date!
Well done :)
| @@ -0,0 +1,4 @@ | |||
| # from . import res_partner | |||
There was a problem hiding this comment.
This line seems useless
| # from . import res_partner |
There was a problem hiding this comment.
thanks @petrus-v for the feed back, I have just pushed the modification you suggested (and added some modification in translation files)
There was a problem hiding this comment.
a screenshot of v12 has been replaced by one of v16
f9e826e to
38c31ce
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. |
|
this has been continued in #1520. please test & review there. |
@petrus-v
migration of pos_customer_required_fields from 12.0 to 16.0 (with commits history)