-
Notifications
You must be signed in to change notification settings - Fork 0
[18.0][MIG] base_edifact: Migration to 18.0 #1
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
base: 18.0
Are you sure you want to change the base?
Conversation
[BOT] post-merge updates
[BOT] post-merge updates
[BOT] post-merge updates
[BOT] post-merge updates
Currently translated at 100.0% (1 of 1 strings) Translation: edi-16.0/edi-16.0-base_edifact Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_edifact/fr/
Currently translated at 100.0% (1 of 1 strings) Translation: edi-16.0/edi-16.0-base_edifact Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_edifact/it/
[BOT] post-merge updates
… in map2odoo_product - It will check the corresponding products later https://github.com/OCA/edi/blob/23be3483e846ce16d443a8148c4c8709cd7691ab/sale_order_import/wizard/sale_order_import.py#L268 - And will help to know which code/barcode we can not find the corresponding products in https://github.com/OCA/edi/blob/23be3483e846ce16d443a8148c4c8709cd7691ab/base_business_document_import/models/business_document_import.py#L677 [BOT] post-merge updates
…nt into account [BOT] post-merge updates
thienvh332
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-approved
base_edifact/__manifest__.py
Outdated
| "website": "https://github.com/OCA/edi", | ||
| "author": "ALBA Software, PlanetaTIC, Odoo Community Association (OCA)", | ||
| "maintainers": ["rmorant"], | ||
| "maintainers": ["rmorant", "Phan Hong Phuc"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need
base_edifact/readme/CONTRIBUTORS.md
Outdated
| - Marc Poch \<[email protected]\> | ||
| - Duong (Tran Quoc) \<[email protected]\> | ||
| - Tris Doan \<[email protected]\> | ||
| - Phan Hong Phuc \<[email protected]\> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use the Trobz email here 😉
base_edifact/models/edifact.py
Outdated
| if d.get("name"): | ||
| d["name"] = "{}{}".format(f"{d['name']}. ", seg[3]) | ||
| else: | ||
| d["name"] = seg[3] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if d.get("name"): | |
| d["name"] = "{}{}".format(f"{d['name']}. ", seg[3]) | |
| else: | |
| d["name"] = seg[3] | |
| d["name"] = f"{d['name']}. {seg[3]}" if d.get("name") else seg[3] |
|
One more, drop the |
d07590b to
5fe30d3
Compare
5fe30d3 to
0dd1579
Compare
Migration base_editfact from version 16.0 to version 18.0